ldap连接问题

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
gotowork
帖子: 2
注册时间: 2015-11-18 11:12
系统: ubuntu

ldap连接问题

#1

帖子 gotowork » 2015-11-18 11:17

在win下使用ldapbrower连接时候是正常的
在linux下使用ldapsearch去连接就出错了,ad并没有密码
提示:

代码: 全选

ldap_bind: Server is unwilling to perform (53)
	additional info: unauthenticated bind (DN with no password) disallowed
连接命令:

代码: 全选

ldapsearch -x -D "cn=administrator,cn=users,dc=domain-suffix" -b "" -h 
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ldap连接问题

#2

帖子 poloshiao » 2015-11-18 11:36

請提供 作業系統 及 版本
gotowork
帖子: 2
注册时间: 2015-11-18 11:12
系统: ubuntu

Re: ldap连接问题

#3

帖子 gotowork » 2015-11-18 14:50

poloshiao 写了:請提供 作業系統 及 版本

作业系统是ubuntu 14.04.3,openldap-2.4.31, 目标是windows03 域控
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ldap连接问题

#4

帖子 poloshiao » 2015-11-18 16:07

ldap_bind: Server is unwilling to perform (53)
additional info: unauthenticated bind (DN with no password) disallowed
ldapsearch -x -D "cn=administrator,cn=users,dc=domain-suffix" -b "" -h
使用 "unauthenticated bind" 或 ldapsearch 搜尋 看看
https://help.ubuntu.com/14.04/servergui ... erver.html
https://bugs.debian.org/cgi-bin/bugrepo ... bug=192440
http://www.openldap.org/lists/openldap- ... 00336.html
http://serverfault.com/questions/351837 ... entials-49
https://access.redhat.com/documentation ... binds.html
https://lists.ubuntu.com/archives/ubunt ... 28513.html
http://ubuntu.5.x6.nabble.com/LDAP-serv ... 02198.html
回复