<?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: Alfresco with Active Directory in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86268#M26106</link>
    <description>&lt;P&gt;The fact is that when you try to go to: http://IP:8080/alfresco/webdav through any web browser, domain user authorization works and the directory listing and home user space is opened. For windows Explorer:&lt;BR /&gt;Open up Windows Explorer and click 'Map network drive'&lt;BR /&gt;Click 'Connect to a Web site that you can use to store your documents and pictures'&lt;BR /&gt;Click 'Next' twice in the windows that opens.&lt;BR /&gt;http://IP:8080/alfresco/webdav&lt;BR /&gt;error is "windows cannot access"&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2019 13:16:52 GMT</pubDate>
    <dc:creator>sla1733</dc:creator>
    <dc:date>2019-09-24T13:16:52Z</dc:date>
    <item>
      <title>Alfresco with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86266#M26104</link>
      <description>&lt;P&gt;Hello. Made setting for communication Alfresco with Active Directory on windows 2012, all users were transferred to alfresco, was created for each home user space and there is an opportunity to be authorized by the domain user through a web browser, but authorization through the Windows Explorer works only for the users added manually in Alfresco. Tell me how to make it possible to log in and domain users through Windows Explorer. Integration with Active Directory made by adding in /alfresco-global.properties of the following records:&lt;/P&gt;&lt;P&gt;# MS Active Directory Integration&lt;BR /&gt;authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad&lt;BR /&gt;ntlm.authentication.sso.enabled=false&lt;/P&gt;&lt;P&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.authentication.allowGuestLogin=true&lt;BR /&gt;ldap.authentication.userNameFormat=%s@domain.lan&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://dc.domain.lan:389&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=admin&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.java.naming.security.authentication=simple&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=admin@domain.lan&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=password&lt;BR /&gt;ldap.synchronization.queryBatchSize=1000&lt;BR /&gt;ldap.synchronization.attributeBatchSize=1000&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(whenChanged&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(whenChanged&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.groupSearchBase=DC\=domain,DC\=lan&lt;BR /&gt;ldap.synchronization.userSearchBase=DC\=domain,DC\=lan&lt;BR /&gt;ldap.synchronization.modifyTimestampAttributeName=whenChanged&lt;BR /&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'.0Z'&lt;BR /&gt;ldap.synchronization.userIdAttributeName=sAMAccountName&lt;BR /&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;BR /&gt;ldap.synchronization.userLastNameAttributeName=sn&lt;BR /&gt;ldap.synchronization.userEmailAttributeName=mail&lt;BR /&gt;ldap.synchronization.userOrganizationalIdAttributeName=cn&lt;BR /&gt;ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProviderr&lt;BR /&gt;ldap.synchronization.groupIdAttributeName=cn&lt;BR /&gt;ldap.synchronization.groupDisplayNameAttributeName=displayName&lt;BR /&gt;ldap.synchronization.groupType=group&lt;BR /&gt;ldap.synchronization.personType=user&lt;BR /&gt;ldap.synchronization.groupMemberAttributeName=member&lt;BR /&gt;ldap.synchronization.enableProgressEstimation=true&lt;BR /&gt;ldap.authentication.java.naming.read.timeout=5000&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 08:07:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86266#M26104</guid>
      <dc:creator>sla1733</dc:creator>
      <dc:date>2019-09-21T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86267#M26105</link>
      <description>&lt;P&gt;If you have AD configured and you can successfully log in to Alfresco Share as one of the AD users, then you already have what you need to be able to map a drive from Windows Explorer using WebDAV. The URL would look something like:&lt;/P&gt;
&lt;P&gt;http://localhost:8080/alfresco/webdav&lt;/P&gt;
&lt;P&gt;When Windows prompts you for your credentials, provide your AD username and password and it will work.&lt;/P&gt;
&lt;P&gt;If instead what you want is to automatically log in a user who is already logged in to the Windows domain, then what you need is to configure Alfresco for Kerberos authentication which is covered in the documentation here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.0/concepts/auth-kerberos-intro.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.0/concepts/auth-kerberos-intro.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 18:13:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86267#M26105</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2019-09-23T18:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86268#M26106</link>
      <description>&lt;P&gt;The fact is that when you try to go to: http://IP:8080/alfresco/webdav through any web browser, domain user authorization works and the directory listing and home user space is opened. For windows Explorer:&lt;BR /&gt;Open up Windows Explorer and click 'Map network drive'&lt;BR /&gt;Click 'Connect to a Web site that you can use to store your documents and pictures'&lt;BR /&gt;Click 'Next' twice in the windows that opens.&lt;BR /&gt;http://IP:8080/alfresco/webdav&lt;BR /&gt;error is "windows cannot access"&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 13:16:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86268#M26106</guid>
      <dc:creator>sla1733</dc:creator>
      <dc:date>2019-09-24T13:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86269#M26107</link>
      <description>&lt;P&gt;Have you done the steps outlined in the "Kerberos Client Config for WebDAV" section here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/auth-kerberos-clientconfig.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/auth-kerberos-clientconfig.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 19:46:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86269#M26107</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2019-09-25T19:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86270#M26108</link>
      <description>&lt;P&gt;Thank you, I completed the steps in the "Kerberos Client Config for WebDAV" section now began to appear the authorization window to the alfresco server, but you can only log in by a user created in alfresco itself, domain users can not log in. Through a web browser authorization of domain users works&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 08:44:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86270#M26108</guid>
      <dc:creator>sla1733</dc:creator>
      <dc:date>2019-09-26T08:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86271#M26109</link>
      <description>&lt;P&gt;Did you try UNC path &lt;STRONG&gt;\\hostname@8080\alfresco\webdav\&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;Additionally there are some Windows requirements for the "Web Client" windows services which is handling the communication between windows explorer and the webdav server (Alfresco) using IE.&lt;/P&gt;&lt;P&gt;I highly recommend to use https with trusted certs and port 443 to work around these restrictions.&lt;/P&gt;&lt;P&gt;Additionally if your clients don't have a proxy configured in IE and you use FQN hostname you need to configure &lt;STRONG&gt;AuthForwardServerList&lt;/STRONG&gt; in Windows.&lt;/P&gt;&lt;P&gt;Be careful by using sso (kerberos.authentication.sso.enabled=&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Alfresco does not support fallback to "normal" authentication which may lock out non domain members.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 09:41:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86271#M26109</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2019-09-26T09:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86272#M26110</link>
      <description>&lt;P&gt;"AuthForwardServerList" is configured. I tried UNC path \\ hostname @ 8080 \ alfresco \ webdav \, also changed the value of the BasicAuthLevel parameter to 2 in HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ WebClient \ Parameters. The result is the same, I can’t log in as a domain user.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:16:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86272#M26110</guid>
      <dc:creator>sla1733</dc:creator>
      <dc:date>2019-09-26T11:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86273#M26111</link>
      <description>&lt;P&gt;Make shure WebClient service is started.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/troubleshoot-webdav.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/troubleshoot-webdav.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;p.s. for microsoft clients alfresco recomend use aos insted webdav. Try &lt;SPAN&gt;http://localhost:8080/alfresco/aos&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 15:43:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-with-active-directory/m-p/86273#M26111</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-09-26T15:43:10Z</dc:date>
    </item>
  </channel>
</rss>

