richard: server/perl-kolab/lib Kolab.pm,1.21,1.22

cvs at kolab.org cvs at kolab.org
Thu Jul 17 10:59:10 CEST 2008


Author: richard

Update of /kolabrepository/server/perl-kolab/lib
In directory doto:/tmp/cvs-serv19897/lib

Modified Files:
	Kolab.pm 
Log Message:
Add syncrepl support, needed to support openldap-2.4.x and beyond.
See kolab/issue1755
https://www.intevation.de/roundup/kolab/issue1755



Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Kolab.pm	16 Jul 2008 11:00:39 -0000	1.21
+++ Kolab.pm	17 Jul 2008 08:59:08 -0000	1.22
@@ -268,7 +268,10 @@
     #   interface, that is).
     #
     #   Currently supported backends:
-    #     `ad' - Active Directory
+    #     syncrepl: for openldap-2.4.x and beyond
+    #     fds: Fedora S?
+    #     slurpd: for openldap-2.3.x or prior versions
+    #     ad: Active Directory
     $config{'directory_mode'} = 'slurpd' if (!exists $config{'directory_mode'});
 
     # `conn_refresh_period' specifies how many minutes to wait before forceably





More information about the commits mailing list