diff options
author | 1997-03-30 19:20:04 +0000 | |
---|---|---|
committer | 1997-03-30 19:20:04 +0000 | |
commit | 11f3de8e60c6fee7bbfdd42ed52b1426a740a7c9 (patch) | |
tree | 0ea6b82e58186107f3423747245f8aef67593a2b | |
parent | We run OpenBSD not NetBSD (diff) | |
download | wireguard-openbsd-11f3de8e60c6fee7bbfdd42ed52b1426a740a7c9.tar.xz wireguard-openbsd-11f3de8e60c6fee7bbfdd42ed52b1426a740a7c9.zip |
better notes
-rw-r--r-- | etc/passwd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/passwd.conf b/etc/passwd.conf index 9b47f27e63f..caa22c366d6 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: passwd.conf,v 1.4 1997/03/27 23:09:13 deraadt Exp $ +# $OpenBSD: passwd.conf,v 1.5 1997/03/30 19:20:04 deraadt Exp $ # # Passwd configuration file # @@ -7,9 +7,9 @@ # they can take values of # old - old unix style salt of 12bit (YP compatible) # newsalt - DES hash with salt of 64 bit -# md5 - MD5 hashing algorithm -# blowfish,x - Blowfish cipher, x is number of rounds -# 128 bit salt, 4 rounds are min, 31 max (BEST!) +# md5 - MD5 hashing algorithm (FreeBSD-compat) +# blowfish,x - Blowfish cipher, x is number of rounds (BEST!) +# 128 bit salt, 4 rounds are min, 31 max default: localcipher=old |