-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.5.7, 8.5.9, 8.13.3
-
Component/s: User Management - LDAP Integration
-
None
-
8.05
-
8
-
Severity 3 - Minor
-
0
Summary
When Jira is connected to Delegated LDAP, users that are already deleted from LDAP side cannot be disabled in Jira
Environment
- Delegated (Internal with LDAP Authentication) LDAP
Steps to Reproduce
- Connect Jira to an LDAP with Delegated permission
- Login to Jira as one of the user from the Delegated LDAP
- Create some content in Jira
- Logout
- Remove/delete this user from LDAP side
Expected Results
- User can be disabled in Jira
Actual Results
The user cannot be disabled in Jira. There is no edit button for users coming from Delegated LDAP.
Even if we recreate the user from LDAP, we still cannot disable the user in Jira side.
![]()
Workaround
- Disable the user manually by running the following database SQL query:
UPDATE cwd_user SET active = '0' where user_name = '<the username that we'd like to disable>';
Please always backup your database before performing any alteration in the database side.
- Restart Jira > Run Full reindexing
- is cloned from
-
CONFSERVER-55889 Unable to disable users from Delegated LDAP when the users are removed from LDAP side
-
- Gathering Impact
-
- mentioned in
-
Page Loading...