21 Apr
2014
21 Apr
'14
4:18 p.m.
On 04/19/2014 08:58 AM, Alan DeKok wrote:
Casey Daniels wrote:
steve Cleartext-Password := "testing", wifi_key = "true" The users file puts the attributes into the "control" list. You'll have to look there for wifi_key. e.g.
if (control:wifi_key == "true") { ..
Policies in "unlang" are much more precise, and it's more obvious what they're doing.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html I believe that is what I was looking for, it appears to be working properly with a few test that I ran.
Thank you so much for the help. Casey