]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ldap.conf should be included and installed.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 28 Dec 1998 20:25:26 +0000 (20:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 28 Dec 1998 20:25:26 +0000 (20:25 +0000)
libraries/libldap/Makefile.in
libraries/libldap/ldap.conf [new file with mode: 0644]

index ba5255cb6c82e898023cc0ddc77345118235a949..f957929202d6a8adf0dbea6d25c6c1add6fdcfae 100644 (file)
@@ -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 (file)
index 0000000..b3b90d8
--- /dev/null
@@ -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