<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LDAP, non english ou , exception in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37827#M15953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to configure ldap searchBase for tree with non english characters at OU= ? Can't change that names in system.&lt;/P&gt;&lt;P&gt;Tried:&lt;/P&gt;&lt;P&gt;1) save file with utf-8&amp;nbsp; &amp;nbsp;and setting catalina.bat&amp;nbsp;CATALINA_OPTS = -Dfile.encoding=UTF-8 . JAVA_OPTS =&amp;nbsp;&lt;SPAN&gt;-Dfile.encoding=UTF-8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2)changed collation of db using droping and restoring.&lt;/P&gt;&lt;P&gt;3) tried percent encoding like: OU=%AB%21%32&lt;/P&gt;&lt;P&gt;4) tried native win encoding cp1251&lt;/P&gt;&lt;P&gt;ldap.synchronization.groupSearchBase=ou=УЗЕЛ,dc=some,dc=corp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have&amp;nbsp;log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-10-25 19:02:49,673 ERROR [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization aborted due to error&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 09250019 Error during LDAP Search. Reason:[LDAP: error code 32 - 0000208D: NameErr: DSID-0310020A, problem 2001 (NO_OBJECT), data 0, best match of:&lt;BR /&gt; 'DC=some,DC=corp'&lt;BR /&gt; ]&lt;BR /&gt; at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1326)&lt;BR /&gt; at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.getGroups(LDAPUserRegistry.java:711)&lt;BR /&gt; at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.syncWithPlugin(ChainingUserRegistrySynchronizer.java:996)&lt;BR /&gt; at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.synchronizeInternal(ChainingUserRegistrySynchronizer.java:742)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2017 13:24:22 GMT</pubDate>
    <dc:creator>alfhdmb</dc:creator>
    <dc:date>2017-10-25T13:24:22Z</dc:date>
    <item>
      <title>LDAP, non english ou , exception</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37827#M15953</link>
      <description>How to configure ldap searchBase for tree with non english characters at OU= ? Can't change that names in system.Tried:1) save file with utf-8&amp;nbsp; &amp;nbsp;and setting catalina.bat&amp;nbsp;CATALINA_OPTS = -Dfile.encoding=UTF-8 . JAVA_OPTS =&amp;nbsp;-Dfile.encoding=UTF-82)changed collation of db using droping and restoring.3)</description>
      <pubDate>Wed, 25 Oct 2017 13:24:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37827#M15953</guid>
      <dc:creator>alfhdmb</dc:creator>
      <dc:date>2017-10-25T13:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP, non english ou , exception</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37828#M15954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your problem isn't that the ou is not using English, rather it is using a non ASCII / ISO-8859-1 character set. You were already thinking in the correct direction of using encoding to handle these characters. Within the&amp;nbsp;alfresco-global.properties file, you need to provide any special character as a unicode&amp;nbsp;literal consisting of "\u" as a prefix and the hex value of the character. I.e. the German Umlaut "ä" would need to be provided as "\u00e4" inside the alfresco-global.properties file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:19:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37828#M15954</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-10-25T15:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP, non english ou , exception</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37829#M15955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to &lt;B&gt;Axel Faust&lt;/B&gt;&amp;nbsp;answer, the following website can help you.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://native2ascii.net/" title="https://native2ascii.net/" rel="nofollow noopener noreferrer"&gt;Interactive native2ascii&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:30:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37829#M15955</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-10-25T16:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP, non english ou , exception</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37830#M15956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much! It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 03:45:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-non-english-ou-exception/m-p/37830#M15956</guid>
      <dc:creator>alfhdmb</dc:creator>
      <dc:date>2017-10-26T03:45:08Z</dc:date>
    </item>
  </channel>
</rss>

