bh: server/perl-kolab/Kolab-Conf Conf.pm,1.55.2.4,1.55.2.5 
    cvs at intevation.de 
    cvs at intevation.de
       
    Tue Nov  1 18:39:52 CET 2005
    
        - Previous message: steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/util	barcode.php, 1.1.1.1, NONE css2horde.php, 1.1.1.1,	NONE google_example.php, 1.1.1.1, NONE po_stats.php, 1.1.1.1,	NONE regex_test.php, 1.1.1.1, NONE 
 
        - Next message: bernhard: doc/www/src download.html.m4, 1.8, 1.9 mirrors.html.m4,	1.8, 1.9 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: bh
Update of /kolabrepository/server/perl-kolab/Kolab-Conf
In directory doto:/tmp/cvs-serv2341/perl-kolab/Kolab-Conf
Modified Files:
      Tag: kolab_2_0_branch
	Conf.pm 
Log Message:
Add the password and ID fields again to the generated imapd.groups.
A previous commit accidentally removed that part of the code.
Index: Conf.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Conf/Conf.pm,v
retrieving revision 1.55.2.4
retrieving revision 1.55.2.5
diff -u -d -r1.55.2.4 -r1.55.2.5
--- Conf.pm	17 Sep 2005 14:32:45 -0000	1.55.2.4
+++ Conf.pm	1 Nov 2005 17:39:49 -0000	1.55.2.5
@@ -405,7 +405,7 @@
     my $count = 60000;
     if ($mesg->code <= 0) {
         foreach $ldapobject ($mesg->entries) {
-            my $group = lc($ldapobject->get_value('cn')) . '@'.$Kolab::config{'postfix-mydomain'};
+            my $group = lc($ldapobject->get_value('cn')) . '@'.$Kolab::config{'postfix-mydomain'} . ":*:$count:";
             my $userlist = $ldapobject->get_value('member', asref => 1);
             foreach (@$userlist) {
 	      my $uid = $_;
    
    
        
	- Previous message: steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/util	barcode.php, 1.1.1.1, NONE css2horde.php, 1.1.1.1,	NONE google_example.php, 1.1.1.1, NONE po_stats.php, 1.1.1.1,	NONE regex_test.php, 1.1.1.1, NONE 
 
	- Next message: bernhard: doc/www/src download.html.m4, 1.8, 1.9 mirrors.html.m4,	1.8, 1.9 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list