From a6843a7e8a00dd9d40d8d4a1223396f9ad4a10f8 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 13 Aug 1998 07:24:57 +0000 Subject: [PATCH] -DLDAP_CRYPT is disabled by default --- Make-common | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 2.39.5