Re: [RadiusNT] Server Access Table

Dale E. Reed Jr. ( (no email) )
Thu, 07 Oct 1999 20:13:25 -0700

"Mike@NetDotCom" wrote:
>
> I have search the archives but could not find a definite answer.
>
> In the ServerAccess table can I use a wild card to represent the port? Or do
> I have to make an entry for every port on every server for every account
> type?
>
> Using 2.5.175 with Platypus.

For MS SQL Server, the RadCheckPort defines this. For example, the
default:

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