This issue has been created
There are 5 updates.
 
 
LDAP / cid:jira-generated-image-avatar-8efe2cb1-3eab-4b3e-adf2-7e557ec5464a LDAP-157 Closed

User Cleanup does not remove users if their DN is gone

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-74e352b6-2f9c-4ca6-be22-7d6a53197970 Clemens Robbenhaar created this issue on 01/Oct/25 18:29
 
Summary: User Cleanup does not remove users if their DN is gone
Issue Type: cid:jira-generated-image-avatar-8efe2cb1-3eab-4b3e-adf2-7e557ec5464a Bug
Affects Versions: 9.15.7
Assignee: Unassigned
Components: User Cleanup
Created: 01/Oct/25 18:29
Priority: cid:jira-generated-image-static-major-7bc263c3-be66-4dee-972d-8f9145fe3cba Major
Reporter: Clemens Robbenhaar
Description:

This seems to have been introduced in LDAP-154 : indeed the code did not distinguish between null results (indicationa  ldap error) and empty results (e.g. no error,and nothing found).

However the DN-lookup returns null if not found, too, as "No object at DN found" is an ldap error. The ldap search does not return an empty result list in that case.

 

 
 

5 updates

 
cid:jira-generated-image-avatar-74e352b6-2f9c-4ca6-be22-7d6a53197970 Changes by Clemens Robbenhaar on 01/Oct/25 18:29
 
Fix Version: 9.16.1
Description: This seems to have been introduced in LDAP-154 : indeed the previous code did not distinguish between null results ( indicationa indication on an   ldap error) and empty results (e.g. no error,and nothing found).

However the DN-lookup returns null if not found, too, as "No object at DN found" is an ldap error. The ldap search does not return an empty result list in that case.

 
Assignee: Clemens Robbenhaar
Resolution: Fixed
Status: Open Closed