I have an issue with the LDAP authentication: The login to the server works, but no users are found. See:
root@...:/etc/slurm-web# /usr/libexec/slurm-web/slurm-web-ldap-check --log-flags ALL --debug-flags ALL
INFO ⸬ Running slurm-web-ldap-check
WARNING ⸬ Unable to find users in LDAP in base cn=users,dc=i,dc=cs,dc=XXX,dc=YYY,dc=ZZZ subtree
No user found in LDAP directory.
One difference/potential issue that I found is, that the users are organized in a CN=users instead of an OU, and groups are sub-containers of that CN=users (e.g., cn=mygroup,cn=users,...).
Hi,
I have an issue with the LDAP authentication: The login to the server works, but no users are found. See:
But
ldapsearch
works fine:One difference/potential issue that I found is, that the users are organized in a
CN=users
instead of anOU
, and groups are sub-containers of thatCN=users
(e.g.,cn=mygroup,cn=users,...
).Relevant part of
gateway.ini
:Can you perhaps give me a hint what I am doing wrong, or is this a bug?
Thank you very much in advance!