There is 1 comment.
 
 
LDAP / cid:jira-generated-image-avatar-c22c388c-13a6-4ac4-9311-01c606ba0105 LDAP-157 Closed

User Cleanup does not remove users if their DN is gone

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-b2d911b4-af2a-4872-8728-67c2e7b925ee Clemens Robbenhaar on 01/Oct/25 18:40
 

Fixed this by assuming a failed ldap only if the search by UID also returns null.

Btw: I could not reproduce the original error of LDAP-154 - in my case the result is not null, but an exception thrown in {{ XWikiLDAPConnection.open}}. Maybe I tested the wrong scenario? I currently do not know how to check if this change does not break the fix for LDAP-154 again.