]> git.sur5r.net Git - openldap/commitdiff
-DLDAP_CRYPT is disabled by default
authorKurt Zeilenga <kurt@openldap.org>
Thu, 13 Aug 1998 07:24:57 +0000 (07:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 13 Aug 1998 07:24:57 +0000 (07:24 +0000)
Make-common

index 5867e372625bc41de289ac647f2de0a7e4a207e1..24b9ef42c7ae9ff9437258e01892fcf4b38b95bd 100644 (file)
@@ -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.