Fix the tests for SHA256 and SHA512 passwords.
They were testing DES.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user