7 Mar
2019
7 Mar
'19
8:34 p.m.
On Mar 7, 2019, at 1:52 PM, Rong Wang <rzwang@scu.edu> wrote:
This is part of my problem as well. I am trying to get the group name of the LDAP user and write policy based on the group name and user attributes. I have no idea how to do it. Can anyone please help?
Use the LDAP-Group attribute: if (LDAP-Group == "sales") { ... do stuff ... } Alan DeKok.