Authentication with multiple domains - LDAP

Moderator: crythias

Locked
Ribravo
Znuny newbie
Posts: 36
Joined: 24 May 2012, 02:27
Znuny Version: 3.1.4
Location: São Paulo - Brasil

Authentication with multiple domains - LDAP

Post by Ribravo »

Hi,

I'm trying to set the Config.pm file to authenticate users three different domains, enter the following configuration to authenticate against a domain.

Code: Select all

$Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP';
$Self->{'Customer::AuthModule::LDAP::Host'} = 'brspopl001.dedic-br.dedic.corp';
$Self->{'Customer::AuthModule::LDAP::BaseDN'} = 'dc=dedic-br,dc=dedic,dc=corp';
$Self->{'Customer::AuthModule::LDAP::UID'} = 'sAMAccountName';
$Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 'CN=OTRS Homolog,OU=ger_eng,OU=services,OU=all_users,DC=dedic,DC=corp';
$Self->{'Customer::AuthModule::LDAP::SearchUserPw'} = '********';
Tests Performed successfully.

What configuration to include other domains of AD?

Thank you!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Authentication with multiple domains - LDAP

Post by crythias »

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
Ribravo
Znuny newbie
Posts: 36
Joined: 24 May 2012, 02:27
Znuny Version: 3.1.4
Location: São Paulo - Brasil

Re: Authentication with multiple domains - LDAP

Post by Ribravo »

I was able to authenticate the AD.

Thank you!
Locked