Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Within Jira, a specific AD user will not reactivate

I have a particular user that had previously left the company and was disabled within Active Directory. That person has now returned to the company and I have enabled them within Active Directory. JIRA does not show the person as active, still shows inactive. I have forced a LDAP directory synchronization. I have updated a different user's AD group membership and viewed within JIRA to confirm successful directory synchronization.  I have re-enabled a different person and successfully viewed within JIRA that person going from inactive to active.  Where do I go from here?

5 answers

1 accepted

1 vote
Answer accepted

The solution that finally worked for me.

  1. Have the reinstated user log out of their computer.
  2. Administer their account in Active Directory.
    1. Mark their account back to "Disabled"
    2. Move their account object to a different OU
  3. Within JIRA, synchronize the LDAP directory.
  4. Within Active Directory
    1. Mark their account back to "Enabled"
    2. Move their account object to desired OU
  5. Within JIRA
    1. Synchronize the LDAP directory.
    2. Verify user account is NOT "Deactivated"
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 03, 2015

So the question here is why does it need to be disabled, moved to a different OU, sync then repeat the process (inverted) before it can finally catch up. It can mean that it only syncs one time but it does not explain the need to move them to a new OU. We can send a question to Atlassian (support.atlassian.com) and/or update their documentation about this.

I have the same issue that an AD user can't be re-activated in JIRA.

Can this be solved within JIRA but not touching AD? 

I'm JIRA admin, I don't have access to AD, and there will be lots of hassle to make change in AD.

Thanks. 

This solution worked for me without changing OU:

  1. Login with the local account.
  2. Edit your LDAP connector settings and uncheck the following checkbox in Advanced settings section:
    Screen Shot 2019-02-01 at 11.55.44.png
  3. Force the full synchronisation.

It is 2020 and this problem does still exisist?

In fact we are facing it right now!

Is there a fix I am not aware of? and no, like @Jonas Andersson stated, hacking and crude workarounds are no solutions.

 

official statement from atlassian? thank you

I am still waiting on this fix too

I will now join this little club here....

1 vote
Jonas Andersson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 07, 2020

Another hack to get around it:

Find user:

select ID, user_name from cwd_user where email_address="user@your.org";

update cwd_user set active=1 where ID=<USERID_FROM_ABOVE>;

The restart Jira.

 

Atlassian, please add functions in jira to re-enable and resync, not to have to hack our infrastructures around to get around easy issues like this. A user should not have to be disabled, moved around, or Jira db hacked and jira becoming unavailable, when the fix is this easy!

0 votes
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 03, 2015

Can you explain more on how you do force LDAP sync? Like here? https://confluence.atlassian.com/jira/synchronising-data-from-external-directories-229838555.html

To force a sync in Jira, go to Admin --> User Management. On left column of options, select "User Directories". Locate the listing for your Active Directory within the list of "User Directories" and on the right side you should see the word "Synchronise". Select it to synchronize.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events