Shurbann Martes wrote: > Are there any limitation to the secret key? I.e. some special characters > not allowed or length?
All characters are allowed. HOWEVER, some characters, like "$" and "\" require escaping. Put single quotes around the secret, and it could work, too. See "man unlang" for how strings work in the configuration files. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

