I have a feeling that the answer is blindingly obvious, but I can't figure it out... The 'users' file consists of: DEFAULT Auth-Type = Accept Simultaneous-Use := 1 In radiusd.conf I also have: session { sql } authorize { radius-user-auth } 'radius-user-auth' is an rlm_exec instance that invokes a script used to authenticate users. It works fine, but the 'session' section never gets processed. Why? josh.
On Monday 25 June 2007 11:42:08 Josh Howlett wrote:
I have a feeling that the answer is blindingly obvious, but I can't figure it out...
The 'users' file consists of:
DEFAULT Auth-Type = Accept Simultaneous-Use := 1
Simultaneous-Use is a check item, not a reply item.
In radiusd.conf I also have:
session { sql }
authorize { radius-user-auth }
'radius-user-auth' is an rlm_exec instance that invokes a script used to authenticate users. It works fine, but the 'session' section never gets processed. Why?
josh.
Because Simultaneous-Use is in the wrong place. Make it a check item and the session section should be processed. Kevin Bonner
participants (2)
-
Josh Howlett -
Kevin Bonner