SSO implementation error

Moderator: crythias

Locked
zura
Znuny newbie
Posts: 1
Joined: 29 May 2014, 16:28
Znuny Version: 3.3.6

SSO implementation error

Post by zura »

Hi,

I have problem with SSO, can someone look at my configuration what i missed there.

<Location /otrs>
# ErrorDocument 403 /otrs/customer.pl
ErrorDocument 403 /otrs/index.pl
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
PerlOptions +SetupEnv
PerlAuthenHandler Apache2::AuthenNTLM
AuthType ntlm,basic
AuthName Basic
require valid-user
PerlSetVar defaultdomain PSHBGEO
PerlAddVar ntdomain "PSHBGEO DC01"
PerlSetVar splitdomainprefix 1
PerlSetVar ntlmauthoritative off
PerlSetVar ntlmdebug 0
Order allow,deny
Allow from all
</Location>


and in error.log

[Fri Jul 04 09:34:13 2014] [error] [client 172.30.20.100] failed to resolve handler `Apache2::AuthenNTLM': Can't locate Apache2/AuthenNTLM.pm in @INC (@INC contains: /TARGET/RAM/usr/Custom /TARGET/RAM/usr/Kernel/cpan-lib /TARGET/RAM/usr /opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . /etc/apache2) at (eval 155) line 3.\n
Last edited by crythias on 04 Jul 2014, 14:50, edited 1 time in total.
Reason: Howtos not for questions.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: SSO implementation error

Post by crythias »

Add the missing perl module via cpan/ppm
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked