We have an OTRS system that is working.
Customers are authenticated against LDAP.
Agents are authenticated via a mySQL database.
I would like to convert it so that agents are also authenticated via LDAP. I know I can create multiple authentication back-ends, but I would like to preserve ticket ownership. I am lucky in that my mySQL agent IDs are identical to my LDAP IDs, although I may have issues with case because all the mySQL Agent IDs are lower-case and the LDAP IDs are mixed-case.
I've searched and not really found anything on this. Is a DB -> LDAP conversion that preserves ticket ownership even possible?
I have a machine available to me that I can re-create my existing environment for testing purposes, but before I stumbled about in the dark, I thought I would ask for any guidance from anyone who has done this.
Agent Authentication: DB -> LDAP Migration?
Moderator: crythias
Agent Authentication: DB -> LDAP Migration?
otrs 2.4.9 ITSM 2.1.1 on a CentOS 5.5
Customer authentication via Lotus Domino LDAP
Agent authentication via mySQL db
Customer authentication via Lotus Domino LDAP
Agent authentication via mySQL db