mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +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(
|
||||
'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