<?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: LDAP not using specified configuration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230759#M183889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The configuration changed in 3.2 and has not changed since. The article I pointed you to applied to release 3.2 onwards. Not 3.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your error suggests that it is trying to use THISISMYDOMAIN.COM:389 as ldap.authentication.java.naming.provider.url. Check for duplicate settings of this property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or perhaps there is some kind of federation / load balancing going on between ldap://10.10.3.51:389 and THISISMYDOMAIN.COM:389 ? Make sure that THISISMYDOMAIN.COM actually resolves on the alfresco host, e.g. by adding an entry to C:\Windows\System32\drivers\etc\hosts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jul 2010 13:47:13 GMT</pubDate>
    <dc:creator>dward</dc:creator>
    <dc:date>2010-07-27T13:47:13Z</dc:date>
    <item>
      <title>LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230754#M183884</link>
      <description>Having a bit of an issue with my new alfresco install. I installed Alfresco 3.3g on Windows 2k3 and I am trying to sync and authenticate with AD. For past installs, I've always gone into ldap-ad-authentication.properties or created a changes.properties file and specified what server to point at for</description>
      <pubDate>Fri, 23 Jul 2010 14:13:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230754#M183884</guid>
      <dc:creator>warlockvix</dc:creator>
      <dc:date>2010-07-23T14:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230755#M183885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should NEVER edit any of the configuration files under WEB-INF/classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your own configuration lives under $TOMCAT_HOME/shared/classes/alfresco/extension&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your subsystem override configuration lives under $TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/ldap1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(assuming that you have ldap1:ldap-ad in your authentication chain).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Configuring_Subsystems" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Configuring_Subsystems&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 15:01:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230755#M183885</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-07-23T15:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230756#M183886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply, however it isn't my editing of ldap-ad-authentication.properties that is causing this issue. I edit the files under WEB-INF/classes when I notice something isn't being read by my own configuration files. Yes, configurations aren't always read and yes, editing the files under WEB-INF/classes will work as long as you don't screw them up. I know why you shouldn't do it but I also know (from testing and experience) that if you edit the files carefully under WEB-INF/classes that Alfresco will run without any problems. Now on to my issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To appease your post, I removed Alfresco and completely reinstalled using only my configuration files. So a new install and I'm configuring Alfresco to use "authentication.chain=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,ldap-ad1:ldap-ad" and CIFS. Which means I've created a changes.properties for files server, passthru and ldap-ad1. Again, same issue. The ldap-ad1 is still returning "Caused by: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: &lt;/SPAN&gt;&lt;STRONG&gt;THISISMYDOMAIN.COM:389&lt;/STRONG&gt;&lt;SPAN&gt; [Root exception is java.net.ConnectException: Connection timed out: connect]]" and not using the IP address I have in the changes.properties file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can ping the IP of the LDAP server from the Alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can ping DNS name of the LDAP server from the Alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used the LDAP server DNS in my configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can telnet to the LDAP server from the Alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Alfresco server is part of the domain&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco is in a VM&amp;nbsp; - but then, I've always run Alfresco in a VM but I figure I'd mention it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So again I ask if anyone has any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ldap-ad1 changes.properties snippet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://10.10.3.51:389&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Passthru changes.properties snippet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.domain=THISISMYDOMAIN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.servers=THISISMYDOMAIN\\10.10.3.51&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 12:51:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230756#M183886</guid>
      <dc:creator>warlockvix</dc:creator>
      <dc:date>2010-07-26T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230757#M183887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please read &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Domain_level_properties" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Domain_level_properties&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You shouldn't set domain and servers at the same time. A more typical setting would be&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.domain=&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.servers=THISISMYDOMAIN\\10.10.3.51,10.10.3.51&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 17:49:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230757#M183887</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-07-26T17:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230758#M183888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I'm familiar with article because it was written for 3.2. And this is the same configuration I used with 3.0 and 3.2r. And while not typical, I have never received a LDAP timeout error because of the passthru configuration. However, I did make the change that you suggested and I am still receiving the same error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But judging by your comments, I am assuming no new LDAP configuration files have been introduced into Alfresco. Which means that either my install is bugged or something is wrong with the server. I'll download the install package and try a new install again. If that doesn't work, I'll reinstall the OS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 13:33:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230758#M183888</guid>
      <dc:creator>warlockvix</dc:creator>
      <dc:date>2010-07-27T13:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230759#M183889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The configuration changed in 3.2 and has not changed since. The article I pointed you to applied to release 3.2 onwards. Not 3.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your error suggests that it is trying to use THISISMYDOMAIN.COM:389 as ldap.authentication.java.naming.provider.url. Check for duplicate settings of this property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or perhaps there is some kind of federation / load balancing going on between ldap://10.10.3.51:389 and THISISMYDOMAIN.COM:389 ? Make sure that THISISMYDOMAIN.COM actually resolves on the alfresco host, e.g. by adding an entry to C:\Windows\System32\drivers\etc\hosts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 13:47:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230759#M183889</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2010-07-27T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230760#M183890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No duplication, no load balancing. Ok, "THISISMYDOMAIN.COM" is referring to the domain, not an actual host, server or PC. I used IP addresses in my configuration files when pointing to a differnet host, server or PC so I can try to figure out where "THISISMYDOMAIN.COM" is being pulled from. The Alfresco host is part of the domain and can authenticate with it. I've also removed the Alfresco host from the domain, deleted the account and rejoined the domain.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It wants to use "THISISMYDOMAIN.COM" as ldap.authentication.java.naming.provider.url but nowhere in my config files is "THISISMYDOMAIN.COM" even mentioned. Nor is THISISMYDOMAIN.COM pointing towards anything in my hosts file that might be overriding the IP address. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new install file has completed its download. I'll wipe the current install and reinstall using the new executable. If that doesn't resolve the issue, I'll reinstall Windows.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 14:24:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230760#M183890</guid>
      <dc:creator>warlockvix</dc:creator>
      <dc:date>2010-07-27T14:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230761#M183891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Reinstall of WIndows resolved the issue. Hasn't error'd in 2 days.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 12:15:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230761#M183891</guid>
      <dc:creator>warlockvix</dc:creator>
      <dc:date>2010-07-30T12:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230762#M183892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I experienced this problem with ldap synchronization, Alfresco was using the wrong url to connect to the ldap server.&amp;nbsp; I was using Java 1.6.0_22.&amp;nbsp; I updated to 1.6.0_27 and the problem was resolved.&amp;nbsp; Maybe its a bug in Java????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lucas Blancher&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BizXcel Inc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 22:01:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230762#M183892</guid>
      <dc:creator>lblancher</dc:creator>
      <dc:date>2011-08-30T22:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP not using specified configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230763#M183893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How u have&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;updated to 1.6.0_27 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:39:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-not-using-specified-configuration/m-p/230763#M183893</guid>
      <dc:creator>nileshyadav326</dc:creator>
      <dc:date>2017-11-07T18:39:52Z</dc:date>
    </item>
  </channel>
</rss>

