7 Aug
2019
7 Aug
'19
10:19 a.m.
On Aug 7, 2019, at 9:45 AM, Tomride via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I'm a newbie in freeradius, I have a production freeradius server connected with ldap directory, currently I'm assigning dns attribute(primary and secondary) in post-auth, the same servers for every user , It works fine but we need now to assign different dns server depending of their group. (O=). We don't know if check it in ldap or using groups in SQL.(radusergroup) , any idea?
if (LDAP-Group == "sales") { update reply { attribute = value } } https://wiki.freeradius.org/modules/Rlm_ldap Alan DeKok.