<?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: Sincronización Alfresco 4.2c + LDAP + SSO in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200946#M154076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lo cierto es que nunca he aplicado esta configuración mediante passthru, siempre la he realizado con Kerberos. También es cierto que nunca hemos experimentado los problemas que describes con Kerberos. Bajo mi punto de vista, parece que falta algún paso para configurar correctamente el SSO. Échale un vistazo a &lt;/SPAN&gt;&lt;A href="http://aegif-labo.blogspot.com.es/2013/10/ntlm-sso-with-alfresco-42-and-active.html" rel="nofollow noopener noreferrer"&gt;http://aegif-labo.blogspot.com.es/2013/10/ntlm-sso-with-alfresco-42-and-active.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suerte&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 07:02:12 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2014-08-13T07:02:12Z</dc:date>
    <item>
      <title>Sincronización Alfresco 4.2c + LDAP + SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200943#M154073</link>
      <description>Hola amigos, les hago una consulta. Tenemos instalado en un Ubuntu server 10 Alfresco 4.2c. Utilizamos para la autenticación un Active Directory y configurado a través de LDAP podemos loguearnos adecuadamente. El cliente quiere utilizar la característica de SSO, se lo hemos configurado y funciona pe</description>
      <pubDate>Mon, 11 Aug 2014 19:13:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200943#M154073</guid>
      <dc:creator>sebaelbig</dc:creator>
      <dc:date>2014-08-11T19:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sincronización Alfresco 4.2c + LDAP + SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200944#M154074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco no almacena contraseñas, se limita a pedir la autenticación al Active Directory. Si el SSO está bien integrado, entiendo que con kerberos, no debería rebotar la autenticación de usuario. ¿Alguna traza de error que pueda dar más pistas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 07:37:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200944#M154074</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2014-08-12T07:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sincronización Alfresco 4.2c + LDAP + SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200945#M154075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Angel gracias por tu respuesta. en mi alfresco-global.properties tengo:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;### LDAP&lt;BR /&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap-ad1:ldap-ad&lt;BR /&gt;&lt;BR /&gt;###NTML&lt;BR /&gt;ntlm.authentication.sso.enabled=true&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&lt;BR /&gt;&lt;BR /&gt;###LDAP AUTHENTICATION&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.active=false&lt;BR /&gt;ldap.authentication.userNameFormat=%s@….&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://….&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=—-&lt;BR /&gt;&lt;BR /&gt;###LDAP SYNCHRONIZATION&lt;BR /&gt;ldap.synchronization.active=false&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=…..&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=…&lt;BR /&gt;ldap.synchronization.personQuery=(objectCategory=Person)&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;BR /&gt;ldap.synchronization.userSearchBase=dc=…&lt;BR /&gt;ldap.synchronization.groupSearchBase=dc=…&lt;BR /&gt;&lt;BR /&gt;###Passthru ###&lt;BR /&gt;#&lt;BR /&gt;#to set the passthru.authentication.servers property, &lt;BR /&gt;#set passthru.authentication.domain to be empty and passthru.authentication.useLocalServer to be false.&lt;BR /&gt;#&lt;BR /&gt;passthru.authentication.servers=—\\192.168.24.2&lt;BR /&gt;passthru.authentication.domain=&lt;BR /&gt;passthru.authentication.useLocalServer=false&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;passthru.authentication.guestAccess=false&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=—&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;/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;Se autentica correctamente. Deberia probar con Kerberos? que diferencia hay con Passthru?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gracias!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 15:21:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200945#M154075</guid>
      <dc:creator>sebaelbig</dc:creator>
      <dc:date>2014-08-12T15:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sincronización Alfresco 4.2c + LDAP + SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200946#M154076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lo cierto es que nunca he aplicado esta configuración mediante passthru, siempre la he realizado con Kerberos. También es cierto que nunca hemos experimentado los problemas que describes con Kerberos. Bajo mi punto de vista, parece que falta algún paso para configurar correctamente el SSO. Échale un vistazo a &lt;/SPAN&gt;&lt;A href="http://aegif-labo.blogspot.com.es/2013/10/ntlm-sso-with-alfresco-42-and-active.html" rel="nofollow noopener noreferrer"&gt;http://aegif-labo.blogspot.com.es/2013/10/ntlm-sso-with-alfresco-42-and-active.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suerte&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 07:02:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sincronizaci%C3%B3n-alfresco-4-2c-ldap-sso/m-p/200946#M154076</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2014-08-13T07:02:12Z</dc:date>
    </item>
  </channel>
</rss>

