gunnar: server/perl-kolab/lib/Kolab LDAP.pm,1.4,1.5

cvs at kolab.org cvs at kolab.org
Thu Jul 3 09:05:15 CEST 2008


Author: gunnar

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

Modified Files:
	LDAP.pm 
Log Message:
 kolab/issue2760 (Deleting shared folders does not work)

Index: LDAP.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab/LDAP.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- LDAP.pm	1 Jul 2008 14:10:44 -0000	1.4
+++ LDAP.pm	3 Jul 2008 07:05:13 -0000	1.5
@@ -426,7 +426,7 @@
     Kolab::log('L', "Kolab::LDAP::mapAcls() acl=$_", KOLAB_DEBUG);
   } @$acls;
   if( $sf ) {
-    # Do we need to push admin rights for manager?
+    push(@$acls, "manager lrsiwcdap");
   }
   Kolab::log('L', "Kolab::LDAP::mapAcls() acls=".join(", ", @$acls), KOLAB_DEBUG);
   return $acls;





More information about the commits mailing list