8 Jan
2010
8 Jan
'10
1:27 a.m.
================================== there is another solution below: in authorize section :
redundant { sql files }
in users file :
DEFAULT Auth-Type := Accept Session-Timeout := 300
================================== but , how to catch sql module fail ?
This issue belongs on the users list. Your example won't work because the rcode fail has a default value of 'reject'. Reject causes the server to stop processing the request and jump to Post-Auth. If you want to stop it doing this, override the default rcode value for the sql module. -Arran