[users@httpd] SSO Active Directory Kerberos - UPDATE

2022-11-07 Thread Gino Pino
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

[users@httpd] SSO Active Directory Kerberos Apache Ubuntu

2022-10-28 Thread Gino Pino
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 com250.022.465

2019-12-04 Thread michael . huys
: 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

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

2019-12-03 Thread michael . huys
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:%

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 le

[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 webse

[users@httpd] SSO + LDAP Operation

2013-01-30 Thread nskarthik
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

[users@httpd] SSO LDAP Authorization with Auth_Form Session and Authnz_ldap in httpd 2.4

2012-11-23 Thread Billy Baker
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