On 01/10/2012 06:40 PM, Michal Bruncko wrote:
Hello Alan,

your hint gives syntax error:
"/etc/raddb/sites-enabled/default[476]: Unknown action 'ok'.
/etc/raddb/sites-enabled/default[461]: Errors parsing post-auth section."

post-auth {
sql {
fail = ok
}
}

from the man unlang I assume, that "ok" keyword should be placed only on
the left side of statement "code = value".

Maybe try:

post-auth {
  redundant {
    sql
    ok
  }
}
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to