[EMAIL PROTECTED] wrote: > My company has just setup a radius server and we would like to move our > Internet authentication to the radius server. I have been reading the > steps on setting up mod_radius_auth so that squid can use the radius > server. However, I have not seen any mention of where to specify the group > to authenticate against.
mod_auth_radius doesn't do groups. > We would like to place all our inet users into a single group and > have squid authenticate against radius and only allow authenticated > group members out. How is this different from allowing only authenticated users? Why does Apache need to know the group of the user? The whole point of using RADIUS authentication is to let the RADIUS server make the decision as to whether or not the user is authenticated. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
