-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFL's ldap.py not pulling user_name_attribute from gateway.ini #340
Comments
What are your versions of |
Hi @rezib, slurm-web-gateway is version 3.1.0-1.ubuntu2404 and python3-rfl-authentication is 1.0.2-1.ubuntu2404. I also re-read the documentation (it's been a bit since I last looked at it) and realized it's only been verified with Ubuntu 24.04 - I am running Ubuntu 22.04. If Ubuntu 22.04 isn't officially supported, I'm happy to spin up a Rocky 9 server to test and get back to you, as our organization is not quite ready to deploy Ubuntu 24.04. Thanks! |
👍 I found the bug, it is actually specific to
Yes, you can find a short statement about the current situation for Ubuntu 22.04 support: |
Hello @rseaman2016,
FYI, I fixed the original bug of this issue (in |
I'm working on configuring slurm-web in a multi-cluster setup and have set sAMAccountName as the user_name_attribute in the gateway.ini file for use against Active Directory. However, ldap.py in the RFL package does not seem to respect that custom setting (setting it statically in ldap.py works)
My gateway.ini file (Internal information hidden):
The error I receive when I run slurm-web-ldap-check --debug --debug-flags rfl is
[ERROR] ⸬slurmweb.apps.ldap:45 ↦ LDAP error: Unable to extract user uid from user entries
Thanks!
Originally posted by @rseaman2016 in #305 (comment)
The text was updated successfully, but these errors were encountered: