steffen: server/perl-kolab/Kolab-Cyrus Cyrus.pm,1.5,1.6

cvs at intevation.de cvs at intevation.de
Thu Mar 24 11:12:41 CET 2005


Author: steffen

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

Modified Files:
	Cyrus.pm 
Log Message:
fix for Issue647

Index: Cyrus.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Cyrus/Cyrus.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Cyrus.pm	5 Jan 2005 15:45:43 -0000	1.5
+++ Cyrus.pm	24 Mar 2005 10:12:39 -0000	1.6
@@ -63,7 +63,7 @@
     if (!$cyrus->authenticate(
         'User'          => $Kolab::config{'cyrus_admin'},
         'Password'      => $Kolab::config{'cyrus_admin_pw'},
-        'mechanisms'    => 'plaintext',
+        'Mechanism'    => 'LOGIN',
     )) {
         Kolab::log('Y', "Unable to authenticate with Cyrus admin interface, Error = `" . $cyrus->error . "'", KOLAB_ERROR);
 	return 0;





More information about the commits mailing list