17 Jan
2014
17 Jan
'14
10:31 a.m.
Bishal Pun wrote:
I am using freeradius 2.1.6 on Freebsd server with mysql + LDAP server. Is is possible to send reply attribute based on sql group? If yes then how can I do?
You can't check SQL groups from inside of a Perl function. You have to put the SQL group name into a RADIUS attribute. Then, check that attribute in the Perl function. Alan DeKok.