<?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: Issue getting LDAP to work with AD in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14752#M6507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to find members of a group or people below an OU? If it is&lt;/P&gt;&lt;P&gt;members of a group, you need to specify the group DN in the person query,&lt;/P&gt;&lt;P&gt;not the OU. I would expect a group DN to look more like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CN=SomeGroup,OU=Groups,DC=Gracemg,DC=com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want all users, just change the person query to be more general,&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(&lt;/P&gt;&lt;P&gt;userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want all users in multiple OU's you could try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(|(OU=Customer&lt;/P&gt;&lt;P&gt;Services)(OU=Human Resources)(OU=Accounting))(userAccountControl:1.2.840.&lt;/P&gt;&lt;P&gt;113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes your user search base is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.userSearchBase=DC\=Gracemg,DC\=com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your prior test you had the search base set to Customer Service which&lt;/P&gt;&lt;P&gt;means the only users it would ever find would be those below Customer&lt;/P&gt;&lt;P&gt;Service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to go back to groups and you want to find members of multiple&lt;/P&gt;&lt;P&gt;groups, just add an OR clause, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=&lt;/P&gt;&lt;P&gt;user)(|(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=SomeGroup,OU\=Groups,DC\=Gracemg,DC\=com)(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=SomeOtherGroup,OU\=Groups,DC\=Gracemg,DC\=com)(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=YetAnotherGroup,OU\=Groups,DC\=Gracemg,DC\=com))(&lt;/P&gt;&lt;P&gt;userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, regardless of what you do with your query, be sure to set the&lt;/P&gt;&lt;P&gt;personDifferentialQuery. Using the example above, it would be something&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=&lt;/P&gt;&lt;P&gt;user)(|(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=SomeGroup,OU\=Groups,DC\=Gracemg,DC\=com)(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=SomeOtherGroup,OU\=Groups,DC\=Gracemg,DC\=com)(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=YetAnotherGroup,OU\=Groups,DC\=Gracemg,DC\=com))(&lt;/P&gt;&lt;P&gt;userAccountControl:1.2.840.113556.1.4.803:=512)(!(whenChanged&amp;lt;=&lt;SPAN __jive_macro_name="0"&gt;&lt;/SPAN&gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, it's just a matter of using the right search base and&lt;/P&gt;&lt;P&gt;person query. I recommend getting an LDAP browser tool of some sort that&lt;/P&gt;&lt;P&gt;can help you browse your directory and test your queries. If you can't get&lt;/P&gt;&lt;P&gt;the objects you want from an LDAP query then Alfresco won't be able to&lt;/P&gt;&lt;P&gt;either. Plus, using a tool like that will help you iterate more quickly&lt;/P&gt;&lt;P&gt;rather than having to restart Alfresco to see if the sync works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 17:12:07 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2017-02-17T17:12:07Z</dc:date>
    <item>
      <title>Issue getting LDAP to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14745#M6500</link>
      <description>I have setup an AD group named Alfresco which include the users I wish to be Alfresco users. &amp;nbsp;After synchronization takes place the group shows up in Alfresco but the users do not. &amp;nbsp;The users set to default as administrators are also not working. Here are my settings in alfresco-global.properties;au</description>
      <pubDate>Wed, 15 Feb 2017 13:00:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14745#M6500</guid>
      <dc:creator>scamby</dc:creator>
      <dc:date>2017-02-15T13:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue getting LDAP to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14746#M6501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For groups, your search base should most likely be OU\=Groups,DC\=Gracemg,DC\=com while for people your search base should probably be OU\=People,DC\=Gracemg,DC\=com or something similar, but it depends on how your directory is structured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A search base is essentially telling the LDAP client code "Start looking for objects under this branch".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 22:31:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14746#M6501</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-02-15T22:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue getting LDAP to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14747#M6502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood. Basically I just want to sync that group and it's members. No other groups or users need to be synced. Currently no users are being synced with the settings I have in the properties file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Outlook&amp;lt;https://aka.ms/qtex0l&amp;gt; on my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 23:22:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14747#M6502</guid>
      <dc:creator>scamby</dc:creator>
      <dc:date>2017-02-15T23:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue getting LDAP to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14748#M6503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to sync only the users that belong to a certain group, you can specify a person query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.alfresco.com/5.0/concepts/auth-ldap-props.html" rel="nofollow noopener noreferrer"&gt;Here&lt;/A&gt; are the docs that tell you all of the LDAP config properties that are available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is an example personQuery that only grabs the members of a specific group:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(memberOf:1.2.840.113556.1.4.1941:=CN=SomeArbitraryGroup,OU=Groups,DC=someco,DC=com)(userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;This assumes Active Directory, which is why the query contains&amp;nbsp;those funky number dot sequences.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 22:34:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14748#M6503</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-02-16T22:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue getting LDAP to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14749#M6504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not working.  Here is what the distinguished name for the group looks like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CN=Alfresco,OU=Groups,DC=Gracemg,DC=com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at LDAP I have;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I changed the person query you mentioned to this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(memberOf:1.2.840.113556.1.4.1941:=CN\=Alfresco,OU\=Groups,DC\=Gracemg,DC\=com)(userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(memberOf:1.2.840.113556.1.4.1941:=OU\=Customer Service,DC\=Gracemg,DC\=com)(userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am still not getting any users to sync.  No LDAP users are showing in Users under Admin Tools.  The Alfresco group shows up but not any of the members;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:06:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14749#M6504</guid>
      <dc:creator>scamby</dc:creator>
      <dc:date>2017-02-17T16:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue getting LDAP to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14750#M6505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you change your search base as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any messages in the log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:15:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14750#M6505</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-02-17T16:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue getting LDAP to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14751#M6506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes and finally got it at least syn something.  Here are my searchbase and personquery settings;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.groupSearchBase=OU\=Customer Service,DC\=Gracemg,DC\=com&lt;/P&gt;&lt;P&gt;ldap.synchronization.userSearchBase=OU\=Customer Service,DC\=Gracemg,DC\=com&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(memberOf:1.2.840.113556.1.4.1941:=OU\=Customer Service,DC\=Gracemg,DC\=com)(userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the log I have;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,130 INFO    Starting 'Synchronization' subsystem, ID: &lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,263 INFO    Synchronizing users and groups with user registry 'ldap1'&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,307 INFO    Retrieving groups changed since Feb 14, 2017 3:49:13 PM from user registry 'ldap1'&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,337 INFO    Synchronization,Category=directory,id1=ldap1,id2=1 Group Analysis: Commencing batch of 0 entries&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,340 INFO    Synchronization,Category=directory,id1=ldap1,id2=1 Group Analysis: Completed batch of 0 entries&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,350 INFO    Retrieving users changed since Feb 14, 2017 12:53:35 PM from user registry 'ldap1'&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,355 INFO    Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Commencing batch of 1 entries&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,731 INFO    Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Processed 1 entries out of 1. 100% complete. Rate: 2 per second. 0 failures detected.&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,731 INFO    Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Completed batch of 1 entries&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,763 INFO    Finished synchronizing users and groups with user registry 'ldap1'&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,763 INFO    1 user(s) and 0 group(s) processed&lt;/P&gt;&lt;P&gt;2017-02-17 11:26:08,793 INFO    Startup of 'Synchronization' subsystem, ID:  complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1 user that was created was “Amy Dawes” but none of the others in the Customer Service OU were created.  I switched to using that OU since the Alfresco group didn’t seem to working.  What if I wanted to add all users in our domain?  Or multiple OUs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:40:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14751#M6506</guid>
      <dc:creator>scamby</dc:creator>
      <dc:date>2017-02-17T16:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue getting LDAP to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14752#M6507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to find members of a group or people below an OU? If it is&lt;/P&gt;&lt;P&gt;members of a group, you need to specify the group DN in the person query,&lt;/P&gt;&lt;P&gt;not the OU. I would expect a group DN to look more like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CN=SomeGroup,OU=Groups,DC=Gracemg,DC=com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want all users, just change the person query to be more general,&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(&lt;/P&gt;&lt;P&gt;userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want all users in multiple OU's you could try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(|(OU=Customer&lt;/P&gt;&lt;P&gt;Services)(OU=Human Resources)(OU=Accounting))(userAccountControl:1.2.840.&lt;/P&gt;&lt;P&gt;113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes your user search base is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.userSearchBase=DC\=Gracemg,DC\=com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your prior test you had the search base set to Customer Service which&lt;/P&gt;&lt;P&gt;means the only users it would ever find would be those below Customer&lt;/P&gt;&lt;P&gt;Service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to go back to groups and you want to find members of multiple&lt;/P&gt;&lt;P&gt;groups, just add an OR clause, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=&lt;/P&gt;&lt;P&gt;user)(|(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=SomeGroup,OU\=Groups,DC\=Gracemg,DC\=com)(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=SomeOtherGroup,OU\=Groups,DC\=Gracemg,DC\=com)(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=YetAnotherGroup,OU\=Groups,DC\=Gracemg,DC\=com))(&lt;/P&gt;&lt;P&gt;userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, regardless of what you do with your query, be sure to set the&lt;/P&gt;&lt;P&gt;personDifferentialQuery. Using the example above, it would be something&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=&lt;/P&gt;&lt;P&gt;user)(|(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=SomeGroup,OU\=Groups,DC\=Gracemg,DC\=com)(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=SomeOtherGroup,OU\=Groups,DC\=Gracemg,DC\=com)(memberOf:1.2.840.113556.&lt;/P&gt;&lt;P&gt;1.4.1941:=CN\=YetAnotherGroup,OU\=Groups,DC\=Gracemg,DC\=com))(&lt;/P&gt;&lt;P&gt;userAccountControl:1.2.840.113556.1.4.803:=512)(!(whenChanged&amp;lt;=&lt;SPAN __jive_macro_name="0"&gt;&lt;/SPAN&gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, it's just a matter of using the right search base and&lt;/P&gt;&lt;P&gt;person query. I recommend getting an LDAP browser tool of some sort that&lt;/P&gt;&lt;P&gt;can help you browse your directory and test your queries. If you can't get&lt;/P&gt;&lt;P&gt;the objects you want from an LDAP query then Alfresco won't be able to&lt;/P&gt;&lt;P&gt;either. Plus, using a tool like that will help you iterate more quickly&lt;/P&gt;&lt;P&gt;rather than having to restart Alfresco to see if the sync works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 17:12:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/issue-getting-ldap-to-work-with-ad/m-p/14752#M6507</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-02-17T17:12:07Z</dc:date>
    </item>
  </channel>
</rss>

