Issue #705 has been updated by Clément OUDOT.
Reading http://php.net/manual/en/function.ldap-start-tls.php, I think ldap_start_tls should be called after ldap_set_option, to be sure being in LDAPv3 before launching startTLS. ---------------------------------------- Feature #705: starttls functionality http://tools.lsc-project.org/issues/705 Author: alex p Status: New Priority: Normal Assigned to: Category: Self Service Password Target version: self-service-password-? Our ldap server restrict connections to only ldap with start_tls extension. As a workaroung I inserted ldap_start_tls($ldap) after each ldap_connect function, but it lacks error handling. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
