diff options
author | 1996-09-06 10:34:01 +0000 | |
---|---|---|
committer | 1996-09-06 10:34:01 +0000 | |
commit | 0f7c66272ceca62389f7064fccfb18b9a8816a6e (patch) | |
tree | 56dcbc67525c186242c6da5a41aa94bc6c219f55 | |
parent | commented xntpd stub (diff) | |
download | wireguard-openbsd-0f7c66272ceca62389f7064fccfb18b9a8816a6e.tar.xz wireguard-openbsd-0f7c66272ceca62389f7064fccfb18b9a8816a6e.zip |
document how to turn on YP
-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 , |