I'm having problems switching from a mixed config file
utilizing both <Realm> and <Handler> to all handlers 
using the Realm keyword as it doesn't seem to be 
matching.  Below is the config exerpt I'm trying to work
with.  However, it's not finding the <Handler Realm=sitestarsat.net>
even if I enclose the realm in quotes.  Looking at the Trace 4
output all my RewriteUsername's up to this point leave the
Realm portion alone as a <Realm> directive will match, but
for some reason the following example is matching Handler ''
or the default at the end even when I'm sending a username
of [EMAIL PROTECTED]  I've also tried switching off
the User-Name attribute with the regexp like shown in the
first example but it was not matched either.  What have I
missed?

I'm testing with Radiator 3.1 on an XP Pro machine.

<Handler Client-Identifier = "QwestRoaming", User-Name = /\@sitestarsat.net$/>
        AuthByPolicy    ContinueAlways
        AuthBy          ISATProxy
        AuthBy          QwestAcct
</Handler>

<Handler Realm=sitestarsat.net>
        AuthByPolicy    ContinueAlways
        AuthBy          ISATProxy
        AuthBy          SitestarAcct
</Handler>

# Strip All REALMS
RewriteUsername s/^([^@]+).*/$1/

<Handler Client-Identifier = "QwestRoaming">
        AuthByPolicy    ContinueAlways
        AuthBy          QwestAcct
        AuthBy          QwestAuth
</Handler>

<Handler>
        AuthByPolicy    ContinueAlways
        AuthBy          SitestarAcct
        AuthBy          SitestarAuth
</Handler>

-- 
Robert G. Fisher                  Sitestar.net, Inc. 
System Engineer                   (276) 666-9533 x 116
===
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.

Reply via email to