Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hydra1983/1017073e144fca0dc3bf3e03c8a0b9e9 to your computer and use it in GitHub Desktop.
Save hydra1983/1017073e144fca0dc3bf3e03c8a0b9e9 to your computer and use it in GitHub Desktop.
How to restore inactive jira accounts after openldap data is cleaned
  1. After openldap is connected from jira
  2. Create a demo account in jira, then the demo account should be created in openldap also
  3. Copy the demo account as the the inactive accounts one by one in openldap
  4. Execute UPDATE cwd_user SET active=1 WHERE CREDENTIAL='nopass' AND active=0 in jira database (MySQL)
  5. Restart jira server
  6. Reset inactive accounts password in jira
  7. Now, it should be working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment