File 0105-mod_auth_kerb-5.4-handle-continue.patch of Package apache2-mod_auth_kerb
diff -rupN mod_auth_kerb-5.4/src/mod_auth_kerb.c mod_auth_kerb-5.4-patched/src/mod_auth_kerb.c
--- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2015-05-11 14:11:42.223556546 +0200
+++ mod_auth_kerb-5.4-patched/src/mod_auth_kerb.c 2015-05-11 14:11:47.130605879 +0200
@@ -1856,7 +1856,6 @@ authenticate_user_gss(request_rec *r, ke
goto end;
}
-#if 0
/* This is a _Kerberos_ module so multiple authentication rounds aren't
* supported. If we wanted a generic GSS authentication we would have to do
* some magic with exporting context etc. */
@@ -1864,7 +1863,6 @@ authenticate_user_gss(request_rec *r, ke
ret = HTTP_UNAUTHORIZED;
goto end;
}
-#endif
major_status = gss_display_name(&minor_status, client_name, &output_token, NULL);
gss_release_name(&minor_status, &client_name);