Setting a new keytab file from windows DC made kerberos work! But still
something missing!
With KrbMethodK5Passwd=off users should open protected page without
credentials prompt , this is true for my user (cedtm), but the other users
can't.
Setting KrbMethodK5Passwd=on, my user still open the pag
Hello,
I'm tryng to setup SSO from an AD client towards apache 2.4 on ubuntu
20.4LTS.
this is the enviroment:
XXX.LOCAL is de Active directory domain
zzz.it is the internet domain (with ssl wildcard certificate)
dc1.xxx.local 172.16.3.18 is the Windows DC server, and the internal DNS
server
int
: Re: [users@httpd] SSO Kerberos REMOTE_USER RewriteRule Endless Loop
for Certain users com249.796.781 com249.817.407
Date: 03 december 2019 (15:25)
Hi Eric,
first of all thanks for you quick response!
The loop is continuously giving the message "One moment please, you are
ache.org
Copy: michael.h...@colruytgroup.com
Subject: Re: [users@httpd] SSO Kerberos REMOTE_USER RewriteRule Endless Loop
for Certain users com249.796.781
Date: 03 december 2019 (13:49)
> RewriteEngine on
> RewriteCond %{LA-U:REMOTE_USER} (.+)
> RewriteRule . - [E=RU:%
>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 le
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 webse
Hi
Spec :
JDK1.6,
Tomcat 7.0.30,
Linux 64 bit Suse
Apache Http2.2
This post is re-applied from my earlier on different product
http://tomcat.10.n6.nabble.com/LDAP-on-TOMCAT-7-0-30-tp4993107.html
So far we have been using 3 killer Ajax web based applications
with each app provided with se
Hello httpd Auth_Form Fans,
I'm trying to implement a multi-site sso solution using httpd's
mod_session, mod_auth_form, and mod_authnz_ldap. I have the LDAP
authentication part working great. I can authenticate against my LDAP
directory using a simple html Auth_Form Form.
What I don't understan