Voting

: two plus seven?
(Example: nine)

The Note You're Voting On

josselin dot dulac at enscm dot fr
15 years ago
Note : if you are using OpenLdap client > v2 and PHP > 4.0.4, you don't have to use that function. You just have to specify it using
<?php
ldap_connect
("ldaps://yourhostname", 636);
?>

If you use both ldaps:// uri and ldap_start_tls function, you'll get a warning saying that a TLS/SSL session is already open.

<< Back to user notes page

To Top