Skip to content
Snippets Groups Projects
Commit 55e3ad19 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix wrong bool; it was changed by mistake

parent 98385bae
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ class AttributeAddUsersGroups extends BaseFilter
$get_attributes = [$map['memberof'], $map['type']];
if (isset($map['name']) && $map['name']) {
$get_attributes[] = $map['name'];
$use_group_name = false;
$use_group_name = true;
}
// Check each DN of the passed memberOf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment