(RADIATOR) how to handle requests by prefix

2002-08-29 Thread Mohamed Mehdi Khemiri

hi all,

How can we handle requests by prefix used in the username et not by the
realm ?


thx


===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) how to handle requests by prefix

2002-08-29 Thread Hugh Irvine


Hello Mehdi -

You would use Handlers instead of Realms - something like this:

Handler User-Name = /^/

where  is the prefix you are looking for.

The exact syntax of the regular expression will depend on the string you 
are looking for.

Check your Perl book for a discussion on regular expressions.

regards

Hugh


On Friday, August 30, 2002, at 01:22 AM, Mohamed Mehdi Khemiri wrote:

 hi all,

 How can we handle requests by prefix used in the username et not by the
 realm ?


 thx


 ===
 Archive at http://www.open.com.au/archives/radiator/
 Announcements on [EMAIL PROTECTED]
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.



--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.