Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHP 扩展。 用户名是管理员密码是 111111 我尝试使用绑定ldap_bind($rs,'admin','111111') 它给我一个错误:
ldap_bind($rs,'admin','111111')
无法绑定到服务器:[ldap_bind 行] 中的 DN 语法无效
我可以匿名绑定,正确的语法是什么?
好的 - 我的错,我应该使用整个记录名称而不仅仅是 admin:"cn=admin,dc=example,dc=com"它描述了服务器中的顶部节点。
"cn=admin,dc=example,dc=com"