<?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 Alfresco 3.4 y LDAP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158427#M112539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola a todos,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;estoy intentando logearme en alfresco contra mi servidor LDAP, pero estoy un poco confuso, en la wiki de alfresco me dice que hay que crearse un archivo en &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;$TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/ldap-authentication.properties&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Con las propiedades de la conexión, lo he probado y no me funciona.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;También he probado a poner la configuración en el archivo "alfresco-global.properties", como he leido en un blog, pero tampoco funciona.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ya no se si es problema que no pongo en el sitio correcto la configuración o es que los datos de esta son incorrectos (aunque para el resto de aplicaciones que usan este tipo de autorización funcionan correctamente).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ahí van los datos de configuración:&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;# This properties file brings together the common options for LDAP authentication rather than editing the bean definitions&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.synchronization.active=false&lt;BR /&gt;&lt;BR /&gt;# How to map the user id entered by the user to taht passed through to LDAP&lt;BR /&gt;# - simple&lt;BR /&gt;# - this must be a DN and would be something like&lt;BR /&gt;# CN=%s,DC=company,DC=com&lt;BR /&gt;# - digest&lt;BR /&gt;# - usually pass through what is entered&lt;BR /&gt;# %s&lt;BR /&gt;ldap.authentication.userNameFormat=dc=auth,dc=innoforma,dc=com&lt;BR /&gt;&lt;BR /&gt;# The LDAP context factory to use&lt;BR /&gt;#ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;&lt;BR /&gt;# The URL to connect to the LDAP server&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://auth.desarrollo:389&lt;BR /&gt;&lt;BR /&gt;# The authentication mechanism to use&lt;BR /&gt;#ldap.authentication.java.naming.security.authentication=DIGEST-MD5&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;&lt;BR /&gt;# The default principal to use (only used for LDAP sync)&lt;BR /&gt;ldap.authentication.java.naming.security.principal=cn=root,dc=auth,dc=innoforma,dc=com&lt;BR /&gt;&lt;BR /&gt;# The password for the default principal (only used for LDAP sync)&lt;BR /&gt;ldap.authentication.java.naming.security.credentials=*********&lt;BR /&gt;&lt;BR /&gt;# Escape commas entered by the user at bind time&lt;BR /&gt;# Useful when using simple authentication and the CN is part of the DN and contains commas&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;&lt;BR /&gt;# Escape commas entered by the user when setting the authenticated user&lt;BR /&gt;# Useful when using simple authentication and the CN is part of the DN and contains commas, and the escaped \, is&lt;BR /&gt;# pulled in as part of an LDAP sync&lt;BR /&gt;# If this option is set to true it will break the default home folder provider as space names can not contain \&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;/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;SPAN&gt;Alguna ayuda? Gracias de antemano!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jan 2011 14:09:11 GMT</pubDate>
    <dc:creator>david_6914</dc:creator>
    <dc:date>2011-01-07T14:09:11Z</dc:date>
    <item>
      <title>Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158427#M112539</link>
      <description>Hola a todos,estoy intentando logearme en alfresco contra mi servidor LDAP, pero estoy un poco confuso, en la wiki de alfresco me dice que hay que crearse un archivo en $TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/ldap-authentication.properties‍‍Con las propied</description>
      <pubDate>Fri, 07 Jan 2011 14:09:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158427#M112539</guid>
      <dc:creator>david_6914</dc:creator>
      <dc:date>2011-01-07T14:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158428#M112540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Buenas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;En el archivo ldap-authentication.properties debes poner la configuración relativa a tu ldap (cadena de conexión,etc..) y por otra parte en el alfresco-global.properties, en la linea authentication.chain debes añadir&lt;/SPAN&gt;&lt;STRONG&gt; ldap-ad1:ldap-ad&lt;/STRONG&gt;&lt;SPAN&gt;, similar a esto:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#&lt;BR /&gt;# The default authentication chain&lt;BR /&gt;# To configure external authentication subsystems see:&lt;BR /&gt;# &lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems&lt;/A&gt;&lt;BR /&gt;#————-&lt;BR /&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap-ad1:ldap-ad&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Si no haces esto, alfresco no reconocerá todo lo que hayas puesto en el&amp;nbsp; ldap-authentication.properties (subsystems\Authentication\ldap-ad\ldap-ad1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Prueba a ver si así te lo reconoce.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Un saludo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2011 13:41:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158428#M112540</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2011-01-09T13:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158429#M112541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Por fin lo conseguí, el problema es que ponia el dominio del servidor ldap y el dns no resolvia correctamente, puse la ip y todo funcionó.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gracias!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 15:02:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158429#M112541</guid>
      <dc:creator>david_6914</dc:creator>
      <dc:date>2011-01-17T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158430#M112542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola soy nuevo en el uso de alfresco y estoy tratando de integrarlo con mi servidor ldap, hasta ahora no lo he conseguido hacer, he modificado el archivo &lt;/SPAN&gt;&lt;STRONG&gt;ldap-authentication.properties&lt;/STRONG&gt;&lt;SPAN&gt; y el &lt;/SPAN&gt;&lt;STRONG&gt;alfresco-global.properties&lt;/STRONG&gt;&lt;SPAN&gt; pero cuando trato de iniciar sesion en el servidor de alfresco con alguno de los usuarios del ldap me da error, no siendo asi con los usuarios que le he creado al Alfresco. Agradeceria que de ser posible me dijeran la configuracion exacta que debe tener el archivo &lt;/SPAN&gt;&lt;STRONG&gt;ldap-authentication.properties&lt;/STRONG&gt;&lt;SPAN&gt; para que funcione la integracion, agradezco de antemano toda la ayuda que me puedan brindar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 19:47:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158430#M112542</guid>
      <dc:creator>tozino</dc:creator>
      <dc:date>2011-07-06T19:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158431#M112543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola a toda la comunidad en castellano, tengo una consulta que hacerles:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tengo una aplicacion cliente en java que se autentica a alfresco mediante webservices, el alfresco que tengo autentica mediante Active Directory, pero tengo un problema, mediante el explorer de alfresco si logra loguearse pero mediante mi aplicacion no, al revisar vi que los usuarios del AD no son importados a alfresco masivamente solo los importa cuando me autentico por primera vez&amp;nbsp; y recien ahi existe el usuario y mi aplicacion ya se puede loguear..entonces se me ocurrio dos cosas o importar todos los usuario del arbol del AD o mediante el ws de alfresco para java autenticarme al ldap configurado en alfresco?? alguien podria decirme cual es la mas factible y como implementarla..??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gracias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 19:16:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158431#M112543</guid>
      <dc:creator>czela</dc:creator>
      <dc:date>2011-11-14T19:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158432#M112544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Buenos días.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;La solución más inmediata que veo es que configures la sincronización de tu active directory, es decir que cuando arranques alfresco te traiga toooodos los usuarios a tu Alfresco, así ya estarán creados.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ojeate este &lt;/SPAN&gt;&lt;A href="http://www.anotherstrangerme.com/alfresco-3-3g-integration-with-active-directory-and-google-docs/" rel="nofollow noopener noreferrer"&gt;link&lt;/A&gt;&lt;SPAN&gt;, y mira el apartado que comienza por "For user synchronization to work we must configure…" que creo que viene bien explicado y puede servirte de orientación.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Un saludo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 07:19:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158432#M112544</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2011-11-15T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158433#M112545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gracias Cristina por la referencia pero ya lo habia intentado y me sale varias excepciones, sin embargo ya llegue a resolver el problema&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; . Adjunto los pasos y la configuracion :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- En muchos foros indican que hay que crear carpetas de subsistemas y configurar XML's, etc, esto sirve para ordenarlo con el fin de escalarlo, pero los casos mas comunes es sincronizarlo con un solo server de Active Directory y para ello solo se necesita configurar el alfresco-global.propeties ubicado en "alfresco/tomcat/shared/classes" de la siguiente forma y orden(todo lo que se cambia lo he diferenciado con "MI…."&amp;nbsp; y el dominio lo he llamado "DOMINIO.COM"):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### Sincronizacion con Active Directory ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap-ad1:ldap-ad&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer"&gt;ldap.authentication.userNameFormat=%s@DOMINIO.COM&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://MI_IP_SERVER:389&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.security.authentication=simple&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.escapeCommasInBind=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.escapeCommasInUid=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.defaultAdministratorUserNames=MI_USER_ADMIN_DE_ALFRESCO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.authentication=simple&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:ldap.synchronization.java.naming.security.principal=MI_USER_AD@DOMINIO.COM" rel="nofollow noopener noreferrer"&gt;ldap.synchronization.java.naming.security.principal=MI_USER_AD@DOMINIO.COM&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.credentials=MI_PASS_DEL_USER_AD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.queryBatchSize=1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.attributeBatchSize=1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupQuery=(objectclass=group)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass=group)(!(modifyTimestamp&amp;lt;={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(userAccountControl:1.2.840.113556.1.4.803:=512))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass=user)(userAccountControl:1.2.840.113556.1.4.803:=512)(!(modifyTimestamp&amp;lt;={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=dc=DOMINIO,dc=COM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=dc=DOMINIO,dc=COM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'.0Z'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userIdAttributeName=sAMAccountName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userLastNameAttributeName=sn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userEmailAttributeName=mail&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userOrganizationalIdAttributeName=MI_ORGANIZACION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupIdAttributeName=cn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDisplayNameAttributeName=displayName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupType=group&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personType=user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupMemberAttributeName=member&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.enableProgressEstimation=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### Job de Mantenimiento ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.import.cron=0 0 4 * * ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.synchronizeChangesOnly=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.syncOnStartup=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.syncWhenMissingPeopleLogIn=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.autoCreatePeopleOnLogin=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Y eso es todo, cabe resaltar que esto funciona con Active Directory (AD), ya con otro server LDAP algunas propiedades es diferente el valor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Espero les ayude, desde Peru.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carlos Zela Bueno&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 21:08:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158433#M112545</guid>
      <dc:creator>czela</dc:creator>
      <dc:date>2011-11-16T21:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158434#M112546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola a todos.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Estoy desarrollando un paquete de módulo de alfresco y necesito integrarlo con un servidor Ldap, alguien sabe como configurar alfresco 3.4 para que se integre con OpenLdap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gracias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 20:59:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158434#M112546</guid>
      <dc:creator>inalbis</dc:creator>
      <dc:date>2012-01-16T20:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4 y LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158435#M112547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Buenas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#OpenLDAP_Tips" rel="nofollow noopener noreferrer"&gt;Ojea esta entrada de la wiki&lt;/A&gt;&lt;SPAN&gt; inalbis y apúntate que la mayoría de las respuestas (sobre todo de configuración y "tuneo") están en la wiki&amp;nbsp; :wink: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Al menos tienes por donde empezar a configurar &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;¡Un saludo!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 08:01:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4-y-ldap/m-p/158435#M112547</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2012-01-17T08:01:17Z</dc:date>
    </item>
  </channel>
</rss>

