Skip to content
Snippets Groups Projects
Commit 0d535528 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ldap.conf should be included and installed.

parent 80ce3b5c
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ltest: $(LIBRARY) test.o $(LDAP_LIBLBER_DEPEND) ...@@ -30,7 +30,7 @@ ltest: $(LIBRARY) test.o $(LDAP_LIBLBER_DEPEND)
ttest: $(LIBRARY) tmpltest.o $(LDAP_LIBLBER_DEPEND) ttest: $(LIBRARY) tmpltest.o $(LDAP_LIBLBER_DEPEND)
$(LTLINK) $(LDFLAGS) -o $@ tmpltest.o $(LIBS) $(LTLINK) $(LDFLAGS) -o $@ tmpltest.o $(LIBS)
CFFILES=ldapfilter.conf ldaptemplates.conf ldapsearchprefs.conf CFFILES=ldap.conf ldapfilter.conf ldaptemplates.conf ldapsearchprefs.conf
install-local: $(CFFILES) FORCE install-local: $(CFFILES) FORCE
-$(MKDIR) $(libdir) -$(MKDIR) $(libdir)
......
#
# LDAP Defaults
#
BASE dc=OpenLDAP, dc=Org
HOST ldap.openldap.org
#HOST ldap.openldap.org ldap-master.openldap.org:666
#PORT 389
SIZELIMIT 12
TIMELIMIT 15
#DEREF never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment