Fix the tests for SHA256 and SHA512 passwords.

They were testing DES.
This commit is contained in:
nekral-guest
2009-04-10 23:00:50 +00:00
parent 0d5d805ba3
commit 66d1c537b8
4 changed files with 4 additions and 4 deletions
@@ -15,5 +15,5 @@ backup:*:12977:0:99999:7:::
list:*:12977:0:99999:7:::
irc:*:12977:0:99999:7:::
gnats:*:12977:0:99999:7:::
nobody:@PASS_DES test@:@TODAY@:0:99999:7:::
nobody:@PASS_SHA256 test@:@TODAY@:0:99999:7:::
Debian-exim:!:12977:0:99999:7:::
@@ -267,7 +267,7 @@ USERGROUPS_ENAB yes
# This variable is used by chpasswd, gpasswd and newusers.
#
#MD5_CRYPT_ENAB no
ENCRYPT_METHOD DES
ENCRYPT_METHOD SHA256
#SHA_CRYPT_MIN_ROUNDS 5000
#SHA_CRYPT_MAX_ROUNDS 5000
@@ -15,5 +15,5 @@ backup:*:12977:0:99999:7:::
list:*:12977:0:99999:7:::
irc:*:12977:0:99999:7:::
gnats:*:12977:0:99999:7:::
nobody:@PASS_DES test@:@TODAY@:0:99999:7:::
nobody:@PASS_SHA512 test@:@TODAY@:0:99999:7:::
Debian-exim:!:12977:0:99999:7:::
@@ -267,7 +267,7 @@ USERGROUPS_ENAB yes
# This variable is used by chpasswd, gpasswd and newusers.
#
#MD5_CRYPT_ENAB no
ENCRYPT_METHOD DES
ENCRYPT_METHOD SHA512
#SHA_CRYPT_MIN_ROUNDS 5000
#SHA_CRYPT_MAX_ROUNDS 5000