[SOLVED]Two trusted domains, LDAP authentication

Moderator: crythias

Locked
ThomasPL10
Znuny newbie
Posts: 90
Joined: 11 Feb 2014, 17:24
Znuny Version: 3.3.2

[SOLVED]Two trusted domains, LDAP authentication

Post by ThomasPL10 »

Hello

I've got a question to you guys. I have two fully trusted domains DOMAIN 1 & DOMAIN 2. LDAP on DOMAIN 1 has been already connected with my OTRS and everything is perfect. My goal is to make possible to login as customers for users from DOMAIN 2. I found on the Internet that I have to add second LDAP backend in my configuration. Do you know is it possible to avoid changes in configuration like this if both domains are fully trusted?
Last edited by ThomasPL10 on 27 May 2015, 20:49, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Two trusted domains, LDAP authentication

Post by crythias »

if domain2 can be authenticated through domain1, yes. If not, no, just add the other domain as an additional backend, increasing the index appended to the config entries.
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
ThomasPL10
Znuny newbie
Posts: 90
Joined: 11 Feb 2014, 17:24
Znuny Version: 3.3.2

Re: Two trusted domains, LDAP authentication

Post by ThomasPL10 »

Hello once again.

Hipothetically if the domain2 can be authenticated through domain1 then while user is logging in he should as a username use "domain2\username" or "username@domain2" or just simply "username"?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Two trusted domains, LDAP authentication

Post by crythias »

ThomasPL10 wrote:Hipothetically if the domain2 can be authenticated through domain1 then while user is logging in he should as a username use "domain2\username" or "username@domain2" or just simply "username"?
Assume the user is logging into a workstation, or outlook web access. Whatever would apparently work for that login should work for OTRS. (domain\username?).

Of course, ain't nothing to it but to do it, and report your findings.
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
ThomasPL10
Znuny newbie
Posts: 90
Joined: 11 Feb 2014, 17:24
Znuny Version: 3.3.2

Re: Two trusted domains, LDAP authentication

Post by ThomasPL10 »

Thank you crythias. If I have any results I'll write here about it.
ThomasPL10
Znuny newbie
Posts: 90
Joined: 11 Feb 2014, 17:24
Znuny Version: 3.3.2

Re: Two trusted domains, LDAP authentication

Post by ThomasPL10 »

I've implemented second authentication backend it works perfectlly.
Locked