<?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 filter users in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-filter-users/m-p/246165#M199295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;How to?&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;steps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. we have in AD following group alfrescoUsers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. user p.web is member this group and user k.nett is not member this group&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. in our AD we not use uid and cn is following kind Иван Иванович Иванов,therefore use DN in quality ldap.authentication.userNameFormat does not approach&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;4. and we use upn &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer"&gt;%s@my-domain.ru&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. &lt;/SPAN&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;SPAN&gt; How to put the filter that alfresco started up the user p.web entering into group alfrescoUsers, and k.nett did not start up?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S:I am able to do it through a code, but can have a variant through customisations&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;and request dward look this post&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=21423" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=21423&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2009 05:25:34 GMT</pubDate>
    <dc:creator>paulweb</dc:creator>
    <dc:date>2009-09-03T05:25:34Z</dc:date>
    <item>
      <title>LDAP filter users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-filter-users/m-p/246165#M199295</link>
      <description>How to?steps1. we have in AD following group alfrescoUsers2. user p.web is member this group and user k.nett is not member this group3. in our AD we not use uid and cn is following kind Иван Иванович Иванов,therefore use DN in quality ldap.authentication.userNameFormat does not approach4. and we use</description>
      <pubDate>Thu, 03 Sep 2009 05:25:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-filter-users/m-p/246165#M199295</guid>
      <dc:creator>paulweb</dc:creator>
      <dc:date>2009-09-03T05:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP filter users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-filter-users/m-p/246166#M199296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solution has appeared simple &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;steps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.set ldap.synchronization.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. set ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(&lt;/SPAN&gt;&lt;STRONG&gt;memberOf\=CN=alfrescoUsers,CN=Users,DC=royal-bank,DC=ru&lt;/STRONG&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. in default-synchronization.properties set next&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.syncWhenMissingPeopleLogIn=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.autoCreatePeopleOnLogin=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. and run alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and all earn p.web enter in alfresco and k.nett not enter in alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;but&lt;/STRONG&gt;&lt;SPAN&gt;(Damned but)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i found bug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;steps alfresco sync&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. adding users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. adding groups and if have member adding user in this groups &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but if member =k.nett (short variant) and k.net has not been added in alfresco,because ldap.synchronization.personQuery, alfresco have given error &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;user k.nett not adding in group xxxxx (sync break)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S:In Alfresco without a beer&amp;nbsp; bottle not to understand, and as I do not drink, to have to sit in a forum :lol:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 07:00:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-filter-users/m-p/246166#M199296</guid>
      <dc:creator>paulweb</dc:creator>
      <dc:date>2009-09-03T07:00:12Z</dc:date>
    </item>
  </channel>
</rss>

