diff options
author | 1997-03-27 00:07:14 +0000 | |
---|---|---|
committer | 1997-03-27 00:07:14 +0000 | |
commit | b736729ebdf11aed62439dadf7377557fdc733d6 (patch) | |
tree | 911cefbba99f398fb6a3e8c67debae0c1ca1abfb | |
parent | support for md5 passwords (diff) | |
download | wireguard-openbsd-b736729ebdf11aed62439dadf7377557fdc733d6.tar.xz wireguard-openbsd-b736729ebdf11aed62439dadf7377557fdc733d6.zip |
add comment on md5
-rw-r--r-- | etc/passwd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/passwd.conf b/etc/passwd.conf index 6081d46fe34..1d1d1a40c6d 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: passwd.conf,v 1.2 1997/02/16 23:45:29 deraadt Exp $ +# $OpenBSD: passwd.conf,v 1.3 1997/03/27 00:07:14 provos Exp $ # # Passwd configuration file # @@ -7,6 +7,7 @@ # they can take values of # old - old unix style salt of 12bit # newsalt - DES hash with salt of 64 bit +# md5 - MD5 hashing algorithmus # blowfish,x - Blowfish cipher, x is number of rounds # 128 bit salt, 4 rounds are min, 31 max |