From: Kurt Zeilenga Date: Mon, 28 Dec 1998 20:25:26 +0000 (+0000) Subject: ldap.conf should be included and installed. X-Git-Tag: OPENLDAP_REL_ENG_1_1_2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0d53552897e633b358a630efdc6bfcced73a0caa;p=openldap ldap.conf should be included and installed. --- diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index ba5255cb6c..f957929202 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -30,7 +30,7 @@ ltest: $(LIBRARY) test.o $(LDAP_LIBLBER_DEPEND) ttest: $(LIBRARY) tmpltest.o $(LDAP_LIBLBER_DEPEND) $(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 -$(MKDIR) $(libdir) diff --git a/libraries/libldap/ldap.conf b/libraries/libldap/ldap.conf new file mode 100644 index 0000000000..b3b90d83de --- /dev/null +++ b/libraries/libldap/ldap.conf @@ -0,0 +1,13 @@ +# +# 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