When trying to configure an Active Directory connection that will use SSL, the "Check connection" action will systematically fail.
This is due to
|
#set ($connected = $services.ldap.checkConnection($server, $port, $bind_DN, $bind_pass, '', false)) |
:
LdapScriptService#checkConnection is called with the parameter
ssl forced to
false.
Marking as a critical bug as this can be misleading for debugging issues with the Active Directory configuration.