> I am using freeradius to authenticate users to have access to Internet. > I want my user to use their group which is their department to be able to > have internet because I need tractability. To understand my problem I'm > going to use an example, > User-Name: bob > Groupe-name: communication > I want freeradius to accept bob just if he access with > b...@communication, I > don't want freeradius to accept if he use b...@business > > I had use the realm witch I configured in proxy.conf; but this solution > enable bob to access with b...@business
Use an SQL (MySQL) database to store user info and create groups. http://wiki.freeradius.org/SQL_HOWTO Tim - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

