Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Do not skip the group mapping recompute to make sure the upper rights…
Browse files Browse the repository at this point in the history
… are applied
  • Loading branch information
cdujeu committed Aug 27, 2013
1 parent 837da99 commit b74f9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ldap/class.ldapAuthDriver.php
Expand Up @@ -570,7 +570,7 @@ function updateUserObject(&$userObject){
if(isSet($matchFilter) && !preg_match($matchFilter, $uniqValue)) continue;
if(isSet($valueFilters) && !in_array($uniqValue, $matchFilter)) continue;
if($userObject->personalRole->filterParameterValue("auth.ldap", "MEMBER_OF", AJXP_REPO_SCOPE_ALL, "") == $fullDN){
break;
//break;
}
$humanName = $uniqValue;
$branch = array();
Expand Down

0 comments on commit b74f9b1

Please sign in to comment.