Hi Rafael,

I don't know if this is what you are asking for (your question looked quite
cumbersome to me :) but here you are:

|o| What I need is a way to define a handler that would take the place of the
|o| domain-less Realm without using the <Handler default> (since I'd probably
|o| use it with gric).

if you wanna match "someuser" with no domain, you can use:

        <Handler User-Name=/^.*/>

at the end of your config file, you can maybe use (i don't use it):

        <Handler default>

but i'd rather not use that for gric, i'd rather use:

        <Handler User-Name=/^..*@..*/>

that would match any "someuser@somedomain" format

Regards,

Enrique-

|o| ---- Rafael Ortega escribi� ----
|o| Hello, everyone
|o| 
|o| I'm not very proficient in Perl, but need has made me look into regular
|o| expressions to solve a configuration problem I have with Radiator (currently
|o| using 2.15, but about to upgrade to 2.16, as soon as the new servers
|o| arrive).
|o| 
|o| We recently merged with another ISP and inherited their database and
|o| domains.  We also support GRIC and IPASS romaing services.
|o| 
|o| My problem is, for roaming services, we are going to use prefixes and that
|o| means handlers (if I'm not mistaken).
|o| 
|o| Currently, I use realms for our local domains, defining <Realm> for our
|o| domain with the most users.  <Realm default> I use for Ipass.  No provisions
|o| have been made for Gric, yet.
|o| 
|o| I came up with the following handler definitions to replace my realms:
|o| 
|o| <Handler User-Name=/domain.com$/i>  would replace <Realm domain.com>
|o| 
|o| <Handler User-Name=/^IPASS\//i>  would do for the prefixes.
|o| 
|o| 
|o| What I need is a way to define a handler that would take the place of the
|o| domain-less Realm without using the <Handler default> (since I'd probably
|o| use it with gric).
|o| 
|o| Thanks for your help.
|o| 
|o| 
|o| ------------------------------------
|o| Rafael Ortega
|o| PSINetworks Panama
|o| [EMAIL PROTECTED]
|o| +507 206-3078
|o| 
|o| 
|o| 
|o| ===
|o| Archive at http://www.starport.net/~radiator/
|o| Announcements on [EMAIL PROTECTED]
|o| To unsubscribe, email '[EMAIL PROTECTED]' with
|o| 'unsubscribe radiator' in the body of the message.


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to