mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7d3105e06d
commit
fe9ec62971
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue