]> git.sur5r.net Git - openldap/commitdiff
Added REVERSE_LOOKUP to Make-common.dist to document its existence.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 20 Aug 1998 01:22:35 +0000 (01:22 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 20 Aug 1998 01:22:35 +0000 (01:22 +0000)
Make-common.dist
build/Make-append

index c8804815713a4f5f86a23da29ec7326a87b7ff27..2fd9bae15d64696eead86180dd53414957d582a7 100644 (file)
@@ -225,6 +225,10 @@ LDAP_DEBUG=-DLDAP_DEBUG
 # uncomment this line to eliminate local caching support in the libldap
 #NO_CACHE=-DNO_CACHE
 
+# uncomment this line to do reverse lookups (useful for doing ACLs
+# by host/domain names)
+LDAP_REVERSE_LOOKUP=-DREVERSE_LOOKUP
+
 # uncomment this line to enable support for LDAP referrals in libldap
 LDAP_REFERRALS=-DLDAP_REFERRALS
 
index 67a2f29bb05ed286bbce22a89c0354552081bf69..a899b450517f6f8a07a9d3799596170b22fa1710 100644 (file)
@@ -21,6 +21,7 @@
 # DEFS are included in CFLAGS
 DEFS   = $(PLATFORMCFLAGS) $(LDAP_DEBUG) $(KERBEROS) $(AFSKERBEROS) \
                $(UOFM) $(UOFA) $(NO_USERINTERFACE) $(CLDAP) $(NO_CACHE) \
+               $(LDAP_REVERSE_LOOKUP) \
                $(LDAP_REFERRALS) $(LDAP_DNS) $(STR_TRANSLATION) \
                $(LIBLDAP_CHARSETS) $(LIBLDAP_DEF_CHARSET) \
                $(SLAPD_BACKENDS) $(LDBMBACKEND) $(LDBMINCLUDE) $(PHONETIC)