【发布时间】:2018-03-13 16:47:03
【问题描述】:
我写了下面的ldap命令来测试ldap连接
ldapsearch -x -h ldap.com -b "uid=user1,ou=people,dc=domain,dc=com"
我得到以下输出
# extended LDIF
#
# LDAPv3
# base <uid=user1,ou=people,dc=domain,dc=com> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# search result
search: 2
result: 1 Operations error
text: 000004DC: LdapErr: DSID-0C0907C2, comment: In order to perform this opera
tion a successful bind must be completed on the connection., data 0, v2580
# numResponses: 1
请建议如何解决绑定错误
【问题讨论】:
-
为了执行此操作,必须在连接上完成成功的绑定(即您必须以用户身份绑定密码。)
-
你能给我提供包含用户和密码的命令吗?
标签: linux ldap bind ldap-query selinux