Error in ADAM bind redirection
Hi,
I am facing problem in bind redirection feature of ADAM. When I try to authenticate a user I get following error message: LDAP: error code 49 - 8009030C: LdapErr: DSID-0C090336, comment: AcceptSecurityContext error, data 202d, vece
Any Clues?
Background information:
We are trying to make a ADAM/AD combination work. We are already having thousands ofusers in AD. Now we want to keep all application specific data in ADAM and use bind redirection for authentication purpose.
Thanks
Re: Error in ADAM bind redirection
I have a bit confusion. Is it a userProxy or a windows domain account with which you are binding? Let me tell you that you will require only a userProxy in case your application must make a simple LDAP bind. And if the application can make a secure (SASL) bind then you do not need userProxies you can just add access control for the AD accounts to the ADAM data.
It should be somewhere like this:
ADAM Help
ADAM Concepts
Understanding ADAM access control
Re: Error in ADAM bind redirection
Hey guys, here is some more useful stuffs youi may require:
8009030C is SEC_E_LOGON_DENIED
202d is ERROR_DS_CONFIDENTIALITY_REQUIRED (This request requires a secure connection.
For your information, simple binds can only go over SSL by default (or otherwise encrypted) connection.