Mike Hendrix <[EMAIL PROTECTED]> wrote: > But if the user includes the domain > name, ie. "[EMAIL PROTECTED]" the group match doesn't happen and no > ppp session is setup via the users file. It seems that the domain is > stripped for password authentication but not when the group should be > checked.
The domain *is* stripped, but the group lookup is done on the User-Name, not the Stripped-User-Name. The unix module should be patched to read a configuration option, and call xlat on it, and then use that string to do the group name lookups. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
