It's nessesary to add:
<?php
ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)
?>
for ldap_bind returned true, while you try to bind for openldap (at least version 2.4.21)
It's nessesary to add:
<?php
ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)
?>
for ldap_bind returned true, while you try to bind for openldap (at least version 2.4.21)