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.