In our JIRA application user authentication is happening through LDAP.But for two users we are facing login issues.These user ids were created earlier but from last one month they didn't logged in to system.Now when they are trying to login to JIRA it fails .
As a first level approach we have checked user details in LDAP, everything seems ok. At JIRA end they have to use their LDAP credentials to login userid and pwd. I have checked both ids (LDAP and JIRA) are same.
Both users tried with reset password option in JIRA as they were not knowing abt this LDAP. In DB i can see some string{SHA} appended in credentail column in cw_user table.
Not able to understand what is going wrong.
Assuming their workstation uses the same credentials from ldap, I would suspect that the issue is with Jira and not the user directory. I would start by searching their username in the catalina.out and atlassian-jira.log log files.
grep ERROR /path/to/catalina.out | grep username | less
Use the error message, if found, to find the root cause.
Hi Michale,
Thanks. I have checked not found any issue at JIRA end.
Actually these users were there earlier in Active Directory and accordingly we have created them in JIRA. They have created issues in JIRA. But suddenly they were unable to access JIRA .
We checked with AD team and get to know that these users does not exist in Active Directory. Not sure with the exact reason. Now they have recreated the same users in AD.
In JIRA i can see those users are active users. It is failing at authentication level.
Any other view will he helpful
Thanks,
Sujata
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@SujataYou should reset password in LDAP and then try to login to JIRA.
Under the condition that your LDAP setting with Jira is Ok. it should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have reset user password but its still not working.
Error log:
'XXXXXX tried to login but they do not have USE permission or weren't found. Deleting remember me cookie.
The user 'XXXXX' has FAILED authentication.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@SujataThere should be a group in AD which is the same in Jira and it has been configured in the application access in Jira. so verify that users are in the group in AD but check your application access in JIRA configuration for the group that give users access to JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.