From: Kurt Zeilenga Date: Thu, 13 Aug 1998 07:24:57 +0000 (+0000) Subject: -DLDAP_CRYPT is disabled by default X-Git-Tag: LDAP_3_3+prerelease~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a6843a7e8a00dd9d40d8d4a1223396f9ad4a10f8;p=openldap -DLDAP_CRYPT is disabled by default --- diff --git a/Make-common b/Make-common index 5867e37262..24b9ef42c7 100644 --- a/Make-common +++ b/Make-common @@ -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.