Hi, > Hi all, > > I want to configure the free radius to return access- > reject based on the value of a particular column in database . > > How do i do that ??? please help....
probably with a bit of unlang like
if("%{sql:SELECT group FROM `table` where user = %{User-Name}}" !=
"group_I_want"){
reject
}
man unlang and http://wiki.freeradius.org/modules/Rlm_sql
alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

