OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Configuration : SLAPD Configuration : Passwords : Which RFC 2307 password schemes are recommended and why? | |
{SSHA} is recommended for general use because it is widely supported
and known to be hard to crack.
{CRYPT} is NOT recommended for general use because it's values are operating
system dependent and, depending on the algorithm used, may be easily
cracked. It is primarily meant to be used in transition from
passwd(5)
authentication to LDAP authentication.
| |
{SSHA}testSALTsalt
| |
[Append to This Answer] |
Previous: | What are RFC 2307 hashed user passwords? |
Next: | What are {SHA} and {SSHA} passwords and how do I generate them? |
|