[xwiki-users] Problem configuring LDAP group mapping with diacritics in AD group names
Hi, I have problem with LDAP group mapping in xwiki.cfg against AD with group names containing diacritics. What encoding to use in xwiki.cfg? After turning logging on for XWikiLDAPUtils class, I found from the logs that those problematic groups are logged with wrong encoding, end the result is that the group cannot be found. Best regards Miroslav Galajda
xwiki.cfg file is parsed as a Java properties file so you have to use the ISO 8859-1 encoding. Never used http://native2ascii.net/ myself but it seems to do the trick. On Wed, Dec 2, 2015 at 9:42 AM, Miroslav Galajda <[email protected]> wrote:
Hi,
I have problem with LDAP group mapping in xwiki.cfg against AD with group names containing diacritics. What encoding to use in xwiki.cfg? After turning logging on for XWikiLDAPUtils class, I found from the logs that those problematic groups are logged with wrong encoding, end the result is that the group cannot be found.
Best regards Miroslav Galajda _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Hi, converting to ISO 8859-1 helped me. Thank you very much. Mirec On 2 December 2015 at 10:11, Thomas Mortagne <[email protected]> wrote:
xwiki.cfg file is parsed as a Java properties file so you have to use the ISO 8859-1 encoding. Never used http://native2ascii.net/ myself but it seems to do the trick.
On Wed, Dec 2, 2015 at 9:42 AM, Miroslav Galajda <[email protected]> wrote:
Hi,
I have problem with LDAP group mapping in xwiki.cfg against AD with group names containing diacritics. What encoding to use in xwiki.cfg? After turning logging on for XWikiLDAPUtils class, I found from the logs that those problematic groups are logged with wrong encoding, end the result
is
that the group cannot be found.
Best regards Miroslav Galajda _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Miroslav Galajda -
Thomas Mortagne