Customer Information from active direcroy not utf-8 ?

Moderator: crythias

Locked
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Customer Information from active direcroy not utf-8 ?

Post by spiderpig »

Hi,
i'm running otrs 3.011 with ldap connection to active directory, it works fine but when user in a.d. login and sends ticket then his user information (name, letters like Ó á) is messed up. Like somewhere on the way it dosent support utf-8.

any ideas ?


thanx.
OTRS 4.0 running on Centos 7
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Customer Information from active direcroy not utf-8 ?

Post by Wolfgangf »

set the from-charset and to-charset to "utf-8" and then it should work (at least it does for me)

Code: Select all

 
...
 Params => {
            ...
            DestCharset => 'utf-8',
            SourceCharset => 'utf-8',
...
for your LDAP settings, user sychronisation, ...
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Re: Customer Information from active direcroy not utf-8 ?

Post by spiderpig »

Thank you Wolfgang, works like a charm :)
OTRS 4.0 running on Centos 7
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Customer Information from active direcroy not utf-8 ?

Post by Wolfgangf »

no problem - my pleasure
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Locked