Date: 10/29/00
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/chapters install.xml"
- Previous message: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc /hu/language variables.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
venaas Sun Oct 29 12:10:08 2000 EDT
Modified files:
/phpdoc/en/functions ldap.xml
Log:
Added note to ldap_connect() on URL and SSL support with OpenLDAP 2.x.x
Index: phpdoc/en/functions/ldap.xml
diff -u phpdoc/en/functions/ldap.xml:1.21 phpdoc/en/functions/ldap.xml:1.22
--- phpdoc/en/functions/ldap.xml:1.21 Sat Oct 28 12:27:05 2000
+++ phpdoc/en/functions/ldap.xml Sun Oct 29 12:10:08 2000
@@ -424,6 +424,12 @@
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>
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/chapters install.xml"
- Previous message: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc /hu/language variables.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

