09-18-2018
11:08 PM
- last edited on
09-19-2018
05:58 AM
by
cjervis
I can use groupOfNames groups from ldap with no problem with the ldap group search filter of 'member={0}'.
When I try to use posixGroups the filter should be set to memberUid=<username>.
The info for this field however does not show how to refer to the username variable. For Cloudera Manager there is the option of variable {1}.
I tried to set the filter to 'member={1}' but that did not fetch the groups correctly.
Is the {1} even supported or is there some other variable that could be used for this.