From: baalberith Date: Mon, 9 Mar 2009 19:52:17 +0000 (+0000) Subject: fixed return value when using basic provider to pass the auth to other modules (in... X-Git-Tag: gssweb-apache-2014-09-08~40 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=29859c196d3a3e6f86f5659990463d11829beaba fixed return value when using basic provider to pass the auth to other modules (in case of fail). --- diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 0091765..cc15efd 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -1706,7 +1706,7 @@ static authn_status authn_krb_password(request_rec *r, const char *user, ret = authenticate_user(r, auth_line, type, 1, 1); if (ret == OK) return AUTH_GRANTED; - else return AUTH_DENIED; + else return AUTH_USER_NOT_FOUND; } static int