fixed return value when using basic provider to pass the auth to other modules (in...
authorbaalberith <baalberith>
Mon, 9 Mar 2009 19:52:17 +0000 (19:52 +0000)
committerbaalberith <baalberith>
Mon, 9 Mar 2009 19:52:17 +0000 (19:52 +0000)
src/mod_auth_kerb.c

index 0091765..cc15efd 100644 (file)
@@ -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