LDAP and PHP connection failure

后端 未结 7 928
予麋鹿
予麋鹿 2020-12-15 21:25

I am trying to connect to a secure LDAP server (using LDAPs) via PHP, but I am having problems with it. I get the following error

Warning: ldap_bind()

7条回答
  •  天命终不由人
    2020-12-15 21:32

    Try to enable "anonymous binds" on your LDAP-Server or use a correct bind (username / password).

    like cn=ldapauthuser,ou=accounts,dc=example,dc=com

提交回复
热议问题