In my installation i am pulling customer data from our company LDAP.
What i want to achieve is that the department name is displayed in the customer data (and this inside the tickets).
For this i set in the data map among others:
[ 'UserComment', 'Department ID', 'gidNumber', 1, 1, 'var', '', 0 ],
This now displays the primary group ID from that person in LDAP.
As we don't have a text attribute for this, i am looking for a substition logic. Can i make this happen with OTRS, to have a map like:
1000 -> Department1
1001 -> Department2
If nothing on the map is matched, the number is shown as currently.

Best,
Thomas