Blame SOURCES/mod_auth_kerb-5.4-expired.patch
|
|
0e5650 |
diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c
|
|
|
0e5650 |
index 2aab5ee..ca81878 100644
|
|
|
0e5650 |
--- a/src/mod_auth_kerb.c
|
|
|
0e5650 |
+++ b/src/mod_auth_kerb.c
|
|
|
0e5650 |
@@ -1744,7 +1744,6 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf,
|
|
|
0e5650 |
goto end;
|
|
|
0e5650 |
}
|
|
|
0e5650 |
|
|
|
0e5650 |
-#if 0
|
|
|
0e5650 |
/* This is a _Kerberos_ module so multiple authentication rounds aren't
|
|
|
0e5650 |
* supported. If we wanted a generic GSS authentication we would have to do
|
|
|
0e5650 |
* some magic with exporting context etc. */
|
|
|
0e5650 |
@@ -1752,7 +1751,6 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf,
|
|
|
0e5650 |
ret = HTTP_UNAUTHORIZED;
|
|
|
0e5650 |
goto end;
|
|
|
0e5650 |
}
|
|
|
0e5650 |
-#endif
|
|
|
0e5650 |
|
|
|
0e5650 |
major_status = gss_display_name(&minor_status, client_name, &output_token, NULL);
|
|
|
0e5650 |
gss_release_name(&minor_status, &client_name);
|