OTRS Tag to show CustomerIDs

Hi, I useĀ a ldap authentification and i want to add in a automatic reply subject, the enterprise who is in the ldap. In my OTRS Config : Map => [ [ 'UserFirstname', 'Firstname', 'givenname', 1, 1, 'var', '', 0 ], [ 'UserLastname', 'Lastname', 'sn', 1, 1, 'var', '', 0 ], [ 'UserLogin', 'Username', 'uid', 1, 1, 'var', '', 0 ], [ 'UserEmail', 'Email', 'mail', 1, 1, 'var', '', 0 ], [ 'UserCustomerID', 'CustomerID', 'ou', 0, 1, 'var', '', 0 ], [ 'UserCustomerIDs', 'CustomerIDs', 'businessCategory', 1, 0, 'var', '', 0 ], [ 'UserPhone', 'Phone', 'telephonenumber', 1, 0, 'var', '', 0 ], # [ 'UserAddress', 'Address', 'postaladdress', 1, 0, 'var', '', 0 ], # [ 'UserComment', 'Comment', 'description', 1, 0, 'var', '', 0 ], ], And i want to show the 'UserCustomerIDs'. Do you know what is the tag to show this ? Thanks by advance. Marc
participants (1)
-
Guyard Marc NIS