<?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: LDAP: Ignoring non-existent member in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-ignoring-non-existent-member/m-p/304491#M257621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i guess it should be&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;# The query to select all objects that represent the users to import.&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=inetOrgPerson)(memberof\=cn\=TIT,ou\=subjects,ou\=groups,dc\=domain,dc\=com))&lt;BR /&gt;&lt;BR /&gt;# The query to select objects that represent the users to import that have changed since a certain time.&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=inetOrgPerson)(memberof\=cn\=TIT,ou\=subjects,ou\=groups,dc\=domain,dc\=com)(!(modifyTimestamp&amp;lt;\={0})))&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hannes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 19:44:00 GMT</pubDate>
    <dc:creator>hgindl</dc:creator>
    <dc:date>2014-09-30T19:44:00Z</dc:date>
    <item>
      <title>LDAP: Ignoring non-existent member</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-ignoring-non-existent-member/m-p/304490#M257620</link>
      <description>This is s side by side schema:   [img]http://i60.tinypic.com/2ignlte.png[/img] I want to filter the access to only members of "cn=TIT,ou=subjects,ou=groups,dc=domain,dc=com", inside this group members DN is stored in "member" attribute (http://i62.tinypic.com/29ekqp1.png). I've trying since Friday,</description>
      <pubDate>Mon, 29 Sep 2014 19:02:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-ignoring-non-existent-member/m-p/304490#M257620</guid>
      <dc:creator>bostaxola</dc:creator>
      <dc:date>2014-09-29T19:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP: Ignoring non-existent member</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-ignoring-non-existent-member/m-p/304491#M257621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i guess it should be&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;# The query to select all objects that represent the users to import.&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=inetOrgPerson)(memberof\=cn\=TIT,ou\=subjects,ou\=groups,dc\=domain,dc\=com))&lt;BR /&gt;&lt;BR /&gt;# The query to select objects that represent the users to import that have changed since a certain time.&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=inetOrgPerson)(memberof\=cn\=TIT,ou\=subjects,ou\=groups,dc\=domain,dc\=com)(!(modifyTimestamp&amp;lt;\={0})))&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hannes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 19:44:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-ignoring-non-existent-member/m-p/304491#M257621</guid>
      <dc:creator>hgindl</dc:creator>
      <dc:date>2014-09-30T19:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP: Ignoring non-existent member</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-ignoring-non-existent-member/m-p/304492#M257622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your answer &lt;/SPAN&gt;&lt;STRONG&gt;hgindl&lt;/STRONG&gt;&lt;SPAN&gt;, but I tried doing it that way and the result was the same "Ignoring non-existent member". With &lt;/SPAN&gt;&lt;SPAN style="color:#0000ff;"&gt;(&amp;amp;(objectclass\=inetOrgPerson)(memberof\=cn\=TIT,ou\=subjects,ou\=groups,dc\=domain,dc\=com))&lt;/SPAN&gt;&lt;SPAN&gt;, ldapsearch returns nothing, with "&lt;/SPAN&gt;&lt;SPAN style="color:#0000ff;"&gt;(&amp;amp;(cn\=TIT)(objectClass\=GroupOfNames)(uid\=%s,ou\=people,dc\=domain,dc\=com))&lt;/SPAN&gt;&lt;SPAN&gt; returns the group's: dn, cn, members, owners, objectClass, description and seeAlso.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 11:04:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-ignoring-non-existent-member/m-p/304492#M257622</guid>
      <dc:creator>bostaxola</dc:creator>
      <dc:date>2014-10-01T11:04:59Z</dc:date>
    </item>
  </channel>
</rss>

