mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This reverts commit 250c3e32c3
.
This commit is contained in:
@@ -91,7 +91,7 @@ class ActiveDirectoryAuthorizer extends AuthorizerBase
|
||||
}
|
||||
|
||||
// special character handling
|
||||
$group_dn = addcslashes($result[0]['dn'], '()#\\');
|
||||
$group_dn = addcslashes($result[0]['dn'], '()#');
|
||||
|
||||
$search = ldap_search(
|
||||
$connection,
|
||||
|
Reference in New Issue
Block a user