Re: [users@httpd] SSO Kerberos REMOTE_USER RewriteRule Endless Loop for Certain users com249.796.781

2019-12-03 Thread Eric Covener
>RewriteEngine on >RewriteCond %{LA-U:REMOTE_USER} (.+) >RewriteRule . - [E=RU:%1,NS] >RequestHeader set REMOTE_USER "%{RU}e" env=RU >RequestHeader set REMOTE_USER_SECRET "*" > Any more details on the looping behavior? The rewrites don't make a substitution much

[users@httpd] SSO Kerberos REMOTE_USER RewriteRule Endless Loop for Certain users com249.796.781

2019-12-03 Thread michael . huys
Hi, we are using apache (Server version: Apache/2.4.6 Red Hat Enterprise Linux) as a reverse proxy in front of our Perl webserver (Mojolicious). Apache is also taking care of SSO authentication through Kerberos. We are using a rewriterule to pass on the REMOTE_USER request header to our