Skip to content

The "Check connection" action of the Active Directory configuration is broken for LDAPs #43

@aubincleme

Description

@aubincleme

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions