gunnar: server/perl-kolab/lib/Kolab LDAP.pm,1.11.2.2,1.11.2.3

cvs at kolab.org cvs at kolab.org
Mon Dec 7 15:04:26 CET 2009


Author: gunnar

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

Modified Files:
      Tag: kolab_2_2_branch
	LDAP.pm 
Log Message:
 kolab/issue1448 (Users might add an account on the nonHome Server and write emails in there.)

Index: LDAP.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab/LDAP.pm,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.3
diff -u -d -r1.11.2.2 -r1.11.2.3
--- LDAP.pm	20 Mar 2009 10:22:10 -0000	1.11.2.2
+++ LDAP.pm	7 Dec 2009 14:04:24 -0000	1.11.2.3
@@ -537,7 +537,7 @@
             }
             if( $p ne 'sf' && !$islocal ) {
                 # Hide user mailboxes on other servers
-                Kolab::Cyrus::setACL($cyrus,$uid,0, ["$uid rswipcda"]);
+                Kolab::Cyrus::setACL($cyrus,$uid,0, ["$uid rs"]);
             } elsif( $p ne 'sf' ) {
                 # Deal with group and resource accounts
                 my $edn = Net::LDAP::Util::ldap_explode_dn($object->dn(), casefold=>'lower' );





More information about the commits mailing list