I do this:
First: Install libapache2-authenntlm-perl for Debian
Second: Add lines in the file " /etc/apache2/conf.d/otrs.conf"
PerlAuthenHandler Apache2::AuthenNTLM
AuthType ntlm,basic
AuthName Basic
require valid-user
PerlAddVar ntdomain "DOMAIN dc bdc"
PerlSetVar defaultdomain DOMAIN
PerlSetVar splitdomainprefix 1
Inside <Location /otrs> </Location>
Third: Add this three lines to the file
$Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::HTTPBasicAuth';
$Self->{CustomerPanelLoginURL} = 'http://192.168.1.38/otrs/customer.html';'; "How can i do that?
$Self->{CustomerPanelLogoutURL} = 'http://192.168.1.38/';
Fourth: I installed Samba and i did some change in internet explorer.
I dont know if that is everything, probably not because i receive a message:
What should I do to solve this little issue?[error] [client 192.168.1.81] 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 157) line 3.\n