small docu about creating ssl (ldaps) or tls connections

This commit is contained in:
Ralf Becker 2010-08-26 20:44:33 +00:00
parent ff867f4daf
commit 2cc8585ecb

View File

@ -14,6 +14,11 @@
/**
* LDAP connection handling
*
* Please note for SSL or TLS connections hostname has to be:
* - SSL: "ldaps://host"
* - TLS: "tls://host"
* Both require certificats installed on the webserver, otherwise the connection will fail!
*/
class ldap
{