mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Fix encryption setting written to a LDAP reource's INI configuration
Use starttls for STARTTLS and ldaps for LDAPS.
This commit is contained in:
parent
86f3ce9133
commit
db08ccad4b
@ -36,14 +36,14 @@ class Connection
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const STARTTLS = 'tls';
|
const STARTTLS = 'starttls';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Encrypt connection using LDAP over SSL (using a separate port)
|
* Encrypt connection using LDAP over SSL (using a separate port)
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const LDAPS = 'ssl';
|
const LDAPS = 'ldaps';
|
||||||
|
|
||||||
protected $ds;
|
protected $ds;
|
||||||
protected $hostname;
|
protected $hostname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user