steffen: server/perl-kolab/Kolab Kolab.pm.in,1.4,1.5

cvs at kolab.org cvs at kolab.org
Sun Jul 30 23:20:45 CEST 2006


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab
In directory doto:/tmp/cvs-serv17829/Kolab

Modified Files:
	Kolab.pm.in 
Log Message:
Use LDAP timestamps (Issue1194)

Index: Kolab.pm.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab/Kolab.pm.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Kolab.pm.in	9 Apr 2006 22:49:43 -0000	1.4
+++ Kolab.pm.in	30 Jul 2006 21:20:43 -0000	1.5
@@ -95,6 +95,7 @@
     %config = readConfig(\%config, "@sysconfdir@/kolab/kolab.conf");
 
 #    $config{'log_level'} = KOLAB_WARN if (!exists $config{'log_level'});
+
     &log('C', 'Reloading configuration');
 
     # Get the UID/GID of the 'kolab' users
@@ -307,6 +308,7 @@
         $config{'user_field_modified'} = 'modifytimestamp' if (!exists $config{'user_field_modified'});
         $config{'user_field_guid'} = 'entryUUID' if (!exists $config{'user_field_guid'});
         $config{'user_field_quota'} = 'cyrus-userquota' if (!exists $config{'user_field_quota'});
+
     }
 
     # The `sf_XXX' variables are the shared folder equivalents of the `user_XXX' variables





More information about the commits mailing list