Skip to content

Commit

Permalink
Fix Error with LDAP-Groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Boehm committed Jul 26, 2018
1 parent 74d04ca commit fb6c1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hook/UserLoggedIn/SyncUserGroups.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function( $dn ) use ($mapping) {
if ( isset( $mapping[$dn] ) ) {
return $mapping[$dn];
}
}, $groupList->getFullDNs()
}, $groupList["memberof"]
);
}

Expand Down

0 comments on commit fb6c1f1

Please sign in to comment.