steffen: server/perl-kolab/Kolab-LDAP LDAP.pm,1.9,1.10 
    cvs at intevation.de 
    cvs at intevation.de
       
    Tue Jun 29 21:27:10 CEST 2004
    
        - Previous message: michel: doc/proko2-doc contactfindexample.png, NONE,	1.1 contactsearchresult.png, NONE, 1.1 contactviewexample.png,	NONE, 1.1 doc3.sxw, 1.10, 1.11 
 
        - Next message: bo: doc/kolab-formats overview.sgml,1.9,1.10 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: steffen
Update of /kolabrepository/server/perl-kolab/Kolab-LDAP
In directory doto:/tmp/cvs-serv21834/Kolab-LDAP
Modified Files:
	LDAP.pm 
Log Message:
bugfix
Index: LDAP.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-LDAP/LDAP.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- LDAP.pm	29 Jun 2004 10:14:29 -0000	1.9
+++ LDAP.pm	29 Jun 2004 19:27:08 -0000	1.10
@@ -259,7 +259,7 @@
             Kolab::Cyrus::createMailbox($cyrus, $uid, ($p eq 'sf' ? 1 : 0));
 	    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 rswipcda"]);
 	    }
             Kolab::DirServ::genericRequest($object, "new alias") if $p eq 'user';
         }
    
    
        
	- Previous message: michel: doc/proko2-doc contactfindexample.png, NONE,	1.1 contactsearchresult.png, NONE, 1.1 contactviewexample.png,	NONE, 1.1 doc3.sxw, 1.10, 1.11 
 
	- Next message: bo: doc/kolab-formats overview.sgml,1.9,1.10 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list