mark place to fix (don't offer Negotiate when some GSS call failed)
authorkouril <kouril>
Thu, 18 Dec 2003 15:16:14 +0000 (15:16 +0000)
committerkouril <kouril>
Thu, 18 Dec 2003 15:16:14 +0000 (15:16 +0000)
src/mod_auth_kerb.c

index f9f3ca0..9dd6169 100644 (file)
@@ -1048,6 +1048,8 @@ authenticate_user_gss(request_rec *r,
                "%s", get_gss_error(r->pool, major_status, minor_status,
                                    "gss_accept_sec_context() failed"));
      ret = HTTP_UNAUTHORIZED;
+     /* XXX in this case the server hasn't to return to the client the
+      * Negotiate method again! */
      goto end;
   }