summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib
diff options
context:
space:
mode:
authormr <mr@FreeBSD.org>2003-06-18 09:11:34 +0000
committermr <mr@FreeBSD.org>2003-06-18 09:11:34 +0000
commitde0f8d4cffdece57312d0849ec5485c743671571 (patch)
tree3e374b0f50cb295eb6cd799e9c9f938cc11176ea /kerberos5/lib
parentf029c2aa2fd1004fec3361ef3025d7e55770fb7e (diff)
downloadFreeBSD-src-de0f8d4cffdece57312d0849ec5485c743671571.zip
FreeBSD-src-de0f8d4cffdece57312d0849ec5485c743671571.tar.gz
Add (optional, default off) support to kerberos5 for supporting openldap.
Tests with openldap20 where successful whereas openldap21 didn't like the way hdb-ldap accessed openldap (doesn't like non-bind access). To activate the support put a USE_OPENLDAP=yes in your make.conf. The OPENLDAPBASE is also optional and points to /usr/local as default. Approved by: markm MFC after: 2 weeks
Diffstat (limited to 'kerberos5/lib')
-rw-r--r--kerberos5/lib/libhdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index d1888a6..e6c5513 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -8,7 +8,8 @@ CFLAGS+=-I${KRB5DIR}/include \
-I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/roken \
-I${.OBJDIR} \
- -I${ASN1OBJDIR}
+ -I${ASN1OBJDIR} \
+ ${LDAPCFLAGS}
SRCS= \
common.c \
OpenPOWER on IntegriCloud