SOLVED: OTRS LDAP integration

Moderator: crythias

Locked
peter_sk
Znuny newbie
Posts: 53
Joined: 10 Jun 2010, 09:27
Znuny Version: 2.4.7

SOLVED: OTRS LDAP integration

Post by peter_sk »

Hi!

I'm having some truble with LDAP login. Agent frontend works perfectly, when I add agents from AD database, but my customers are not able to login to customer frontend. Am I missing something? Do I have to add customer users also? I find all of them in the Customer part of OTRS admin.
Last edited by peter_sk on 03 Aug 2010, 08:23, edited 1 time in total.
OTRS 2.4.7 with ITSM 2.0.3. running on Linux Fedora 12
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS LDAP integration

Post by crythias »

How did you set up CustomerAuth in Config.pm?
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
fbobraga
Znuny newbie
Posts: 77
Joined: 15 Jul 2010, 20:04
Znuny Version: 2.4.7
Contact:

Re: OTRS LDAP integration

Post by fbobraga »

Evaluation/pilot: OTRS 2.4.7 on Linux (CentOS 5.4) with MySQL database connected to an Active Directory for Agents and Customers.
peter_sk
Znuny newbie
Posts: 53
Joined: 10 Jun 2010, 09:27
Znuny Version: 2.4.7

Re: OTRS LDAP integration

Post by peter_sk »

crythias wrote:How did you set up CustomerAuth in Config.pm?
The configuration is the same as Auth...
$Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP';
$Self->{'Customer::AuthModule::LDAP::Host'} = 'dc.domain.com';
$Self->{'Customer::AuthModule::LDAP::BaseDN'} = 'ou=container, dc=domain, dc=com';
$Self->{'Customer::AuthModule::LDAP::UID'} = 'sAMAccountName';

$Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 'cn=LDAP account name, ou=container, dc=domain, dc=com';
$Self->{'Customer::AuthModule::LDAP::SearchUserPw'} = 'LDAP account password';
OTRS 2.4.7 with ITSM 2.0.3. running on Linux Fedora 12
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS LDAP integration

Post by crythias »

What kind of messages/errors/ System Logs are you encountering. I didn't really have any problems, but if you don't have a good Map => set up, it won't work, either.
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
peter_sk
Znuny newbie
Posts: 53
Joined: 10 Jun 2010, 09:27
Znuny Version: 2.4.7

SOLVED Re: OTRS LDAP integration

Post by peter_sk »

Yes, I checked the log...... stupid me.... I tried to login with a user, that doesn't exist in AD... :lol:

So, that is solved
OTRS 2.4.7 with ITSM 2.0.3. running on Linux Fedora 12
Locked