[SOLVED] What happens when we start using LDAP?

Moderator: crythias

Locked
ditto123
Znuny newbie
Posts: 24
Joined: 08 May 2013, 01:43
Znuny Version: 3.2.6
Real Name: Charles
Company: NA

[SOLVED] What happens when we start using LDAP?

Post by ditto123 »

Hi, I won't have LDAP or AD for an unknown periord of time. So, right now I plan to batch create couple hundred users with default passwords. I can't seem to find info about what happens when we have LDAP?

What happens to local DB's agent and customer accounts and associated tickets / articles?

Will we be able to transition to LDAP without loosing history?

Basically want to get an idea of any best / good practices.

Thank you for your time.
Last edited by ditto123 on 03 Jun 2013, 00:52, edited 1 time in total.
OTRS version 3.2.1 CentOS 6.3 MySQL 5.5.29
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: What happens when we start using LDAP?

Post by crythias »

ditto123 wrote:What happens to local DB's agent and customer accounts and associated tickets / articles?
If the usernames match, not a heck of a lot.

But CustomerID will make a difference for customers if you care about individuals seeing tickets of other people who have the same CustomerID. (Company Tickets matches CustomerID)

Generic Agent could help retro adjust.
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
ditto123
Znuny newbie
Posts: 24
Joined: 08 May 2013, 01:43
Znuny Version: 3.2.6
Real Name: Charles
Company: NA

Re: What happens when we start using LDAP?

Post by ditto123 »

crythias wrote:
ditto123 wrote:What happens to local DB's agent and customer accounts and associated tickets / articles?
If the usernames match, not a heck of a lot.

But CustomerID will make a difference for customers if you care about individuals seeing tickets of other people who have the same CustomerID. (Company Tickets matches CustomerID)

Generic Agent could help retro adjust.
Got it. Thanks.

It's strange all my customer_user records in the db have the same customer_id and it's there in the company_customer table as well but users can only see the title of the tickets in the company tickets page. Getting a "no permission" error. Is that normal? I enabled CustomerCompanySupport as well.
OTRS version 3.2.1 CentOS 6.3 MySQL 5.5.29
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: What happens when we start using LDAP?

Post by crythias »

ditto123 wrote:Getting a "no permission" error. Is that normal? I enabled CustomerCompanySupport as well.
It's normal inasmuch as the system is returning what it's programmed to do. It may not be what you want to happen, though.

ACL, Groups, Queues, CustomerID are likely reasons permission is denied.
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
ditto123
Znuny newbie
Posts: 24
Joined: 08 May 2013, 01:43
Znuny Version: 3.2.6
Real Name: Charles
Company: NA

[SOLVED] Re: What happens when we start using LDAP?

Post by ditto123 »

crythias wrote:
ditto123 wrote:Getting a "no permission" error. Is that normal? I enabled CustomerCompanySupport as well.
It's normal inasmuch as the system is returning what it's programmed to do. It may not be what you want to happen, though.

ACL, Groups, Queues, CustomerID are likely reasons permission is denied.
Ahh.. I found that the ticket's customer_id wasn't matching up with the user's... Once it's the same it's working. Thanks :-)
OTRS version 3.2.1 CentOS 6.3 MySQL 5.5.29
Locked