<?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 3.0 and Share , do not share LDAP? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302771#M255901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Searching in the forum, I have found that if you change the name of the folder and war file in tomcat/webapps from alfresco and alfresco.war for example to "instance1" and "instance1.war", then users&amp;nbsp; will not be able to access the default installation of Alfresco Share as Alfresco Share will look for "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;" which will not exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which configuration files I must modify to tell Share to access "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/instance1" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/instance1&lt;/A&gt;&lt;SPAN&gt;" instead of "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;".??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 16:28:40 GMT</pubDate>
    <dc:creator>jlabuelo</dc:creator>
    <dc:date>2015-03-25T16:28:40Z</dc:date>
    <item>
      <title>Alfresco 3.0 and Share , do not share LDAP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302768#M255898</link>
      <description>Hi allWe have an installation of Alfresco 3.0, and we use the alfresco UI to work. This configuration is included in the LDAP we have so users password are synchronized also with our LDAP system. I am trying to check the Share the alfresco 3.0 has, going to http:ip:8080/share, instead of http://ip:8</description>
      <pubDate>Wed, 18 Mar 2015 17:05:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302768#M255898</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2015-03-18T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 and Share , do not share LDAP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302769#M255899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Share does not have independent authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to clarify your questions and supply more configuration details.&amp;nbsp;&amp;nbsp;&amp;nbsp; In particular you mix.the concepts of ldap synchronisation with authentication.&amp;nbsp;&amp;nbsp; They are separate and independent concepts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 20:18:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302769#M255899</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-03-18T20:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 and Share , do not share LDAP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302770#M255900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mrogers, and thanks for the reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes that is what I thought also, however we are not able to log in using the Alfresco Share Login page, but we are able to log in using the Alfresco Explorer Login page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our ldap configuration in the file /opt/Alfresco/tomcat/shared/classes/alfresco/extension/ldap-authentication.properties is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.active=true&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.userNameFormat=cn\=%s,ou\=people,dc\=alfresco,dc\=XXX,dc\=XXX&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://SErver_IP:389&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.java.naming.security.principal=cn=admin,dc=alfresco,dc=XXX,dc=XXX&lt;BR /&gt;ldap.authentication.java.naming.security.credentials=password&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&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;/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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also the configuration in the file /opt/Alfresco/tomcat/shared/classes/alfresco/extension/ldap-synchronization.properties is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronisation.personQuery=(objectclass\=inetOrgPerson)&lt;BR /&gt;ldap.synchronisation.personSearchBase=dc\=alfresco,dc\=XXX,dc\=XXX&lt;BR /&gt;ldap.synchronisation.userIdAttributeName=cn&lt;BR /&gt;ldap.synchronisation.userFirstNameAttributeName=givenName&lt;BR /&gt;ldap.synchronisation.userLastNameAttributeName=sn&lt;BR /&gt;ldap.synchronisation.userEmailAttributeName=mail&lt;BR /&gt;ldap.synchronisation.userOrganizationalIdAttributeName=o&lt;BR /&gt;ldap.synchronisation.userOrganizationalAttributeName=ou&lt;BR /&gt;ldap.synchronisation.defaultHomeFolderProvider=userHomesHomeFolderProvider&lt;BR /&gt;ldap.synchronisation.groupQuery=(objectclass\=groupOfUniqueNames)&lt;BR /&gt;ldap.synchronisation.groupSearchBase=dc\=alfresco,dc\=XXXs,dc\=XXX&lt;BR /&gt;ldap.synchronisation.groupIdAttributeName=cn&lt;BR /&gt;ldap.synchronisation.groupType=groupOfUniqueNames&lt;BR /&gt;ldap.synchronisation.personType=inetOrgPerson&lt;BR /&gt;ldap.synchronisation.groupMemberAttributeName=uniqueMember&lt;BR /&gt;ldap.synchronisation.import.person.cron=0 */10 * * * ?&lt;BR /&gt;ldap.synchronisation.import.group.cron=0 */20 * * * ?&lt;BR /&gt;ldap.synchronisation.import.group.clearAllChildren=true&lt;BR /&gt;&lt;BR /&gt;synchronization.synchronizeChangesOnly=false&lt;BR /&gt;synchronization.syncOnStartup=true&lt;BR /&gt;synchronization.syncWhenMissingPeopleLogIn=true&lt;BR /&gt;synchronization.autoCreatePeopleOnLogin=false&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;/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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And as I said, if we go to the login screen for Alfresco Explorer, we are able to log in fine with a given user, (&lt;/SPAN&gt;&lt;A href="http://Server_IP:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://Server_IP:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;) however if we try to log in in Share with this same user &lt;/SPAN&gt;&lt;A href="http://Server_IP:8080/share" rel="nofollow noopener noreferrer"&gt;http://Server_IP:8080/share&lt;/A&gt;&lt;SPAN&gt;, we get the error message shown in the attachement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have reviewed the log files, and nothing is shown…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas about how to solve this situation to be able to log in Share??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 13:10:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302770#M255900</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2015-03-19T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 and Share , do not share LDAP?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302771#M255901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Searching in the forum, I have found that if you change the name of the folder and war file in tomcat/webapps from alfresco and alfresco.war for example to "instance1" and "instance1.war", then users&amp;nbsp; will not be able to access the default installation of Alfresco Share as Alfresco Share will look for "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;" which will not exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which configuration files I must modify to tell Share to access "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/instance1" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/instance1&lt;/A&gt;&lt;SPAN&gt;" instead of "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;".??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 16:28:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-and-share-do-not-share-ldap/m-p/302771#M255901</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2015-03-25T16:28:40Z</dc:date>
    </item>
  </channel>
</rss>

