LDAP connector

The LDAP connector is a implementation used for connecting to remote systems that are using the LDAP or LDAPS protocol.

On this moment the only ssl protocol supported is TLSv1.2

Configuration

Below are all the parameters you can specify on this connector.

name

description

timeout

the operation timeout in milliseconds

host

the hostname/ip of the remote system

port

the port on which the LDAP is running

username

the username used for authenticating

password

the password used for authenticating

baseDn

the baseDn (searchscope subtree)

ssl

configure ssl mode

Supported functions

Below are the implemented operations on this connector.

name

supported

description

create

yes

implemented

find

yes

implemented on SearchScope.OBJECT

search

yes

implemented on SearchScope.SUBTREE

update

yes

implemented with modification operation

delete

yes

delete on distinguished name

disable

no

archive

no

unarchive

no

ping

yes

pings the connection

validate configuration

yes

validates the configuration on init

Open issues

  • sorting

  • paging

Last updated