(no commit message)
authorwuter <wuter@web>
Thu, 18 Aug 2022 08:50:51 +0000 (04:50 -0400)
committeradmin <admin@branchable.com>
Thu, 18 Aug 2022 08:50:51 +0000 (04:50 -0400)
doc/bugs/wishlist:_make_variable_where_httpauth_takes_the_user_configurable.mdwn [new file with mode: 0644]

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 (file)
index 0000000..bb4f062
--- /dev/null
@@ -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.