1. 解释LDAP错误代码dsid-0c090447的含义 LDAP错误代码dsid-0c090447是一个特定的数据存储接口(DSID)错误代码,它表明在LDAP服务器处理请求时发生了某种错误。不过,需要注意的是,这个具体的错误代码(0c090447)并不是LDAP协议标准中定义的通用错误代码,而是由Active Directory(AD)或特定LDAP服务器实现定义的。因此,它...
The error code is : Uncategorized exception occured during LDAP processing; nested exception is javax.naming.NamingException: [LDAP: error code 80 - 80090304: LdapErr: DSID-0C090447, comment: AcceptSecurityContext error, data 20ee, v3839\u0000] I tried everything for a couple of days but...
80090308: LdapErr: DSID-0C090447, comment: AcceptSecurityContext error, data 52e, v3839 From a quick google search, "data 52e" points to the password being incorrect, even though it is correct since the same test using cn works. Here's the ldap wiki: https://ldapwiki.com/wiki/Common%...
import javax.naming.ldap.InitialLdapContext; import javax.naming.ldap.LdapContext;