steffen: server/perl-kolab/Kolab-LDAP LDAP.pm,1.5,1.6

cvs at intevation.de cvs at intevation.de
Mon Jun 14 04:13:05 CEST 2004


Author: steffen

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

Modified Files:
	LDAP.pm 
Log Message:
more group stuff

Index: LDAP.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-LDAP/LDAP.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- LDAP.pm	24 May 2004 23:35:37 -0000	1.5
+++ LDAP.pm	14 Jun 2004 02:13:03 -0000	1.6
@@ -370,7 +370,7 @@
         # First of all, remove any objects explicitly marked for deletion
         $ldapmesg = $ldap->search(
             base    => $dn,
-            scope   => 'one',
+            scope   => 'sub',
             filter  => '(&(objectClass=' . $Kolab::config{$p . '_object_class'} . ")$add(" . $Kolab::config{$p . '_field_deleted'} . '=TRUE))',
             attrs   => [
                 '*',
@@ -393,7 +393,7 @@
         # This also resurrects any missing users, if neccessary
         $ldapmesg = $ldap->search(
             base    => $dn,
-            scope   => 'one',
+            scope   => 'sub',
             filter  => '(&(objectClass=' . $Kolab::config{$p . '_object_class'} . ")$add)",
             attrs   => [
                 '*',





More information about the commits mailing list