Hello there,
foo# radiusd -v
radiusd: FreeRADIUS Version 0.9.0, for host i386-unknown-freebsd4.7, built on Oct 13 2003 at 14:15:59
I have been having issues with defaults. Specifically, I have accounts where i would like to apply different sets of defaults depending on domain name the user is trying to authenticate with.
I.e. [EMAIL PROTECTED] would get one set of defaults and [EMAIL PROTECTED] would get different ones. The users would have the same password and so on later in the users file, but without the domain attribute..
So, basically, something like this:
=======
if (DOMAIN == domain1.net) {
apply DEFAULTS 1
} else if (DOMAIN == domain2.net) {
apply DEFAULTS 2
}user1 User-Password == "reallysecretpassword"
Framed-IP-Address = 10.68.240.30
=======Any ideas how I can do this?
Cheers!
-- joe.
Joe Warren-Meeks Technical Operations Director Inspired Broadcast Networks & The Cloud http://www.inspiredbroadcast.net/ Out of Home Pay to Play Networked Entertainment 1-7 Livonia Street, London W1F 8AD Tel: +44 (0)20 7478 8282 Mob: +44 (0)7789 176078 Fax: +44 (0)20 7287 0131
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

