Documentation
Ldap/Active Directory Security Transformer
This transformer transforms incoming users by querying an Active Directory or an LDAP server. This is for instance reasonable if you have an on-premises system which does not offer e-mail addresses as user ids.
 
Configuration
- Host or global catalog: please add the FQDN of an ldap server in this field. Please do not add a port. 
- Port: here you can add the port. Common ports are 3269 for the global catalog with SSL and 636 for Active Directory with SSL. 
- Use SSL: enable this to use SSL with the ports given above 
- Subtree to search through: this is the base DN for the subtree, where you expect your users stored in the forest. 
- Login user: the connector uses a named user to authenticate against the Active Directory. The user must not come with rotating passwords. 
- Password: this is the according password. 
- Field to use as search query: based on this field, the transformer will issue the query. The query is <field>=<user.alias>. The result will then be used in the next step for further processing. 
- Filter query to search only the right objects: here you should add an object class to limit the result sets. 
- Field to replace the username with: this is the attribute which the transformer should use for replacing the alias with.