Search found 4 matches

by morit2578
26 Aug 2016, 16:36
Forum: General
Topic: SSO, Kerberos and LDAP
Replies: 5
Views: 6380

Re: SSO, Kerberos and LDAP

Hi All, I have found the issue: # <IfModule mod_version.c> # <IfVersion < 2.4> # Order allow,deny # Allow from all # </IfVersion> # <IfVersion >= 2.4> # Require all granted # </IfVersion> # </IfModule> # <IfModule !mod_version.c> # Order allow,deny # Allow from all # </IfModule> This line, now comme...
by morit2578
26 Aug 2016, 12:06
Forum: General
Topic: SSO, Kerberos and LDAP
Replies: 5
Views: 6380

Re: SSO, Kerberos and LDAP

Hi all, I think that the issue should be related to PERL. I have try this simple php script: <?php echo "You have logged in as <b>" . $_SERVER['REMOTE_USER'] . "</b>;"; ?> with this result You have logged in as <MySam><My Realm>; with this simple perl script: #!/usr/bin/perl prin...
by morit2578
26 Aug 2016, 09:22
Forum: General
Topic: SSO, Kerberos and LDAP
Replies: 5
Views: 6380

Re: SSO, Kerberos and LDAP

Hi all,
other little puzzle bit, on journalctl I found this:

[Kernel::System::CustomerAuth::HTTPBasicAuth::Auth] User: No $ENV{REMOTE_USER} or $ENV{HTTP_REMOTE_USER}

Regards
Francesco
by morit2578
25 Aug 2016, 18:53
Forum: General
Topic: SSO, Kerberos and LDAP
Replies: 5
Views: 6380

SSO, Kerberos and LDAP

Dears, I use OTRS5 on a Linux CentOS server and I need a SSO, so I need to use Kerberos to take take username and check the user agaist LDAP on Windows 2008 R2 domain. I was be able to configure my OTRS for use LDAP for Autentication putting the Username and Password manually I was also be able to c...