Hi guys,
I’m trying to setup the LDAP group support for our rocket chat server. LDAP user access is already working.
Currently I’m stuck at the LDAP Group Member Format setting as it should look like the following:
I have no idea how to get the data from the user account into this string. If I hard code a single user into the string it is working for the single user.
I already tried to use #{givenName} as well without any luck.
please note that I guess the format is quite correct as I can see that this is giving me the user name into the LDAP search query.
cn=#{username},ou=Users,ou=Accounts,dc=Domain,dc=com
The Problem is that I need to push either the CN or the givenName+SN into the search.
Best regards
Timmi