mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Fixes issues with binding and authenticating users in nested groups Signed-off-by: Patrik Forsberg <git@paddyonline.net> * re-instated the user group check for nested groups after identifying the real issue in ActiveDirectoryAuthorizer.php added fix for special characters in group checker in ActiveDirectoryAuthorizer.php Signed-off-by: Patrik Forsberg <git@paddyonline.net> * fix for styleci/pr issues in ActiveDirectoryAuthorizer.php Signed-off-by: Patrik Forsberg <git@paddyonline.net> * further fixes for styleci/pr in ActiveDirectoryAuthorizer.php Signed-off-by: Patrik Forsberg <git@paddyonline.net> * fixed return value from userExists in ActiveDirectoryAuthorizer to return boolean instead of integer Signed-off-by: Patrik Forsberg <git@paddyonline.net> * fix for styleci/pr issues Signed-off-by: Patrik Forsberg <git@paddyonline.net> * cleanup * don't use boolval on int... Co-authored-by: Tony Murray <murraytony@gmail.com>