关闭嵌入式 LDAP 后的连接问题
Connection issues after turning off embedded LDAP
在我的身份服务器安装中禁用嵌入式 LDAP 时,我收到以下启动错误:
[2017-10-09 14:12:03,955] ERROR
{org.wso2.carbon.user.core.ldap.LDAPConnectionContext} - Error
obtaining connection. [LDAP: error code 49 - 80090308: LdapErr:
DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1]
javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308:
LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data
52e, v1db1]
Caused by: org.wso2.carbon.user.core.UserStoreException: Cannot create
connection to LDAP server. Error message Error obtaining connection.
[LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment:
AcceptSecurityContext error, data 52e, v1db1]
规格是:Ubuntu Xenial 上的 IS v5.3.0。关于配置只读 LDAP 用户存储的 Identity Server 文档的一部分指定 disabling Embedded LDAP
我最初在我的 user-mgt.xml 文件中配置了只读 LDAP 设置并且没有问题,但是禁用嵌入式 LDAP 现在导致启动 LDAP 连接问题,我无法弄清楚原因。我搜索了这个特定的错误消息,但找不到任何相关内容。
密码不支持某些字符。
在我的身份服务器安装中禁用嵌入式 LDAP 时,我收到以下启动错误:
[2017-10-09 14:12:03,955] ERROR {org.wso2.carbon.user.core.ldap.LDAPConnectionContext} - Error obtaining connection. [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1] javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1]
Caused by: org.wso2.carbon.user.core.UserStoreException: Cannot create connection to LDAP server. Error message Error obtaining connection. [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1]
规格是:Ubuntu Xenial 上的 IS v5.3.0。关于配置只读 LDAP 用户存储的 Identity Server 文档的一部分指定 disabling Embedded LDAP
我最初在我的 user-mgt.xml 文件中配置了只读 LDAP 设置并且没有问题,但是禁用嵌入式 LDAP 现在导致启动 LDAP 连接问题,我无法弄清楚原因。我搜索了这个特定的错误消息,但找不到任何相关内容。
密码不支持某些字符。