diff options
author | 1999-06-14 06:51:35 +0000 | |
---|---|---|
committer | 1999-06-14 06:51:35 +0000 | |
commit | e7940ea904a1fc679852e7be0537f3fb49a9f1b6 (patch) | |
tree | 7027f9d5d3910fac00da53ce37f83a103dd011b1 | |
parent | Symphony Labs, ISA Bridge (diff) | |
download | wireguard-openbsd-e7940ea904a1fc679852e7be0537f3fb49a9f1b6.tar.xz wireguard-openbsd-e7940ea904a1fc679852e7be0537f3fb49a9f1b6.zip |
YP client, not just YP
-rw-r--r-- | etc/passwd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/passwd.conf b/etc/passwd.conf index 7278c5102d1..e30cf317c9d 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: passwd.conf,v 1.9 1998/07/05 21:08:35 provos Exp $ +# $OpenBSD: passwd.conf,v 1.10 1999/06/14 06:51:35 deraadt Exp $ # # Passwd configuration file # @@ -7,7 +7,7 @@ # Possible options are at the moment: # localcipher, ypcipher # they can take values of -# old - old unix style salt of 12bit (YP compatible) +# old - old unix style salt of 12bit (YP client compatible) # newsalt,x - DES hash with salt of 24 bit, x a 24-bit integer # specifiying the number of rounds. # md5 - MD5 hashing algorithm |