Ignoring failed module in post-auth

Phil Mayers p.mayers at imperial.ac.uk
Tue Jan 10 20:51:45 CET 2012


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
   }
}



More information about the Freeradius-Users mailing list