Author: Nathan.Vonnahme
Date: 2010-02-04 02:56:27 +0100 (Thu, 04 Feb 2010)
New Revision: 27534
Modified:
plugins/bhLDAPAuthPlugin/branches/1.1/lib/bhLDAP.php
Log:
cleanup
Modified: plugins/bhLDAPAuthPlugin/branches/1.1/lib/bhLDAP.php
===================================================================
--- plugins/bhLDAPAuthPlugin/branches/1.1/lib/bhLDAP.php 2010-02-04
01:35:13 UTC (rev 27533)
+++ plugins/bhLDAPAuthPlugin/branches/1.1/lib/bhLDAP.php 2010-02-04
01:56:27 UTC (rev 27534)
@@ -81,14 +81,9 @@
self::debug("checking recursive group memberships");
foreach ($groups as $id => $group_name){
$extra_grou...@$ldap->recursive_groups($group_name);
-
-# $extra_groups=self::recursive_groups($group_name);
$groups=array_unique(array_merge($groups,$extra_groups));
-
- self::debugDump($groups, "fully recursive list of groups for
$username");
- sort($groups);
- self::debugDump($groups, "SORTED fully recursive list of groups for
$username");
}
+ self::debugDump($groups, "fully recursive list of groups for $username");
}
return $groups;
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.