OTRS on CentOS/Apache and Single Sign On

Moderator: crythias

Locked
mfuhrmann
Znuny newbie
Posts: 38
Joined: 10 May 2012, 10:24
Znuny Version: 3.3.8
Real Name: Marcel Fuhrmann
Location: Fulda

OTRS on CentOS/Apache and Single Sign On

Post by mfuhrmann »

Hey guys,

three questions about this topic:

1. If I configure apache to do SSO, I won't require my existing LDAP backend configuration, right?
2. Is this config snip

Code: Select all

$Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth';
the only thing OTRS needs to do SSO? I found this config in the wiki.
3. My apache is configured to do SSO. And I'm able to do SSO with

Code: Select all

<Directory />
(httpd.conf). Ths OTRS website is configured in this file /etc/httpd/conf.d/zzz_otrs.conf. In which entries I have to put my SSO configs?

Thanks for giving advise.

--
Marcel
Locked