Unable to login few existing users in non prod applications are crowd, jira, confluence, bitbucket & bamboo even though the user name and password are correct.
Error message detail:-
Error message in application: " Incorrect user name and password"
Log details:-
1 ." Caused by: com.atlassian.crowd.exception.InvalidAuthenticationException: Account with name <user_name> failed to authenticate:
[LDAP: error code 49 - 80090308: LdapErr: DSID-0C090447, comment: AcceptSecurityContext error, data 52e, v3839\u0000];
nested exception is javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090447,
comment: AcceptSecurityContext error, data 52e, v3839\u0000]
2. "2022-05-02 15:28:59,453 http-nio-8081-exec-66 INFO [crowd.manager.application.ApplicationServiceGeneric] Invalid credentials for user user_name in directory directory_name, aborting"
Kindly help me to fix this issue.
I can confirm that I have same error, when I try to login with wrong credentials.
You said that you cannot login by few users, by others you can?
Also if you are using connector or delegated type of directory, passwords for this users are stored directly in directory (for example in LDAP), where crowd is trying to find user credentials for each authentication. More about this you can find in this spec.
And one more suggestion from me, maybe this users have different type of hashing password in directory SHA-256/SHA-512/Plaintext, etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, but like I say before, Crowd doesn't store user credentials for delegated type of directory. This means that the directory delegates user authentication to LDAP.
You can try to use internal type of directory, which will store user, group and role information in Crowd database .
Also you can check that usernames are the same in the Crowd Delegated Authentication directory and in the LDAP directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Peruma Chinnasamy ,
If you using any external user directory configured, Please check the Directory sync is happening or not.
and also check the users are available in Jira or not in user management.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.