summaryrefslogtreecommitdiff
path: root/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-handle-continue.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-handle-continue.patch')
-rw-r--r--www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-handle-continue.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-handle-continue.patch b/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-handle-continue.patch
deleted file mode 100644
index 4b77a497f4ce..000000000000
--- a/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-handle-continue.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c
-index 2aab5ee..ca81878 100644
---- a/src/mod_auth_kerb.c
-+++ b/src/mod_auth_kerb.c
-@@ -1744,7 +1744,6 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf,
- 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. */
-@@ -1752,7 +1751,6 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf,
- 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);