We had to change our existing usernames, which we request via LDAP. OTRS version: 6.0.28.
So far everything worked, but existing tickets could no longer be displayed by the user.
Now the users see the ticket list again. I made the following adjustments in MySQL for every user:
Code: Select all
UPDATE otrs.ticket SET customer_user_id = 'new_username' WHERE customer_user_id = 'old_username';
No access rights!
Do you have any idea what's going wrong?
Many thanks for your help.