Some of my users cant log in. He has an error like 'Authetication failed please try again later'
There are more than one such problem. All users with this problem are in one LDAP. I can synchronize this LDAP
Error code 49 is the equivalent of bad credentials at login. If you are trying to connect to AD the best method is to bind using useraccountname@corp.xxx.com as the user instead of the standard full DN
I would imagine you would bind by replacing
"uid=userName,ou=Information Technology Team,ou=New Jersey,dc=ost,dc=srcorp,dc=com"
with
"useraccountname@corp.xxx.com"
- where useraccountname is the login ID and XXX is the domain your AD runs in ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This happens when the BaseDN of the directory does not contain an Organizational Unit (OU). For example: BaseDN:dc=mycompany,dc=com
Add an Organizational Unit (OU) to the BaseDN. For example: ou=office,dc=mycompany,dc=com
Please see our documentation for further assistance with diagnosing LDAP problems.
https://confluence.atlassian.com/display/CROWD/Troubleshooting+LDAP+User+Management<br< a="">>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After adding OU I see
[LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A8, comment: AcceptSecurityContext error, data 532, v1db1]; nested exception is javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A8, comment: AcceptSecurityContext error, data 532, v1db1]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.