From 0d53552897e633b358a630efdc6bfcced73a0caa Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 28 Dec 1998 20:25:26 +0000 Subject: [PATCH] ldap.conf should be included and installed. --- libraries/libldap/Makefile.in | 2 +- libraries/libldap/ldap.conf | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 libraries/libldap/ldap.conf 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 -- 2.39.5