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.
Customer Information from active direcroy not utf-8 ?
Moderator: crythias
Customer Information from active direcroy not utf-8 ?
OTRS 4.0 running on Centos 7
-
- 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 ?
set the from-charset and to-charset to "utf-8" and then it should work (at least it does for me)
for your LDAP settings, user sychronisation, ...
Code: Select all
...
Params => {
...
DestCharset => 'utf-8',
SourceCharset => 'utf-8',
...
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
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
Re: Customer Information from active direcroy not utf-8 ?
Thank you Wolfgang, works like a charm 

OTRS 4.0 running on Centos 7
-
- 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 ?
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
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