From: wuter Date: Thu, 18 Aug 2022 08:50:51 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/90b3140fffc9c42d255ee8788eb53c8c8a626e8c --- 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.