<?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 Re: Long Song Sync Ldap in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219698#M172828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See also &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20715#p67597" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20715#p67597&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is evidently a problem here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/The_Synchronization_Subsystem#Deletion_Behavior" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/The_Synchronization_Subsystem#Deletion_Behavior&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI in v3.2, users and groups imported from an external directory are tagged with a 'zone' ID corresponding to the instance name of the corresponding authentication subsystem. On synchronization with a directory, only those users and groups in its zone are candidates for deletion. In addition, 'collisions' between users with the same ID that exist in a different zone are resolved by letting the directory that exists earlier in the authentication chain take precedence. On collision with a directory of lower precedence, the duplicated user or group is deleted and then recreated in the other directory's zone, as they are assumed to now be a different user or group in a different directory. The problem is that the Alfresco built in users and groups (and those upgraded from previous versions) are all given the lowest precedence. So if your sync brings in users and groups that already exist in Alfresco and weren't created by LDAP sync in v3.2 they will all get deleted and recreated the first time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now this clearly isn't ideal in an upgrade scenario, because as you have found, the connections between recreated users and sites will get lost. The synchronizeChangesOnly flag won't affect this behaviour. This just decides whether it queries all users and groups from the directory or just those changed since the last sync. When this flag is true, it can't work out which users and groups have been deleted so won't delete any users and groups, except those that it thinks that have been 'occluded' by higher priority directories, which is still the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have logged&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-2626" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-2626&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In future, we will give special treatment to users that exist in the built-in Alfresco zone and automatically move them to the LDAP directory's zone. I will try to get this into HEAD ASAP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 15:29:56 GMT</pubDate>
    <dc:creator>dward</dc:creator>
    <dc:date>2009-08-06T15:29:56Z</dc:date>
    <item>
      <title>Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219693#M172823</link>
      <description>os: win xp pro alfresco version 3.2for ldap Authentication I setalfresco-global.propertiesauthentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap‍‍‍alfresco-authentication.propertiesalfresco.authentication.allowGuestLogin=truealfresco.authentication.authenticateCIFS=true‍‍‍‍ldap-authentication.pr</description>
      <pubDate>Wed, 05 Aug 2009 06:02:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219693#M172823</guid>
      <dc:creator>paulweb</dc:creator>
      <dc:date>2009-08-05T06:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219694#M172824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try using this URL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://pridc.my-domain.ru:389&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and if that doesn't work you need to double check your parameters using an LDAP browser (such as the one from &lt;/SPAN&gt;&lt;A href="http://www.ldapbrowser.com" rel="nofollow noopener noreferrer"&gt;http://www.ldapbrowser.com&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure you can connect to ldap://pridc.my-domain.ru:389 with the username in&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.principal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and password in&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.credentials&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now browse to the ou for the group search base and make sure the DN matches the one you have configured in ldap.synchronization.groupSearchBase. Do the same for&amp;nbsp; ldap.synchronization.userSearchBase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that any non-ASCII characters in alfresco-global.properties have to be unicode escaped. So if it's easier for you, you can save them in UTF-8 format in a text editor and then use the JDK native2ascii tool to properly encode it as a properties file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;native2ascii -encoding UTF-8 &amp;lt; myfile.txt &amp;gt; alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 08:45:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219694#M172824</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-05T08:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219695#M172825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see the following additional problems with your configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Your group queries are treating organizationalUnits as groups. Therefore your ldap.synchronization.groupType would have to be organizationalUnit. However, that would not work either because a group object has to have a repeating 'member' attribute, unlike organizationalUnit. Please remove your changes to the queries and personType and groupType and use the defaults for ldap-ad.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;You have multiple copies of ldap.synchronization.personQuery and ldap.synchronization.personDifferentialQuery. Only the last ones will be used.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Your person queries use organizationalPerson. Therefore you would have to set ldap.synchronization.personType to organizationalPerson&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;You have set ldap.synchronization.groupMemberAttributeName to title. This will never work as the group member attribute must be a multi-valued attribute that lists the DNs of the members of a group.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;The ldap.synchronisation.import.group.clearAllChildren property is not relevant in v3.2&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;The supplied defaults in ldap-ad.properties should be fine for Active Directory. We did not expect you to have to make such fundamental changes to the queries and types used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 09:11:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219695#M172825</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-05T09:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219696#M172826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, dward&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The supplied defaults in ldap-ad.properties should be fine for Active Directory. We did not expect you to have to make such fundamental changes to the queries and types used.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not expect, but such is a life. We in Russia have a saying: "every dog has his day".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen the errors in a configuration and I will correct them. The administrator at us in holiday therefore with some parametres has not understood up to the end. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If all turns out, I will write about it, it can in the future to somebody will help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But before it I will specify:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I checked inquiries in ldapbrowser and javaldap/editor &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. All files I keep in utf-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. A line of connection the same correct &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. The duplicate of lines my typing error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. "ldap.synchronisation.import.group.clearAllChildren=true", you never can tell, and suddenly would leave &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:35:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219696#M172826</guid>
      <dc:creator>paulweb</dc:creator>
      <dc:date>2009-08-05T12:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219697#M172827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've had my users' access to Share sites disappear.&amp;nbsp; Figuring its because the share groups have been clobbered by my ldap-ad sync.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Prior to 3.2 I had used the "ldap.synchronisation.import.group.clearAllChildren=true" setting to ensure they weren't removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've had to restore from a backup to get things going again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hoping that by changing synchronization.synchronizeChangesOnly from false to true, this will fix my issue.&amp;nbsp; I'll report back when my next sync fires.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 14:27:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219697#M172827</guid>
      <dc:creator>benswitzer</dc:creator>
      <dc:date>2009-08-06T14:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219698#M172828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See also &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20715#p67597" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20715#p67597&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is evidently a problem here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/The_Synchronization_Subsystem#Deletion_Behavior" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/The_Synchronization_Subsystem#Deletion_Behavior&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI in v3.2, users and groups imported from an external directory are tagged with a 'zone' ID corresponding to the instance name of the corresponding authentication subsystem. On synchronization with a directory, only those users and groups in its zone are candidates for deletion. In addition, 'collisions' between users with the same ID that exist in a different zone are resolved by letting the directory that exists earlier in the authentication chain take precedence. On collision with a directory of lower precedence, the duplicated user or group is deleted and then recreated in the other directory's zone, as they are assumed to now be a different user or group in a different directory. The problem is that the Alfresco built in users and groups (and those upgraded from previous versions) are all given the lowest precedence. So if your sync brings in users and groups that already exist in Alfresco and weren't created by LDAP sync in v3.2 they will all get deleted and recreated the first time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now this clearly isn't ideal in an upgrade scenario, because as you have found, the connections between recreated users and sites will get lost. The synchronizeChangesOnly flag won't affect this behaviour. This just decides whether it queries all users and groups from the directory or just those changed since the last sync. When this flag is true, it can't work out which users and groups have been deleted so won't delete any users and groups, except those that it thinks that have been 'occluded' by higher priority directories, which is still the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have logged&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-2626" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-2626&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In future, we will give special treatment to users that exist in the built-in Alfresco zone and automatically move them to the LDAP directory's zone. I will try to get this into HEAD ASAP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:29:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219698#M172828</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-06T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219699#M172829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question then, will my change to the &lt;/SPAN&gt;&lt;EM&gt;synchronizeChangesOnly &lt;/EM&gt;&lt;SPAN&gt; setting have any affect, or will I experience the same issue on the next sync?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:35:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219699#M172829</guid>
      <dc:creator>benswitzer</dc:creator>
      <dc:date>2009-08-06T15:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219700#M172830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The synchronizeChangesOnly flag won't affect this behaviour.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:39:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219700#M172830</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-06T15:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219701#M172831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI a fix for this has now been merged to HEAD (revision 15637). Here's the change comment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LDAP sync will no longer delete and recreate colliding users and groups in zones that aren't even in the authentication chain. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Instead such users and groups will be 're-zoned' to the first zone where they were found &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Avoids losing site memberships, etc. on upgrade or change of authentication chain &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Will continue to recreate users and groups from lower priority zones in the authentication chain &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Updated unit tests appropriately&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 18:47:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219701#M172831</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-06T18:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219702#M172832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found problem :!: . And… this themes I would rename:"Swan song for Russian language" &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In LDAPUserRegistry.java i have added debug information and have started alfresco and at authentification has received the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;18:03:46,379 DEBUG [org.alfresco.repo.security.sync.ldap.LDAPUserRegistry] ok1&lt;BR /&gt;18:03:46,379 DEBUG [org.alfresco.repo.security.sync.ldap.LDAPUserRegistry] ok4&lt;BR /&gt;18:03:46,379 DEBUG [org.alfresco.repo.security.sync.ldap.LDAPUserRegistry] ou=?&amp;nbsp;?????» ?????µ?????? ???°????,DC=royal-bank,DC=ru&lt;BR /&gt;18:03:46,379 DEBUG [org.alfresco.repo.security.sync.ldap.LDAPUserRegistry] (&amp;amp;(objectclass=organizationalPerson)(userAccountControl:1.2.840.113556.1.4.803:=512))&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;What is such "ou=? ?????» ?????µ?????? ???°????,DC=royal-bank,DC=ru", you ask? I answer in our AD all groups have russian names for example "отдел программированния" аnd because of it all problems in russian language.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have corrected inquiry "ldap.synchronization.userSearchBase=ou\=отдел программированния,dc=my-domain,dc=ru" on "ldap.synchronization.userSearchBase=dc\=my-domain,dc=ru"&amp;nbsp; and synchronisation has earned&amp;nbsp; !!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you use in AD russian language, then translate your name groups to unicode for example &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;query&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=ou\=отдел программированния,dc=my-domain,dc=ru&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;query&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=ou\=\u043E\u0442\u0434\u0435\u043B \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u0438\u044F,dc=my-domain,dc=ru &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;convertor &lt;/SPAN&gt;&lt;A href="http://rishida.net/scripts/uniview/conversion" rel="nofollow noopener noreferrer"&gt;http://rishida.net/scripts/uniview/conversion&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:40:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219702#M172832</guid>
      <dc:creator>paulweb</dc:creator>
      <dc:date>2009-08-06T22:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Long Song Sync Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219703#M172833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you actually understood my earlier reply, you will see I told you that your properties would need to be unicode escaped. And I showed an example of using the native2ascii tool that comes with the JDK. There is no need to download a custom tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:45:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/long-song-sync-ldap/m-p/219703#M172833</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-07T09:45:56Z</dc:date>
    </item>
  </channel>
</rss>

