Hi Enrique,

On Apr 20,  7:21pm, Enrique Vadillo wrote:
> Subject: (RADIATOR) Prefix configuration
> Hi,
>
> I am a newbie regarding radiator but i'm used to managing ascend's radius.
>
> I want to configure radiator so that usernames that use prefix 'HELLO/'
> are authenticated by radius server with IP 200.56.78.9 and all other users
> authenticated by radius server with IP 190.34.6.89
>
> I am using radiator 1.57. Can someone tip me on the configuration i must use?
                      ^^^^no such creature!

OK, so you want to forward all you packets, you just want to choose where to
send them based on the prefix?

Try this:

# For usernames starting with HELLO
<Handler User-Name=/^HELLO/>
        <AuthBy RADIUS>
                Host 200.56.78.9
                Secret xxxx
        </AuthBy>
</Handler>

# For everything else:
<Handler>
        <AuthBy RADIUS>
                Host 200.56.78.89
                Secret xxxx
        </AuthBy>
</Handler>

Hope that helps.

Cheers.

>
> Thank you all in advance,
>
> Enrique-
> --
> ----------------------------------------------
>  RCP - Internet Peru      Tel: +51 1 422-4848
>  Dpto de Operaciones      Fax: +51 1 421-8086
> ----------------------------------------------
>
> ===
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>-- End of excerpt from Enrique Vadillo



-- 
Mike McCauley                               [EMAIL PROTECTED]
Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985                       Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, external, etc etc on Unix, Win95/8, NT, Rhapsody
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to