Michael Hare <[EMAIL PROTECTED]> wrote: > Is there currently a way to tack a realm onto a username via the USERS > file? I can get the functionality I need by having the user specify a > realm during login, but I'd like this to be transparent to the end user.
The attr_rewrite module can do some re-writes, but it's not very flexible. > (I'd like to have different users have different authentication methods by > specifying the realm per user) Why? If you know to re-write the username to '@realmX' during the authentication, and then to use auth-type X for realmX, then you know which authentication mechanism to use at the start! So I don't understand why you need to add on the realm. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
