"Mike Cisar" <[EMAIL PROTECTED]> wrote: > If I log in with the "username" flavor everything works properly and I > am either denied access, or assigned the proper attributes as defined > above. BUT if I try to log in as "[EMAIL PROTECTED]" the group > lines are ignored and for example if my group is nologin I am still > allowed to log in, and if my group is staff I am not assigned these > special attributes, but rather get the default login attributes as > specified further down in the file.
The rlm_unix module needs to have a configuration item saying WHICH attribute to use for the user name, in order to look up their group. Right now, it's hard-coded to use the 'user-name'. It should also look at 'Stripped-User-Name' Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
