DataLayer.LDAP - Use with Logi Security
In order to authenticate users against an LDAP server, use the DataLayer.LDAP Authentication element.
When Logi Security is being used, DataLayer.LDAP can be used retrieve user rights from an LDAP server:
As shown above, DataLayer.LDAP is added as a child of the Rights From DataLayer element, and its attributes configured as shown. The syntax for the Source attribute value follows the rules described in the next sections, and includes the token containing the identifying value for the current user, for example:
- SELECT cn FROM 'dc=example,dc=com' WHERE objectClass ='group' AND member = '@Function.UserName~'