diff options
author | wyllys <none@none> | 2008-05-01 07:48:04 -0700 |
---|---|---|
committer | wyllys <none@none> | 2008-05-01 07:48:04 -0700 |
commit | 0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02b (patch) | |
tree | acb9afc1f877443088d5ba2fd1a301a4720d90e6 /usr/src/lib/libsecdb | |
parent | bcced03bbdd2d55d8573d1da7b39a496f30d68cb (diff) | |
download | illumos-joyent-0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02b.tar.gz |
PSARC 2007/642 SHA256/SHA512 crypt(3C) plugins
6626962 PSARC/2007/642 SHA256/SHA512 crypt(3C) plugins
Diffstat (limited to 'usr/src/lib/libsecdb')
-rw-r--r-- | usr/src/lib/libsecdb/policy.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsecdb/policy.conf b/usr/src/lib/libsecdb/policy.conf index bb5dc487f8..65bf7dcd58 100644 --- a/usr/src/lib/libsecdb/policy.conf +++ b/usr/src/lib/libsecdb/policy.conf @@ -37,7 +37,7 @@ CONSOLE_USER=Console User # CRYPT_ALGORITHMS_ALLOW specifies the algorithms that are allowed to # be used for new passwords. This is enforced only in crypt_gensalt(3c). # -CRYPT_ALGORITHMS_ALLOW=1,2a,md5 +CRYPT_ALGORITHMS_ALLOW=1,2a,md5,5,6 # To deprecate use of the traditional unix algorithm, uncomment below # and change CRYPT_DEFAULT= to another algorithm. For example, |