thomas: server/perl-kolab/lib Kolab.pm,1.22,1.23

cvs at kolab.org cvs at kolab.org
Thu Jul 17 13:02:20 CEST 2008


Author: thomas

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

Modified Files:
	Kolab.pm 
Log Message:
Corrected list of supported directory backends


Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Kolab.pm	17 Jul 2008 08:59:08 -0000	1.22
+++ Kolab.pm	17 Jul 2008 11:02:18 -0000	1.23
@@ -268,10 +268,10 @@
     #   interface, that is).
     #
     #   Currently supported backends:
-    #     syncrepl: for openldap-2.4.x and beyond
-    #     fds: Fedora S?
-    #     slurpd: for openldap-2.3.x or prior versions
-    #     ad: Active Directory
+    #     slurpd: for OpenLDAP 2.3.x and prior versions
+    #     syncrepl: for OpenLDAP 2.3.x and beyond
+    #     fds: Fedora Directory Server
+    #     ad: Microsoft 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