<?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 + StartTls in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-starttls/m-p/292136#M245266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With the LDP Windows command, I have seen that the connection is really in SSL, and a user have to authenticate itself with SASL. So, I check connexion to the server and user authentications with Apache Directory, openssl s_client, and with SSLPoke.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I succeed log LDAP user with this configuration :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I updated only these lines of ldap-ad-authentication.properties like this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldaps://SERVER.DOMAIN.local:636&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.principal=Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I remove the line I have added in Java options of the tomcat service&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the certificate in the C:\Alfresco\al_data\keystore\ssl.trustore with this command :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;C:\Alfresco\java\bin\keytool -import -storetype JCEKS -file C:\Users\al_semsamar\Documents\se-certificate.der -alias server.domain.se.local -keystore C:\Alfresco\alf_data\keystore\ssl.truststore&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and I restarted Alfresco, and it works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2015 20:31:47 GMT</pubDate>
    <dc:creator>nancygaillard</dc:creator>
    <dc:date>2015-08-05T20:31:47Z</dc:date>
    <item>
      <title>LDAP + StartTls</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-starttls/m-p/292134#M245264</link>
      <description>Hello,I am using Alfresco 4.2.e on Windows Server 2008 R2.I intent to configure LDAP authentication on Alfresco so that the users of my Windows AD could log on Alfresco.My problem is the use of a certificate with StartTls encryption method. Anybody of my AD can log on Alfresco, and I haven't found i</description>
      <pubDate>Tue, 21 Jul 2015 15:34:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-starttls/m-p/292134#M245264</guid>
      <dc:creator>nancygaillard</dc:creator>
      <dc:date>2015-07-21T15:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP + StartTls</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-starttls/m-p/292135#M245265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have downloaded Apache 2.2 and used it like a front-end proxy in HTTPS. I supposed that I could authenticate but I can't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the result is I can see the authentication page (in the first case too) but when I try to log in it provokes the same error…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does somebody know if it is normal I can't authenticate using a front-end Apache in HTTPS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#edit&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The certificate of Apache and the one of the LDAP are different.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:38:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-starttls/m-p/292135#M245265</guid>
      <dc:creator>nancygaillard</dc:creator>
      <dc:date>2015-07-28T13:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP + StartTls</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-starttls/m-p/292136#M245266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With the LDP Windows command, I have seen that the connection is really in SSL, and a user have to authenticate itself with SASL. So, I check connexion to the server and user authentications with Apache Directory, openssl s_client, and with SSLPoke.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I succeed log LDAP user with this configuration :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I updated only these lines of ldap-ad-authentication.properties like this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldaps://SERVER.DOMAIN.local:636&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.principal=Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I remove the line I have added in Java options of the tomcat service&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the certificate in the C:\Alfresco\al_data\keystore\ssl.trustore with this command :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;C:\Alfresco\java\bin\keytool -import -storetype JCEKS -file C:\Users\al_semsamar\Documents\se-certificate.der -alias server.domain.se.local -keystore C:\Alfresco\alf_data\keystore\ssl.truststore&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and I restarted Alfresco, and it works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 20:31:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-starttls/m-p/292136#M245266</guid>
      <dc:creator>nancygaillard</dc:creator>
      <dc:date>2015-08-05T20:31:47Z</dc:date>
    </item>
  </channel>
</rss>

