[Kolab-devel] PATCH: slapd.cont.template (defaultsearchbase)

Stephan Buys list at codefusion.co.za
Thu Aug 12 09:12:12 CEST 2004


Hi,

Unfortunately Intevation CVS is down so I cant commit this directly, but I dont
want to forget about it either. Here is a very trivial patch that adds a default
search base to Kolab LDAP. This will be very convenient for Address Book
applications. 

Regards,
Stephan

--- slapd.conf.template.old     2004-08-12 09:07:54.767073776 +0200
+++ slapd.conf.template 2004-08-12 09:08:30.630621688 +0200
@@ -24,8 +24,9 @@
 TLSCertificateFile     @l_prefix@/etc/kolab/cert.pem
 TLSCertificateKeyFile  @l_prefix@/etc/kolab/key.pem

-require        none
-allow          bind_v2
+require                none
+allow                  bind_v2
+defaultsearchbase      "@@@base_dn@@@"

 loglevel       0





More information about the devel mailing list