The
provides a mechanism for encoding user passwords using the UNIX
crypt algorithm.
This implementation contains only an implementation for the user
password syntax, with a storage scheme name of "CRYPT". Even though it
is a one-way digest, the
is relatively weak by today's standards. Because it supports
only a 12-bit salt (meaning that there are only 4096 possible ways to
encode a given password), it is also vulnerable to dictionary attacks.
You should therefore use this storage scheme only in cases where an
external application expects to retrieve the password and verify it
outside of the directory, rather than by performing an LDAP bind.
ds-cfg-crypt-password-storage-scheme
ds-cfg-password-storage-scheme
org.opends.server.extensions.CryptPasswordStorageScheme