<?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 user import in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169122#M122532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am interested in this topic also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 13:54:13 GMT</pubDate>
    <dc:creator>meansartin14</dc:creator>
    <dc:date>2008-10-31T13:54:13Z</dc:date>
    <item>
      <title>Active directory user import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169121#M122531</link>
      <description>Hi,I'm new with Alfresco.After a correct installation, now I' would like to understand: "how to: import and synchronize users from Active directory-LDAP".I red may post but i didn't find a sort of procedue "Step by Step".Question: can someone explain to me the complete process to get users and group</description>
      <pubDate>Thu, 14 Aug 2008 13:07:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169121#M122531</guid>
      <dc:creator>ruera</dc:creator>
      <dc:date>2008-08-14T13:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Active directory user import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169122#M122532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am interested in this topic also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 13:54:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169122#M122532</guid>
      <dc:creator>meansartin14</dc:creator>
      <dc:date>2008-10-31T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Active directory user import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169123#M122533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So the process is two step Hopefully this should get you on track&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First configure LDAP authentication after this step is done, AD user accounts will work in alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This requires you rename ldap-authentication-context.xml.sample to&amp;nbsp; ldap-authentication-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and then configure ldap-authentication.properties to match your environment&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a couple of tricks.&amp;nbsp; Here are some of the key lines&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://yourADserverDomainNameOrIPAddress:389&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.security.authentication=SIMPLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This next one is tricky because AD does not follow standards so you will need to create an "alfresco" user in AD.&amp;nbsp; Because AD is not standards compliant, the Windows user name is not an LDAP user name.&amp;nbsp; so you need to look at the folder name(and path).&amp;nbsp; The below example is for a user with the first name "alfresco" and last name "ldap" and a user name of "alfresco.ldap".&amp;nbsp; I used the Apache directory studio &lt;/SPAN&gt;&lt;A href="http://directory.apache.org/studio/" rel="nofollow noopener noreferrer"&gt;http://directory.apache.org/studio/&lt;/A&gt;&lt;SPAN&gt; to find this value.&amp;nbsp; When you navigate to the user this string will be at the top of the user attribute frame&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.security.principal=CN=alfresco ldap,CN=Users,dc=COMPANY,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.security.credentials=TheAboveUsersPasswordInPlainText&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second part is to rename ldap-synchronization-context.xml.sample to ldap-synchronization-context.xml&amp;nbsp; you will have to play with this some but the directory suite helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then configure the following to sync users&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronisation.personQuery=(objectclass=inetOrgPerson)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the previous one "objectclass=inetOrgPerson" is an attribute the only exists in user accounts and when alfresco sees it and it knows it is a user.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;set the base folder in AD for users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronisation.personSearchBase=dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;windows usernames attribute&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronisation.userIdAttributeName=sAMAccountName&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;configure the following for groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronisation.groupQuery=(objectclass=group)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;again that is one that alfresco knows to look at as groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronisation.groupSearchBase=BaseGroupFolder&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 15:34:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169123#M122533</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2008-11-12T15:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Active directory user import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169124#M122534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was going to make a new topic about this but it seems to make more sense in here.&amp;nbsp; I noticed that the LDAP sync should be configured not to destroy groups before doing a group sync or users will lose all their site roles and the sites become orphaned.&amp;nbsp; The sites create their own groups when you set them up and those are gone for good when you do the clear, unfortunately.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So in spite of what the note says in ldap-synchronization.properties, it's probably not safe to set clearGRoups=true if you plan on using Share.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 16:01:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/active-directory-user-import/m-p/169124#M122534</guid>
      <dc:creator>marctsg</dc:creator>
      <dc:date>2008-11-12T16:01:25Z</dc:date>
    </item>
  </channel>
</rss>

