Hello Volker,
On Mar 23, 10:17am, Volker Klau wrote:
> Subject: (RADIATOR) numbered realms
> Hi,
>
> i'm new to this list and don't know if this question
> was discussed before:
>
> Is it possible to use numbered realms (i.e. the called station id)
> to do something special with incoming requests ?
Yes, its very easy.
You can arrange to decide how to authenticate based on any attribute in the
request, not just the realm, by using Handlers:
# Exact match
<Handler Called-Station-Id=123456>
<AuthBy whatever>
....
</AuthBy>
</Handler>
# Match one of a list of called-station-id
<Handler Called-Station-Id=/11111|22222|33333>
<AuthBy whatever>
....
</AuthBy>
</Handler>
# Match anything not matched above
<Handler>
<AuthBy whatever>
....
</AuthBy>
</Handler>
Hope that helps.
Cheers.
>
> Thanx in advance,
>
> Volker
>
> --
> +------------------------------------------------------------------+
> + Volker Klau EMail: [EMAIL PROTECTED] +
> + Phone: +49-461-90 90 581 +
> + KomTel GmbH FAX: +49-461-90 900 71 +
> + Nordermarkt 1 - D-24937 Flensburg http://www.komtel.net +
> +------------------------------------------------------------------+
>
> ===
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>-- End of excerpt from Volker Klau
--
Mike McCauley [EMAIL PROTECTED]
Open System Consultants Pty. Ltd Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia Consulting and development
Phone, Fax: +61 3 9598-0985 http://www.open.com.au
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.