mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
-DLDAP_CRYPT is disabled by default
This commit is contained in:
parent
cda1faaf00
commit
a6843a7e8a
1 changed files with 4 additions and 3 deletions
|
|
@ -197,9 +197,10 @@ LDAP_DEBUG=-DLDAP_DEBUG
|
|||
# uncomment this line to enable support for LDAP referrals in libldap
|
||||
LDAP_REFERRALS=-DLDAP_REFERRALS
|
||||
|
||||
# uncomment this line to enable support for CRYPT passwords in LDBM
|
||||
# requires UNIX crypt(3)
|
||||
LDAP_CRYPT=-DLDAP_CRYPT
|
||||
# uncomment this line to enable support for CRYPT passwords in LDBM.
|
||||
# Requires UNIX crypt(3), you may have to add -lcrypt (or whatever)
|
||||
# to your PLATFORMLIBS (build/platform/your-platform)
|
||||
#LDAP_CRYPT=-DLDAP_CRYPT
|
||||
|
||||
# uncomment this line to use soundex for approximate matches in slapd.
|
||||
# the default is to use the metaphone algorithm.
|
||||
|
|
|
|||
Loading…
Reference in a new issue