Search found 9 matches

by rmstrath
02 Apr 2014, 15:27
Forum: Help
Topic: [Solved] How to add a column to the 'Article(s)' table
Replies: 2
Views: 1063

[Solved] How to add a column to the 'Article(s)' table

I would like to be able to view the owner history in a column in the Article(s) table within AgentTicketZoom, between the columns 'SUBJECT' & 'CREATED' (see attachment).

Is there any documentation describing how I can do that?
by rmstrath
28 Mar 2014, 14:21
Forum: Help
Topic: [Solved] LDAP customers: customer_user_id & login ID
Replies: 10
Views: 7897

[Solved] LDAP customers: customer_user_id & login ID

After reading several posts, I can across one which suggested removing GroupDN from the LDAP search and changed CustomerUserValidFilter => '(company=*) to CustomerUserValidFilter => '(mail=*)'. We don't have a company tag in our user records, so that explains the null search in part. Don't know why ...
by rmstrath
28 Mar 2014, 01:13
Forum: Help
Topic: [Solved] LDAP customers: customer_user_id & login ID
Replies: 10
Views: 7897

[Solved] LDAP customers: customer_user_id & login ID

Solved! ... but its late. Will tidy up and post solution tomorrow ... :)
by rmstrath
28 Mar 2014, 00:05
Forum: Help
Topic: [Solved] LDAP customers: customer_user_id & login ID
Replies: 10
Views: 7897

Re: LDAP customers: customer_user_id & login ID

Did you make changes to SysConfig as well as Config.pm for LDAP lookup? No, but I set CustomerGroupSupport = Yes & CustomerGroupAlwaysGroups = users in Framework -> Frontend::Customer For a ticket that is sent via email, what's the user information attached? does it look like Customer Informati...
by rmstrath
27 Mar 2014, 20:15
Forum: Help
Topic: [Solved] LDAP customers: customer_user_id & login ID
Replies: 10
Views: 7897

Re: LDAP customers: customer_user_id & login ID

any errors?
Sorry - none.
by rmstrath
27 Mar 2014, 18:35
Forum: Help
Topic: [Solved] LDAP customers: customer_user_id & login ID
Replies: 10
Views: 7897

Re: LDAP customers: customer_user_id & login ID

So, the real question is if the mail from address is different from LDAP mail stored attribute for given user.
Don't think so. Email ticket from address:

Code: Select all

From: Archie contact <contact-archie@xxxxx.xx.xx>
LDAP query on userid:

Code: Select all

mail: contact-archie@xxxxx.xx.xx; 
Any ideas?

Many thanks.
by rmstrath
27 Mar 2014, 16:14
Forum: Help
Topic: [Solved] LDAP customers: customer_user_id & login ID
Replies: 10
Views: 7897

Re: LDAP customers: customer_user_id & login ID

This is because your Config.pm of CustomerUser Map is referencing a field lookup for the email address that it can't find in ldap to match to a user. Are you saying that the OTRS attempts an LDAP search based on the email address for incoming tickets? When logging in via the web interface, it corre...
by rmstrath
27 Mar 2014, 14:51
Forum: Help
Topic: [Solved] LDAP customers: customer_user_id & login ID
Replies: 10
Views: 7897

[Solved] LDAP customers: customer_user_id & login ID

Please help! Customers are able to authenticate and login using their LDAP Active Directory credentials. They can create tickets via the web interface and these are visible under "My Tickets". However, any tickets submitted via email (as well as web tickets) are visible under "Company...