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.
SOLVED: OTRS LDAP integration
Moderator: crythias
SOLVED: OTRS LDAP integration
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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS LDAP integration
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
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
Re: OTRS LDAP integration
Related to it: http://forums.otrs.org/viewtopic.php?f= ... 62&start=0
Evaluation/pilot: OTRS 2.4.7 on Linux (CentOS 5.4) with MySQL database connected to an Active Directory for Agents and Customers.
Re: OTRS LDAP integration
The configuration is the same as Auth...crythias wrote:How did you set up CustomerAuth in Config.pm?
$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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS LDAP integration
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
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
SOLVED Re: OTRS LDAP integration
Yes, I checked the log...... stupid me.... I tried to login with a user, that doesn't exist in AD...
So, that is solved

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