15 Jul
2010
15 Jul
'10
4:30 a.m.
Madsen.Jan JMD wrote:
I want to check a group file for witch group a user is member off, and after that send specific commands back to the radius client, on behalf of witch group the client is a member of.
I can’t get freeradius to do the correct check on my Group variable in my users file, and I can’t figure out what I’m missig or what I’m doing wrong.
The "Group" and "Group-Name" attributes have pre-defined meanings. Don't use them,.
I have done the following ... format = "Group:::*,User-Name"
No. See raddb/modules/etc_group for a *working* example of a group configuration. See "man rlm_passwd" for more documentation on the same subject. Alan DeKok.