mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
List STARTTLS before LDAPS ...
... when choosing encryption for a LDAP resource.
This commit is contained in:
parent
708f08302f
commit
020329d201
@ -71,8 +71,8 @@ class LdapResourceForm extends Form
|
|||||||
),
|
),
|
||||||
'multiOptions' => array(
|
'multiOptions' => array(
|
||||||
'plaintext' => $this->translate('Plaintext'),
|
'plaintext' => $this->translate('Plaintext'),
|
||||||
Connection::LDAPS => 'LDAPS',
|
Connection::STARTTLS => 'STARTTLS',
|
||||||
Connection::STARTTLS => 'STARTTLS'
|
Connection::LDAPS => 'LDAPS'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user