steffen: server/perl-kolab/Kolab-LDAP LDAP.pm,1.41,1.42

cvs at intevation.de cvs at intevation.de
Tue Nov 29 04:53:19 CET 2005


Author: steffen

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

Modified Files:
	LDAP.pm 
Log Message:
ACL fix

Index: LDAP.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-LDAP/LDAP.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- LDAP.pm	29 Nov 2005 01:44:48 -0000	1.41
+++ LDAP.pm	29 Nov 2005 03:53:16 -0000	1.42
@@ -325,9 +325,9 @@
 		# the groups/resources folder.
 		# TODO: Don't hardcode username
 		Kolab::log('L', "Detected group or resource account, adding ACL for calendar", KOLAB_ERROR );
-		Kolab::Cyrus::setACL($cyrus,$uid,0, ["$uid rswipcda", 
+		Kolab::Cyrus::setACL($cyrus,$uid,0, ["$uid all", 
 						     'calendar@'.$Kolab::config{'postfix-mydomain'}
-						     .' rswipcda']);		
+						     .' all']);		
 	      }
 	    }
 #	    if( $p ne 'sf' ) {





More information about the commits mailing list