Re: MaxSessionLength in ServerAccess table

Dale E. Reed Jr. ( (no email) )
Tue, 11 Aug 1998 23:20:09 -0700

Mark Colasante wrote:
>
> What value should be in the MaxSessionLength column in the ServerAccess
> table in order to NOT limit the session lengths. I am using Radius 2.5
> and SQL Server database. Currently, I have this field NULL for all
> servers and it does not allow any access at all. I had them set to 0
> also but got the same denied access.

Do you see the "Access allowed for xx Seconds"? If you do, then RadiusNT
sees a MSL as a positive number. The value can be 0 or NULL. What does
radlogin show for the return attributes for the user?

Also, check your RadCheckPort stored procedure. It should look like
this:

CREATE PROCEDURE RadCheckPort @nasid varchar(16), @nasport integer, @at
varchar(15) AS
Select MaxSessionLength, StartTime, StopTime, CurrTime = (DatePart(Hour,
GetDate()) * 60) + DatePart(Minute, GetDate())