-
Couldn't load subscription status.
- Fork 1.2k
Closed as not planned
Milestone
Description
problem
ldap.search.group.principle by default is NULL in the database. If you enter a value and then make it blank, it just results in a blank field in the database. LDAP just ends up searching a blank value.
In the logs you will see this entry:
2025-08-20 10:39:56,759 DEBUG o.a.c.l.OpenLdapUserManagerImpl (qtp364604394-3267:ctx-e080a1e5) (logid:9d1297c5) adding search filter for '', using 'memberof'
versions
4.20.1
The steps to reproduce the bug
- Put a value in
ldap.search.group.principle - Remove the value in
ldap.search.group.principleNote: Do not click reset to default - Attempt LDAP login and review the logs
...
What to do about it?
LDAP should treat a blank value the same as a NULL Value.