Integrate ldap query to freeradius
Alan DeKok
aland at deployingradius.com
Fri Mar 8 02:34:32 CET 2019
On Mar 7, 2019, at 1:52 PM, Rong Wang <rzwang at 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.
More information about the Freeradius-Users
mailing list