steffen: server/kolabd/kolabd kolabquotawarn,1.1.1.1,1.2

cvs at intevation.de cvs at intevation.de
Thu Mar 24 11:13:37 CET 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv13930/kolabd

Modified Files:
	kolabquotawarn 
Log Message:
fix for Issue647 ("No worthy mech...")

Index: kolabquotawarn
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabquotawarn,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- kolabquotawarn	23 Nov 2004 20:26:47 -0000	1.1.1.1
+++ kolabquotawarn	24 Mar 2005 10:13:34 -0000	1.2
@@ -178,7 +178,7 @@
 $cyrus->authenticate(
 					 'User'          => $Kolab::config{'cyrus_admin'},
 					 'Password'      => $Kolab::config{'cyrus_admin_pw'},
-					 'mechanisms'    => 'plaintext', )
+					 'Mechanism'    => 'LOGIN', )
   || fatal_exit("Unable to authenticate with Cyrus admin interface, Error = `" . $cyrus->error. "'");
 
 ### Mail offending users





More information about the commits mailing list