I've followed this article, trying to implement SSO for AGENTS:
http://wiki.otrs.org/index.php?title=Im ... ith_Apache
I've added this to otrs.conf:
Code: Select all
<Location /otrs>
PerlAuthenHandler Apache2::AuthenNTLM
AuthType ntlm,basic
AuthName Basic
require valid-user
PerlAddVar ntdomain "domain.local dc02 dc03"
PerlSetVar defaultdomain domain.local
PerlSetVar splitdomainprefix 1
</Location>
Code: Select all
$Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::HTTPBasicAuth';
$Self->{CustomerPanelLoginURL} = 'http://otrs.domain.local/otrs/no_sso_login_possible.html';
$Self->{CustomerPanelLogoutURL} = 'http://otrs.domain.local/otrs/logout.html';
Bad/Missing NTLM/Basic Authorization Header for /otrs/index.pl
Connect to SMB Server failed (pdc = dc02 bdc = dc03 domain = domain error = -11/0) for /otrs/index.pl
I have checked resolv.conf, entries are as followed:
Code: Select all
search domain.local
domain domain.local
nameserver 1.1.1.1 (real ip's hidden of course :-) )
nameserver 1.1.1.2
