id summary reporter owner description type status priority component severity resolution keywords cc release 9218 [patch] Add unicode support olaf.meeuwissen@… John Hampton "There are two boundaries where ActiveDirectoryAuthPlugin is missing `unicode` support: 1. passing configuration information to the Active Directory Server 1. storing information from the Active Directory Server in the `session_attribute` table In the first case the information is obtained through Trac and therefor in `unicode`. In the second case, the information is in whatever encoding the ADS uses and needs to be converted to `unicode` before passing it to the database connection. Both issues were show stoppers for me because we have Japanese `displayname`s which end up in the `session_attribute` table and Japanese `OU`s in some of the `DN`s which are configured. Attached is a patch that works for me (tested on Trac 0.12). I am not sure whether all ADSs use UTF-8 so I made it a configuration option just in case." defect closed normal DirectoryAuthPlugin critical fixed 0.11