PHP Warning: ldap_bind(): Unable to bind to server: Can't contact LDAP server

前端 未结 4 604
既然无缘
既然无缘 2021-01-11 19:26

I\'ve following problem with my php script:

PHP Warning: ldap_bind(): Unable to bind to server: Can\'t contact LDAP server in ....

4条回答
  •  走了就别回头了
    2021-01-11 19:41

    Connect opens the session. Bind is what actually authenticates you. Thus you connected but did not login with valid credentials.

提交回复
热议问题