X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=plugins%2Fsudoers%2Fauth%2FAPI;h=2ccbc55016f068a035c2235a75244cbd7e293d09;hb=e8db7f6eea9b35527ddd4532affabd18a30549b5;hp=62c21d063e613596e840285c37f69249fed3ee3a;hpb=98b9fd63cd28a3636a7cd24641b8f497eaadcd50;p=debian%2Fsudo diff --git a/plugins/sudoers/auth/API b/plugins/sudoers/auth/API index 62c21d0..2ccbc55 100644 --- a/plugins/sudoers/auth/API +++ b/plugins/sudoers/auth/API @@ -57,8 +57,7 @@ The member functions can return the following values: AUTH_FATAL A fatal error occurred. The routine should have written an error message to stderr and optionally - sent mail to the administrator. (If log_error() - is called to do this, the NO_EXIT flag must be used.) + sent mail to the administrator. When verify_user() gets AUTH_FATAL from an auth function it does an exit(1).