This is a discussion on Re: Multiple groups via hints file and rlm_sql within the FreeRADIUS Users forums, part of the Networking and Network Related category; "Fiederling, Daniel" <daniel.fiederling@warema.de> wrote: > I'm currently using freeradius 1.0.2 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Fiederling, Daniel" <daniel.fiederling@warema.de> wrote:
> I'm currently using freeradius 1.0.2 with a mysql database for > authorization. Because I have multiple client applications I use the > hints file to define groups based on Client-IP-Address: > > DEFAULT Client-IP-Address ==D a.b.c.d > Group = webmail You cannot define groups this way. You will need to use another attribute. The Group attribute is for Unix groups, and only Unix groups. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |