Unable to get Slurm Web 5.2.0 LDAP authentication working with Active Directory #667
-
|
Hi, we have installed latest version of Slurm Web and trying to get LDAP auth working against an Active Directory backend. Basic config file Sanitized Seems like the connection to LDAP works because we get a large result of users returned but we get the following exception at the end of running How else can we troubleshoot what is going on here? We don't have Does anyone have a working Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Found the issue for our edge case. We have Admin usernames that contain a comma "," in the CN field. The ldap filter needs to be escaped properly for it to be accepted as valid. With this patch in place our admin users can login to Slurm Web successfully. |
Beta Was this translation helpful? Give feedback.
Found the issue for our edge case. We have Admin usernames that contain a comma "," in the CN field. The ldap filter needs to be escaped properly for it to be accepted as valid.