Default Authentication

Alan DeKok aland at deployingradius.com
Thu May 3 08:19:10 CEST 2007


Norman Zhang wrote:
> This won't work, as Auth-Type = System will act as the clean-up default. 
> All other Unix users will be able to login, except they have privilege = 
> 1. I read through users(5) few times, not sure if there's a way that I 
> can avoid this. Can you give more hints?

  If you want only groups A and B to log in, do:

DEFAULT Group == A, Auth-Type = System
	...

DEFAULT Group == B, Auth-Type = System
	...

DEFAULT Auth-Type := Reject

  Alan DeKok.
--
  http://deployingradius.com       - The web site of the book
  http://deployingradius.com/blog/ - The blog



More information about the Freeradius-Users mailing list