Development

Changeset 27768

You must first sign up to be able to contribute.

Changeset 27768

Show
Ignore:
Timestamp:
02/09/10 00:56:13 (1 month ago)
Author:
Nathan.Vonnahme
Message:

recursive bug fix from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/bhLDAPAuthPlugin/branches/1.1/lib

    • Property svn:mergeinfo set
  • plugins/bhLDAPAuthPlugin/branches/1.1/lib/adLDAP.php

    r27532 r27768  
    299299    } 
    300300        } 
    301  
    302301      } 
     302 
     303      $new_groups=array_diff($more_groups,$ret_groups); 
    303304      $ret_groups = array_unique(array_merge($ret_groups,$more_groups)); // Add the groups to the main list 
    304       $new_groups=array_diff($more_groups,$ret_groups); 
    305305    } 
    306306    return ($ret_groups); 
  • plugins/bhLDAPAuthPlugin/branches/1.1/lib/bhLDAP.php

    r27534 r27768  
    8181      self::debug("checking recursive group memberships"); 
    8282      foreach ($groups as $id => $group_name){ 
     83  self::debug("recursing down into $group_name"); 
    8384  $extra_groups=@$ldap->recursive_groups($group_name); 
    8485  $groups=array_unique(array_merge($groups,$extra_groups)); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.