Skip to content

Commit

Permalink
Revert "Fix for AD Lookup in our environment (#16001)" (#16035)
Browse files Browse the repository at this point in the history
This reverts commit 250c3e3.
  • Loading branch information
murrant committed May 14, 2024
1 parent 9677f75 commit 3403272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibreNMS/Authentication/ActiveDirectoryAuthorizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function userInGroup($username, $groupname)
}

// special character handling
$group_dn = addcslashes($result[0]['dn'], '()#\\');
$group_dn = addcslashes($result[0]['dn'], '()#');

$search = ldap_search(
$connection,
Expand Down

0 comments on commit 3403272

Please sign in to comment.