From 90b3140fffc9c42d255ee8788eb53c8c8a626e8c Mon Sep 17 00:00:00 2001 From: wuter Date: Thu, 18 Aug 2022 04:50:51 -0400 Subject: [PATCH] --- ..._variable_where_httpauth_takes_the_user_configurable.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/wishlist:_make_variable_where_httpauth_takes_the_user_configurable.mdwn diff --git a/doc/bugs/wishlist:_make_variable_where_httpauth_takes_the_user_configurable.mdwn b/doc/bugs/wishlist:_make_variable_where_httpauth_takes_the_user_configurable.mdwn new file mode 100644 index 000000000..bb4f06280 --- /dev/null +++ b/doc/bugs/wishlist:_make_variable_where_httpauth_takes_the_user_configurable.mdwn @@ -0,0 +1,5 @@ +I recently migrated from the (no longer supported) mod_auth_kerb to its designated replacement, mod_auth_gssapi for HTTP authentication. + +mod_auth_kerb sets `REMOTE_USER` to the Krb5 name that authenticated (e.g., wouter@EXAMPLE.COM). mod_auth_gssapi does not do so; it sets it in the `GSS_NAME` variable, instead. + +It would be awesome if the httpauth plugin would accept a configuration value to set the variable in which to look for the username to account for cases like these. -- 2.39.2