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

2019-12-03 Thread michael . huys
Hi Eric, first of all thanks for you quick response! The loop is continuously giving the message "One moment please, you are being redirected". And this is the message which is displayed when the request is proxied from Apache to the Perl webserver. I'm using the LA because I don't

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