On Fri, Mar 12, 1999 at 02:42:38PM -0600, mike grommet wrote:
> Just curious about how to set up time limits properly......
>
> Jumping of this hurdle should pretty much complete my configuration, so
> a huge big thanks from all who have been so helpful. I hope I can return
> the favor.
>
> Here is my users file, a demo:
>
> DEFAULT Auth-Type = System
> Reply-Message = You are a PPP user
>
> Pgorm Auth-Type=System, Time = "Al0800-1300"
> Service-Type = Framed-User,
> Framed-Protocol=PPP,
> Framed-IP-Address = 206.31.149.117,
> Framed-Netmask=255.255.255.255
>
User specific entries will always be checked before DEFAULT entries. So
what Radiator is doing is checking the user specific entries first (then
it checks the DEFAULT entries). Your DEFAULT entry will let anyone in who
has a valid System account (which is why Pgorm gets in but doesn't get
his Framed-IP-Address).
There's a few solutions to avoid this, check stuff out like ContinueUntilReject
(not recommended if you have more than one DEFAULT of course) described in
Section 6.17.1.
[EMAIL PROTECTED]
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.