How to allow specific group users only to auth

Alan DeKok aland at deployingradius.com
Wed May 9 20:18:54 CEST 2018


On May 9, 2018, at 2:05 PM, Alan Buxey <alan.buxey at gmail.com> wrote:
> if (&client:netdevice = yes && LDAP-Group != networkmgmt) {

  Should be

	if (("%{client:netdevice}" == "yes") && LDAP-Group != networkmgmt) {
		reject
	}

  That should work.

  Alan DeKok.



More information about the Freeradius-Users mailing list