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…
Reference in New Issue