Search found 3 matches

by sstolane
10 Jul 2015, 14:02
Forum: General
Topic: Not all AD Attributes showing in Customers
Replies: 5
Views: 2772

Re: Not all AD Attributes showing in Customers

Nope, I don't touch this file, all commented in CustomerUser in Defaults.pm. Description is here: [ 'UserCustomerID', 'CustomerID', 'Description', 1, 1, 'var', ], Title was an example (as well as HomePage, HomePhone, StreetAddress, State and many others don't shown... Work only several well-known pr...
by sstolane
10 Jul 2015, 13:48
Forum: General
Topic: Not all AD Attributes showing in Customers
Replies: 5
Views: 2772

Re: Not all AD Attributes showing in Customers

I tried for example, 'Company', 'company' and others - nothing. But when in console i typing

Code: Select all

ldapsearch -x -h 10.1.12.11 -b dc=sstolane,dc=ru -D qwe@sstolane.ru -W "(cn=User)" company
it put me User's company properly....
by sstolane
10 Jul 2015, 09:34
Forum: General
Topic: Not all AD Attributes showing in Customers
Replies: 5
Views: 2772

Not all AD Attributes showing in Customers

Hello! I have LDAP authenticating to AD (agents and customers) in OTRS 4.0.3. In customers I give properly displayname, First Name, Last Name, Email, Title, Description, and Phone Number from AD. For some reason the Mobile, Company and others AD attributes isn't shown (just empty field), but they ar...