thomas: server/perl-kolab/lib Kolab.pm,1.14,1.15

cvs at kolab.org cvs at kolab.org
Wed Mar 5 19:10:11 CET 2008


Author: thomas

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

Modified Files:
	Kolab.pm 
Log Message:
Fix kolab/issue2358 (mistmatch between cyrus-admins and cyrus-admin)


Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Kolab.pm	6 Feb 2008 14:09:32 -0000	1.14
+++ Kolab.pm	5 Mar 2008 18:10:09 -0000	1.15
@@ -252,7 +252,7 @@
     }
 
     # Cyrus admin account
-    $tempval = $config{'cyrus-admins'} || 'manager';
+    $tempval = $config{'cyrus-admin'} || 'manager';
     (my $cmanager, my $dummy) = split(/ /, $tempval, 2);
     $config{'cyrus_admin'} = $cmanager if (!exists $config{'cyrus_admin'});
     $config{'cyrus_admin_pw'} = $config{'bind_pw'} if (!exists $config{'cyrus_admin_pw'});





More information about the commits mailing list