How to explain msg "additional info: 80090308: LdapErr: DSID-0C090447, comment: AcceptSecurityContext error, data 52e, v3839"?
Hi,
I try to auth AD user by ldap library in linux. But func ldap_simple_bind return "additional info: 80090308: LdapErr: DSID-0C090447, comment: AcceptSecurityContext error, data 52e, v3839".
But when I try to use a wrong password to auth, I get another message " additional info: 80090308: LdapErr: DSID-0C090446, comment: AcceptSecurityContext error, data 52e, v2580".
Now I want to know how different between them. What is DSID-0C090447 ? And what is v3839? Is there any documents? It looks like something in windows server about SSPI, but I can not find any text to understand them.
thanks for your help