How do I solve ldap_start_tls() “Unable to start TLS: Connect error” in PHP?

后端 未结 7 1227
温柔的废话
温柔的废话 2020-12-14 03:59

I\'m getting:

Warning: ldap_start_tls() [function.ldap-start-tls]: Unable to start TLS: Connect error in /var/www/X.php on line Y

7条回答
  •  天命终不由人
    2020-12-14 04:19

    The path for ldap.conf in Windows is fixed:

    c:\openldap\sysconf\ldap.conf

    A restart of the web server may be required to apply changes.

提交回复
热议问题