Hello Felipe -
If you are already using Realms, you can add a Realm DEFAULT that will match on
anything that is not previously defined:
# match Realm zip.net
<Realm zip.net>
....
</Realm>
#match another Realm
<Realm another.realm>
....
</Realm>
# match usernames with no Realm
<Realm>
.....
</Realm>
# match anything else to proxy
<Realm DEFAULT>
<AuthBy RADIUS>
.....
</AuthBy>
</Realm>
Otherwise you could use Handlers and match on the User-Name:
<Handler User-Name = /IPASS/>
.....
</Handler>
You may need to tweak the above to match correctly.
The usual caveats apply regarding not mixing Realms and Handlers (convert your
existing Realms to Handlers) and correctly ordering your Handlers with the more
specific before the more general.
hth
Hugh
On Thu, 27 Jul 2000, Felipe Salum wrote:
> Hi All!
>
> I need to make Radiator to proxy all usernames that arrive as
> [EMAIL PROTECTED] to ipass radius server.
>
> As the domains are not fixed domains, they change dependent of the
> location that the user connect I can't set a realm for this. Anyone have
> a idea how to do it ??
>
>
> Thanks in advance,
> Felipe Salum
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
===
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.