mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
small docu about creating ssl (ldaps) or tls connections
This commit is contained in:
parent
ff867f4daf
commit
2cc8585ecb
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user