<?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: Active Directory group sync not working in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231485#M184615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, to prove you wrong why don't you try setting the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.synchronization.personQuery=(objectclass=user)&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass=group)&lt;SPAN class="line-numbers-rows"&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;And then do the full sync…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You're not seeing any errors because you can put anything in your LDAP query but what yours return is simply an empty set because it's not good.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2010 10:57:08 GMT</pubDate>
    <dc:creator>ivan_plestina</dc:creator>
    <dc:date>2010-01-26T10:57:08Z</dc:date>
    <item>
      <title>Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231480#M184610</link>
      <description>I followed the example on http://www.anotherstrangerme.com/alfresco-integration-with-active-directory/ to setup authentication and ldap/ad sync. Authentication (using NTLM) is working fine but I am not seeing any group information from AD.&amp;nbsp; I am trying map some AD groups to Alfresco groups and assig</description>
      <pubDate>Tue, 19 Jan 2010 21:36:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231480#M184610</guid>
      <dc:creator>akhan</dc:creator>
      <dc:date>2010-01-19T21:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231481#M184611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you post your config?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 08:45:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231481#M184611</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2010-01-21T08:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231482#M184612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # LDAP Sync&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # This flag enables use of this LDAP subsystem for authentication. It may be&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # that this subsytem should only be used for synchronization, in which case&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # this flag should be set to false.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.authentication.active=false&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # This flag enables use of this LDAP subsystem for user and group&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # synchronization. It may be that this subsytem should only be used for&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # authentication, in which case this flag should be set to false.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.active=true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.authentication.userNameFormat=%s&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.authentication.allowGuestLogin=true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.authentication.java.naming.provider.url=ldap://206.x.x.x:389&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The default principal to bind with (only used for LDAP sync). This should be a UPN or DN&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.java.naming.security.principal=CN\=Alfresco User,CN\=Users,DC\=myorg,DC\=ca,DC\=us&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The password for the default principal (only used for LDAP sync)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.java.naming.security.credentials=password&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # If positive, this property indicates that RFC 2696 paged results should be&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # used to split query results into batches of the specified size. This&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # overcomes any size limits imposed by the LDAP server.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.queryBatchSize=1000&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The query to select all objects that represent the groups to import.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.groupQuery=(&amp;amp;(objectclass=group)(memberOf=DC\=myorg,DC\=ca,DC\=us))&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The query to select objects that represent the groups to import that have changed since a certain time.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass=group)(memberOf=DC\=myorg,DC\=ca,DC\=us)(!(modifyTimestamp&amp;lt;={0})))&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The query to select all objects that represent the users to import.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(|(memberOf=DC\=myorg,DC\=ca,DC\=us)(memberOf=DC\=\myorg,DC\=ca,DC\=us))(userAccountControl\:1.2.840.113556.1.4.803\:=512))&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The query to select objects that represent the users to import that have changed since a certain time.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass=user)(|(memberOf=DC\=\myorg,DC\=ca,DC\=us)(memberOf=DC\=\myorg,DC\=ca,DC\=us))(userAccountControl\:1.2.840.113556.1.4.803\:=512)(!(modifyTimestamp&amp;lt;={0})))&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The group search base restricts the LDAP group query to a sub section of tree on the LDAP server.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.groupSearchBase=DC=\myorg,DC\=ca,DC\=us)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The user search base restricts the LDAP user query to a sub section of tree on the LDAP server.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.userSearchBase=DC=\myorg,DC\=ca,DC\=us)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The name of the operational attribute recording the last update time for a group or user.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The timestamp format. Unfortunately, this varies between directory servers.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.timestampFormat=yyyyMMddHHmmss’.0Z’&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The attribute name on people objects found in LDAP to use as the uid in Alfresco&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.userIdAttributeName=sAMAccountName&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The attribute on person objects in LDAP to map to the first name property in Alfresco&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.userFirstNameAttributeName=givenName&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The attribute on person objects in LDAP to map to the last name property in Alfresco&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.userLastNameAttributeName=sn&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The attribute on person objects in LDAP to map to the email property in Alfresco&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.userEmailAttributeName=mail&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The attribute on person objects in LDAP to map to the organizational id&amp;nbsp; property in Alfresco&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.userOrganizationalIdAttributeName=company&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The default home folder provider to use for people created via LDAP import&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The attribute on LDAP group objects to map to the gid property in Alfrecso&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.groupIdAttributeName=cn&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The group type in LDAP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.groupType=group&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The person type in LDAP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.personType=user&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # The attribute in LDAP on group objects that defines the DN for its members&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap.synchronization.groupMemberAttributeName=member&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; synchronization.synchronizeChangesOnly=true&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;/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;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;/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;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;/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;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;/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;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;/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;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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 18:06:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231482#M184612</guid>
      <dc:creator>akhan</dc:creator>
      <dc:date>2010-01-21T18:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231483#M184613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well for start your group and user queries are wrong. In AD lets say that you want to import all groups that are member of "Alfresco Groups" group you'd use something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.synchronization.groupQuery=(&amp;amp;(objectclass=group)(memberOf=CN\=Alfresco Groups,CN\=Users,DC\=myorg,DC\=ca,DC\=us))&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;To import all groups in AD use just:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.synchronization.groupQuery=(objectclass=group)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;To import all groups from some OU then use the above query but narrow down the groupSearchBase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same rules apply for users. I suggest using a tool like SysInternals ADExplorer that shows you alot more useful information to build proper queries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 22:12:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231483#M184613</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2010-01-21T22:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231484#M184614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the query should be fine since I have used it in other systems. I am not seeing any errors!&amp;nbsp; And I am not seeing any of the AD groups.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 21:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231484#M184614</guid>
      <dc:creator>akhan</dc:creator>
      <dc:date>2010-01-25T21:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231485#M184615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, to prove you wrong why don't you try setting the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.synchronization.personQuery=(objectclass=user)&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass=group)&lt;SPAN class="line-numbers-rows"&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;And then do the full sync…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You're not seeing any errors because you can put anything in your LDAP query but what yours return is simply an empty set because it's not good.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 10:57:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231485#M184615</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2010-01-26T10:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231486#M184616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, i think i start to anderstand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so if i want to select all users who are in group&amp;nbsp; :&amp;nbsp; my_employees&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(memberOf=CN\=my_employee,CN\=Users,DC\=metal_org,DC\=com))&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;is that rite?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;because it dont work for me&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 20:19:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231486#M184616</guid>
      <dc:creator>micdy</dc:creator>
      <dc:date>2010-01-27T20:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231487#M184617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are confusing groups with organizational units (OUs). Group and User distinguished names (DNs) are organized in a tree structure containing the names of various OUs and domain components (DCs).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To restrict the user and group search to specific OUs, you must include these in groupSearchBase and userSearchBase. These "SearchBase" attributes are simply the DN suffix that should be common to all members.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the only attributes you would have to change would be these (just remove or comment out all the rest to get sensible defaults)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://206.x.x.x:389&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.principal=CN\=Alfresco User,CN\=Users,DC\=myorg,DC\=ca,DC\=us&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.credentials=password&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=DC=\myorg,DC\=ca,DC\=us&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=DC=\myorg,DC\=ca,DC\=us&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now if you really want to restrict it to only the users in a certain group (rather than a certain OU) whose full DN is CN\=my_employee,CN\=Users,DC\=metal_org,DC\=com you can use memberof, but remember to extend the differentialquery too!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(memberOf=CN\=my_employee,CN\=Users,DC\=metal_org,DC\=com)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(memberOf=CN\=my_employee,CN\=Users,DC\=metal_org,DC\=com)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimestamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupQuery=(&amp;amp;(objectclass\=group)(CN\=my_employee))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(CN\=my_employee)(!(modifyTimestamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 11:49:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231487#M184617</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-02-02T11:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory group sync not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231488#M184618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow, thanks,&amp;nbsp; now i anderstand querry better,&amp;nbsp; and i really only have the users i want to&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;BR /&gt;&lt;SPAN&gt;thank you &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, 03 Feb 2010 14:38:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-group-sync-not-working/m-p/231488#M184618</guid>
      <dc:creator>micdy</dc:creator>
      <dc:date>2010-02-03T14:38:26Z</dc:date>
    </item>
  </channel>
</rss>

