8 Jul
2022
8 Jul
'22
6:03 a.m.
On 08/07/2022 10:48, Krishna Chaitanya wrote:
rlm_ldap (ldap): Reserved connection (0) (0) ldap: EXPAND (uid=%{%{Stripped-User-Name}:-%{User-Name}}) (0) ldap: --> (uid=admin) (0) ldap: Performing search in "dc=example,dc=org" with filter "(uid=admin)", scope "sub" (0) ldap: Waiting for search result... (0) ldap: The specified DN wasn't found
You've not configured mods-enabled/ldap with your own local settings for base_dn, so searches for example.org (the default) are failing. Test your local settings with ldapsearch to make sure you get LDAP search results back as expected, and then put them into mods-enabled/ldap. -- Matthew