21 Jan
2010
21 Jan
'10
5:58 p.m.
Satyam Mathura <satz.sm@gmail.com> writes:
Line 204 in my users file is the following: DEFAULT Auth-Type := Reject
You don't want that. It removes the server's ability to figure it out by itself.
my radgroupcheck config: +----+------------------+----------------+----+----------------+ | id | groupname | attribute | op | value | +----+------------------+----------------+----+----------------+ | 5 | engineeringadmin | Huntgroup-Name | == | admin | | 6 | engineeringadmin | Auth-Type | := | Accept |
Why? This will make the server act as you describe: Any username in the engineeringadmin group will be accepted regardless of password. Bjørn