Search found 2 matches

by cmadiam82
28 Apr 2020, 09:36
Forum: Help
Topic: [Solved] OTRS 6 and Windows AD 2019
Replies: 4
Views: 3191

Re: OTRS 6 and Windows AD 2019

I also try to use below configuration but still error.


$Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP';
$Self->{'AuthModule::LDAP::Host'} = 'ldaps://192.168.82.1';
$Self->{'AuthModule::LDAP::BaseDN'} = 'dc=xx,dc=xx,dc=xx';
$Self->{'AuthModule::LDAP::UID'} = 'sAMAccountName';
$Self ...
by cmadiam82
28 Apr 2020, 04:26
Forum: Help
Topic: [Solved] OTRS 6 and Windows AD 2019
Replies: 4
Views: 3191

[Solved] OTRS 6 and Windows AD 2019

Hi All!

I managed to successfully instal OTRS 6 on my Centos 8 Server and using NGINX as the web server. root@localhost can login without any issue.

But my main goal is to integrate it with our Windows Active Directory 2019 to authenticate/automate the agent creations. Later part of integration ...