diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-06 10:34:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-06 10:34:02 +0000 |
commit | 18133ac92b8d40d3a67918bd757fe7b13c2f2b0c (patch) | |
tree | de90c485b235f63ad5d314d32cc64ae2efcd89c4 /share/man | |
parent | 7801c10358e4a44272d26593265abbbfc30aa115 (diff) |
document how to turn on YP
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/passwd.5 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index 77dd659ed5c..181ce324578 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -194,7 +194,21 @@ or entries contain text, it will override the information included via YP. On some systems, the .Ar passwd -field may also be overriden. +field may also be overriden, hence it is recommended that the standard +way to turn YP passwd support in +.Pa /etc/master.passwd +is: +.Pp ++:*:::::::: +.Pp +which after +.Xr pwd_mkdb 8 +will result in +.Pa /etc/passwd +containing: +.Pp ++:*:0:0::: +.Pp .Sh SEE ALSO .Xr chpass 1 , .Xr login 1 , |