Hi,
I get this error when I integrate Crowd with our organization LDAP server
No results were found from your search. org.springframework.ldap.UncategorizedLdapException: Uncategorized exception occured during LDAP processing; nested exception is javax.naming.NamingException: [LDAP: error code 1 - 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1]; remaining name 'dc=xyz,dc=co,dc=in'
can anyone give me some idea on this error
I had the same problem and simplified User DN solution did not work until I figured out my stupid mistake that together with changing the Username field I had to type the password. Then it worked.
This wasn't your stupidity. The interface is just bad and does not alert about this. Same issue here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same error. Couldn't figure out what was wrong. Reset the password for the directory (thank you for the hint about the password), and this fixed the problem! Maybe I had a space at the end when I did copy and paste the first time.
The error message could have been more meaningful!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
It seems your current user has no-rights on fatching the AD details, so you have to use a user credentials that can access the AD details, like;
DirectoryEntry entry = new DirectoryEntry("LDAP://staff", "UserName", "PWD");
regards
Sadiq
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
Seems like this KB might helps you in this issue
Hope it helps.
Cheers,
Septa Cahyadiputra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Septa,
Thank you for your answer , I tried with simplified User DN, but no luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
It seems that it might be due to the configuration. Could you please double check if the configured baseDN is valid. It would be great to continue investigating this issue trough support channel since revealing your configuration in public may not be a good idea :).
Anyway, for now you might want to double check all the configuration as LDAP: error code 1 basically means that the application is not able to bind your LDAP server which might be cause by several reason such as
Hope it helps.
Cheers,
Septa Cahyadiputra
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.