Hi again - The RADIUS protocol defines a number of different responses that a server must implement.
If the user credentials pass verification, then respond with Accept. If the user credentials fail verification, then respond with Reject. If the user credentials can’t be verified, as in the case of an SQL database failure or unreachable, then don’t respond at all - ie Ignore. RADIUS clients are typically configured with a primary and secondary RADIUS server target, and will fail over if no response is received. Have a look at the RADIUS RFC’s for details. regards Hugh > On 13 Sep 2019, at 17:11, Dubravko Penezic <[email protected]> wrote: > > Hi, > > i wonder what exactly did follow line in Perl code when hook is called : > > return ($main::IGNORE, 'Database failure'); > > I didnt found what may be return codes, and how they control execution > process. > > Regards, > Dubravko > _______________________________________________ > radiator mailing list > [email protected] > https://lists.open.com.au/mailman/listinfo/radiator -- Hugh Irvine [email protected] Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER, SIM, etc. Full source on Unix, Linux, Windows, macOS, Solaris, VMS, NetWare etc. _______________________________________________ radiator mailing list [email protected] https://lists.open.com.au/mailman/listinfo/radiator
