<?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: intergrate users of domain Controller in Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280828#M233958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Either use passthru authentication if you are only using your domain controller for authentication, .&amp;nbsp;&amp;nbsp; Or, if you have other attributes in your AD then use LDAP sync. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2016 15:00:59 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2016-01-20T15:00:59Z</dc:date>
    <item>
      <title>intergrate users of domain Controller in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280827#M233957</link>
      <description>Hi,We want that every user in the company get an account for alfresco. But we don`t want create this accounts twice, in the Domain Controller and in Alfresco.Best would be Single-sign on.Whats the easiest way to get this?Thanks in advance.</description>
      <pubDate>Tue, 19 Jan 2016 17:46:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280827#M233957</guid>
      <dc:creator>thk</dc:creator>
      <dc:date>2016-01-19T17:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: intergrate users of domain Controller in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280828#M233958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Either use passthru authentication if you are only using your domain controller for authentication, .&amp;nbsp;&amp;nbsp; Or, if you have other attributes in your AD then use LDAP sync. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 15:00:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280828#M233958</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2016-01-20T15:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: intergrate users of domain Controller in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280829#M233959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I still have questions to configure passthru authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For passthru (I don`t know yet if I also need LDAP) I added in the alfresco-global.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=passthru1:passthru&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&lt;BR /&gt;ldap.authentication.active=false&lt;BR /&gt;passthru.authentication.servers=&amp;lt;IP of our domain server&amp;gt;\\name.com,name.com&lt;BR /&gt;passthru.authentication.domain=# Leave blank&lt;BR /&gt;passthru.authentication.useLocalServer=false&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I works now that I can login into Alfresco using any user of our Domain Controller. But the user is only added as an Alfresco user after this user logs in for the first time in Alfresco. And now I want to grant rights to a site for every user. How can I do this best? Do I have to wait until each user logged in for the first time and grant them this right one by one? also i cannot use the admin user I created before, because he is not in the Domain controller. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it correct to put this variables in alfresco-global.properties?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the line passthru.authentication.servers correct like this (name.com = name of our domain)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the documentation (&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/community5.0/tasks/auth-example-passthu.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/community5.0/tasks/auth-example-passthu.html&lt;/A&gt;&lt;SPAN&gt;) is written the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;After running the previous commands, two separate properties files should appear in your passthru1 directory. These are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; passthru-authentication-context.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ntlm-filter.properties&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there is no passthru-authentication-context.properties, only ntlm-filter.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; in the directory /tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/passthru/ !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and which previous commands as mentioned in the documentation I should run? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for help in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 13:27:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280829#M233959</guid>
      <dc:creator>thk</dc:creator>
      <dc:date>2016-02-03T13:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: intergrate users of domain Controller in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280830#M233960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is correct to put those properties into the alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to have the users created in Alfresco, you have to enable the LDAP synchronization, and to allow the login using both domain users and local users (like admin), you have to change the authentication.chain to use alfresco, like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 01:27:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280830#M233960</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-03-01T01:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: intergrate users of domain Controller in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280831#M233961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ah thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already wondered why I can login with any domain user now but the users are not visible in the menu "persons". So they the users only created in Alfresco if I use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap instead of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=alfinst:alfrescoNtlm,passthru1&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assthru ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Further we want to upload all our documents but with all permission of the domain users on this documents. How can we do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 19:20:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280831#M233961</guid>
      <dc:creator>thk</dc:creator>
      <dc:date>2016-03-03T19:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: intergrate users of domain Controller in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280832#M233962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Add the property bellow into alfresco-global.properties in order to have you LDAP users synchronized into Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default, the synchronization is executed once a day or when Alfresco is restarted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 18:45:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intergrate-users-of-domain-controller-in-alfresco/m-p/280832#M233962</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-03-29T18:45:09Z</dc:date>
    </item>
  </channel>
</rss>

