Re: [RadiusNT] Time based user

Dale E. Reed Jr. ( (no email) )
Thu, 24 Jun 1999 11:47:30 -0700

Chuck Scott wrote:
>
> Thanks...I'll give it another go! Now one more question, (well maybe), if
> I have 4 different service types, will have to make 4 different entries for
> each server? Say if I have 5 servers, will I have to all ports on server 1
> for AccountType PPP, ISDN, and any others? Please say no!!!

Yes. The Server Port Access requires you to explicitly define the
Access
for each one. I've used some shortcuts like:

Insert Into ServerAccess(ServerID, Port, AccountType)
Select s.ServerID, NULL, a.AccountType