|
Lines 61-66
Link Here
|
| 61 |
as controlled by |
61 |
as controlled by |
| 62 |
.Xr nsswitch.conf 5 . |
62 |
.Xr nsswitch.conf 5 . |
| 63 |
.Pp |
63 |
.Pp |
|
|
64 |
To ensure consistency among the files, none of them should not be edited |
| 65 |
manually. |
| 66 |
.Pp |
| 64 |
The |
67 |
The |
| 65 |
.Nm master.passwd |
68 |
.Nm master.passwd |
| 66 |
file is readable only by root, and consists of newline separated |
69 |
file is readable only by root, and consists of newline separated |
|
Lines 126-132
Link Here
|
| 126 |
.Pp |
129 |
.Pp |
| 127 |
The password field is the |
130 |
The password field is the |
| 128 |
.Em encrypted |
131 |
.Em encrypted |
| 129 |
form of the password. |
132 |
form of the password (see |
|
|
133 |
.Xr crypt 3 ) . |
| 130 |
If the |
134 |
If the |
| 131 |
.Ar password |
135 |
.Ar password |
| 132 |
field is empty, no password will be required to gain access to the |
136 |
field is empty, no password will be required to gain access to the |
|
Lines 321-326
Link Here
|
| 321 |
.Xr login.conf 5 , |
325 |
.Xr login.conf 5 , |
| 322 |
.Xr netgroup 5 , |
326 |
.Xr netgroup 5 , |
| 323 |
.Xr adduser 8 , |
327 |
.Xr adduser 8 , |
|
|
328 |
.Xr pw 8 , |
| 324 |
.Xr pwd_mkdb 8 , |
329 |
.Xr pwd_mkdb 8 , |
| 325 |
.Xr vipw 8 , |
330 |
.Xr vipw 8 , |
| 326 |
.Xr yp 8 |
331 |
.Xr yp 8 |
|
Lines 345-353
Link Here
|
| 345 |
and |
350 |
and |
| 346 |
.Dq expire |
351 |
.Dq expire |
| 347 |
are added, but are turned off by default. |
352 |
are added, but are turned off by default. |
| 348 |
Class is currently not implemented, but change and expire are; to set them, |
353 |
To set them, use the current day in seconds from the epoch + whatever number |
| 349 |
use the current day in seconds from the epoch + whatever number of seconds |
354 |
of seconds of offset you want. |
| 350 |
of offset you want. |
|
|
| 351 |
.Bd -literal -offset indent |
355 |
.Bd -literal -offset indent |
| 352 |
BEGIN { FS = ":"} |
356 |
BEGIN { FS = ":"} |
| 353 |
{ print $1 ":" $2 ":" $3 ":" $4 "::0:0:" $5 ":" $6 ":" $7 } |
357 |
{ print $1 ":" $2 ":" $3 ":" $4 "::0:0:" $5 ":" $6 ":" $7 } |