Search found 3 matches
- 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...
- 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
it put me User's company properly....
Code: Select all
ldapsearch -x -h 10.1.12.11 -b dc=sstolane,dc=ru -D qwe@sstolane.ru -W "(cn=User)" company
- 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...