Hello Michael -

> 
> My name is Michael Casaretto with Flashcom Inc. in the United States.  I
> would like to know if it is possible to use an IP address to direct radius
> authentication to a specific realm.  An example would be if "User A" has a
> request for authentication from ip address x.x.x.x, can we have requests
> directed to a realm denoted in the config file to handle that specific IP.
> Please let me know how we can accomplish this.
> 

Yes you can do this, but you will need to use Handlers instead of Realms.

For example:

<Client x.x.x.x>
        ....
</Client>

<Handler Client = x.x.x.x>
        .....
</Handler>

You will need to convert your existing Realms to Handlers, and make sure to
order your Handlers correctly with the more specific before the more general.

<Realm foo.bar>  will become  <Handler Realm = foo.bar>

hth

Hugh

-- 
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.

Reply via email to