DNS attribute per group

Alan DeKok aland at deployingradius.com
Wed Aug 7 16:19:00 CEST 2019


On Aug 7, 2019, at 9:45 AM, Tomride via Freeradius-Users <freeradius-users at 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.




More information about the Freeradius-Users mailing list