Hello Everyone,
We are trying to set up a help desk system for our clients & would like them to be able to log in with their domain credentials.
Our current test setup is working against multiple clients servers, but we are running into problems with duplicate usernames.
Does any one know a way around this? Would it be posssible to use their email address instead of domain username?
Regards,
Josh
Customer Authentication with multiple LDAP domains
Moderator: crythias
-
- Znuny newbie
- Posts: 3
- Joined: 20 Apr 2011, 04:38
- Znuny Version: 3.0.7
- Real Name: Josh
- Company: VANREE Software Consultancy
- Location: South Australia
- Contact:
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer Authentication with multiple LDAP domains
it's possible to use email ... I believe you need to ignore the suffix part of Config.pm 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
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
-
- Znuny newbie
- Posts: 3
- Joined: 20 Apr 2011, 04:38
- Znuny Version: 3.0.7
- Real Name: Josh
- Company: VANREE Software Consultancy
- Location: South Australia
- Contact:
Re: Customer Authentication with multiple LDAP domains
Hi Crythias,
Thanks for the reply.
We did try the suxffix entry, but it didnt seemt o do much so we currently have it turned off.
We have tried loggin in using email address, but authentication fails.
The biggest problem is when the data is imported into the database, although the accounts with the same username have differentemail addresses, only the first one ends up in the customer list.
I have attached our config.pm file in case that helps.
Regards,
Josh
Thanks for the reply.
We did try the suxffix entry, but it didnt seemt o do much so we currently have it turned off.
We have tried loggin in using email address, but authentication fails.
The biggest problem is when the data is imported into the database, although the accounts with the same username have differentemail addresses, only the first one ends up in the customer list.
I have attached our config.pm file in case that helps.
Regards,
Josh
You do not have the required permissions to view the files attached to this post.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer Authentication with multiple LDAP domains
Turn off, ignore, same thingjoshhagger wrote:We did try the suxffix entry, but it didnt seemt o do much so we currently have it turned off.

Also ...
UserSync isn't for customers. Agents only.
What error messages are you getting? (OTRS Admin System Log)?joshhagger wrote: but authentication fails
http://wiki.otrs.org/index.php?title=Us ... _customers
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
-
- Znuny newbie
- Posts: 3
- Joined: 20 Apr 2011, 04:38
- Znuny Version: 3.0.7
- Real Name: Josh
- Company: VANREE Software Consultancy
- Location: South Australia
- Contact:
Re: Customer Authentication with multiple LDAP domains
Thanks for that,
Which bit do we need to take out, UserSyncLDAPMap, or UserSyncLDAPGroups?
When the user attempts to log in using their prinary email address, we get:
[Kernel::System::CustomerAuth::LDAP::Auth] CustomerUser: <user email> authentication failed, no LDAP entry found!BaseDN='<client base DN>', Filter='(sAMAccountName=<user email>)'
Regards,
Josh
Which bit do we need to take out, UserSyncLDAPMap, or UserSyncLDAPGroups?
When the user attempts to log in using their prinary email address, we get:
[Kernel::System::CustomerAuth::LDAP::Auth] CustomerUser: <user email> authentication failed, no LDAP entry found!BaseDN='<client base DN>', Filter='(sAMAccountName=<user email>)'
Regards,
Josh
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer Authentication with multiple LDAP domains
on its own, I'd expect you could get up to 3 of these, based upon what you showed me, but that's not enough to make a determination. I'll ponder and check tomorrow.joshhagger wrote:[Kernel::System::CustomerAuth::LDAP::Auth] CustomerUser: <user email> authentication failed, no LDAP entry found!BaseDN='<client base DN>', Filter='(sAMAccountName=<user email>)'
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