Tim Bates <[EMAIL PROTECTED]> wrote: > Ah, this could work. The /etc/group file on the RADIUS server is > generated out of the same database which FreeRADIUS is configuring, so I > can use that as a (hopefully) temporary solution. Just to confirm, did > you mean using the etc_group example of the passwd module in the default > radiusd.conf?
That will work, but you can use the "unix" module, too. It is the one managing the Group/Group-Name attribute. If you use etc_group to do group checking, then use an attribute other than Group, or it will conflict with the Unix module. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

