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.
[SOLVED] What happens when we start using LDAP?
Moderator: crythias
-
- 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?
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
-
- 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?
If the usernames match, not a heck of a lot.ditto123 wrote:What happens to local DB's agent and customer accounts and associated tickets / articles?
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
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: 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?
Got it. Thanks.crythias wrote:If the usernames match, not a heck of a lot.ditto123 wrote:What happens to local DB's agent and customer accounts and associated tickets / articles?
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.
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
-
- 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?
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.ditto123 wrote:Getting a "no permission" error. Is that normal? I enabled CustomerCompanySupport as well.
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
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: 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?
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. Thankscrythias wrote: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.ditto123 wrote:Getting a "no permission" error. Is that normal? I enabled CustomerCompanySupport as well.
ACL, Groups, Queues, CustomerID are likely reasons permission is denied.

OTRS version 3.2.1 CentOS 6.3 MySQL 5.5.29