Added note to ldap_connect() on URL and SSL support with OpenLDAP 2.x.x

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34843 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stig Venaas 2000-10-29 20:10:08 +00:00
parent 7d3105e06d
commit fe9ec62971

View file

@ -424,6 +424,12 @@ if ($ds) {
already opened link will be returned. If only
<parameter>hostname</parameter> is specified, then the port
defaults to 389.</para>
<para>
If you are using OpenLDAP 2.x.x you can specify a URL instead of the
hostname. To use LDAP with SSL, compile OpenLDAP 2.x.x with SSL
support, configure PHP with SSL, and use ldaps://hostname/ as
host parameter. The port parameter is not used when using URLs.
URL and SSL support were added in 4.0.4.</para>
</refsect1>
</refentry>