mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
-DLDAP_CRYPT is disabled by default
This commit is contained in:
parent
cda1faaf00
commit
a6843a7e8a
@ -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 New Issue
Block a user