10 Nov
2010
10 Nov
'10
5:24 p.m.
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 bob@communication, I don't want freeradius to accept if he use bob@business
I had use the realm witch I configured in proxy.conf; but this solution enable bob to access with bob@business
Use an SQL (MySQL) database to store user info and create groups. http://wiki.freeradius.org/SQL_HOWTO Tim