On Thursday, March 11, 1999 5:42 AM, mike grommet [SMTP:[EMAIL PROTECTED]] wrote:
> Boy, its a day for questions from little me. I am experiencing problems
> trying
> to assign a static IP number to a user upon login.
>
> When the user connects, this is the debug information printed:
>
> 13:09:40 1999: DEBUG: Handling with Radius::AuthFILE
> Wed Mar 10 13:09:40 1999: DEBUG: Radius::AuthFILE looks for match with Pgorm
> Wed Mar 10 13:09:40 1999: DEBUG: Handling with Radius::AuthUNIX
> Wed Mar 10 13:09:40 1999: DEBUG: Radius::AuthUNIX looks for match with Pgorm
> Wed Mar 10 13:09:40 1999: DEBUG: Radius::AuthFILE REJECT: Check item
> Framed-IP-Address value '206.31.149.117' does not match '' in request
> Wed Mar 10 13:09:40 1999: DEBUG: Radius::AuthFILE looks for match with
> DEFAULT
> Wed Mar 10 13:09:40 1999: DEBUG: Handling with Radius::AuthUNIX
> Wed Mar 10 13:09:40 1999: DEBUG: Radius::AuthUNIX looks for match with Pgorm
> Wed Mar 10 13:09:40 1999: DEBUG: Radius::AuthUNIX ACCEPT:
> Wed Mar 10 13:09:40 1999: DEBUG: Radius::AuthFILE ACCEPT:
> Wed Mar 10 13:09:40 1999: DEBUG: Access accepted for Pgorm
> Wed Mar 10 13:09:40 1999: WARNING: No such attribute Reply-Message
> Wed Mar 10 13:09:40 1999: DEBUG: Packet dump:
>
>
> Heres a sample of my users file:
>
> Pgorm Auth-Type=System,
> Service-Type = Framed-User,
> Framed-Protocol=PPP,
> Framed-IP-Address = 206.31.149.117,
> Framed-IP-Netmask=255.255.255.255
>
> DEFAULT Auth-Type = System
> Reply-Message = You are a PPP user
>
> The user gets authenticated and is allowed to log in but my assigned IP
> address is ignored entirely
> and the user gets an ip number from the dedicated pool instead.
>
> Any ideas?
Yep, its the trailing comma at the end of the "Auth-Type=System," text.
If you take that comma out everyhting should be fine ;-)
Cheers
Richard
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.