<?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: Your authentication data were not recognized. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/your-authentication-data-were-not-recognized/m-p/132974#M35830</link>
    <description>&lt;P&gt;Find the root cause in alfresco.log / catalina.out&lt;/P&gt;</description>
    <pubDate>Fri, 12 Nov 2021 08:35:12 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2021-11-12T08:35:12Z</dc:date>
    <item>
      <title>Your authentication data were not recognized.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/your-authentication-data-were-not-recognized/m-p/132973#M35829</link>
      <description>&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;I just configured the synchronization of my alfresco with my LDAP and still does not work. I see the users and groups but I can not access it gives me an error. Your authentication data has not been recognized. Could you help me I have Alfresco 7 on a centos 7 and connected to a mariadb 10 server.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alfresco1.jpg" style="width: 420px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1193i8336AC228C357973/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;dir.root=/usr/local/alfresco-community70/alf_data&lt;BR /&gt;dir.contentstore=${dir.root}/contentstore&lt;BR /&gt;dir.contentstore.deleted=${dir.root}/contentstore.deleted&lt;BR /&gt;dir.keystore=/usr/local/alfresco-community70/tomcat/shared/classes/alfresco/extension/keystore&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# URL Generation Parameters (The ${localname} token is replaced by the local server name)&lt;BR /&gt;#-------------&lt;BR /&gt;alfresco.context=alfresco&lt;BR /&gt;alfresco.host=${localname}&lt;BR /&gt;alfresco.port=8080&lt;BR /&gt;alfresco.protocol=http&lt;BR /&gt;share.context=share&lt;BR /&gt;share.host=${localname}&lt;BR /&gt;share.port=8080&lt;BR /&gt;share.protocol=http&lt;/P&gt;&lt;P&gt;### database connection properties ###&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=xxxxxx&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.host=10.10.10.30&lt;BR /&gt;db.port=3306&lt;BR /&gt;db.driver=com.mysql.jdbc.Driver&lt;BR /&gt;db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?useUnicode=yes&amp;amp;characterEncoding=UTF-8&lt;/P&gt;&lt;P&gt;# Note: your database must also be able to accept at least this many connections. Please see your database documentation for instructions on how to configure this.&lt;BR /&gt;db.pool.max=275&lt;BR /&gt;db.pool.validate.query=SELECT 1&lt;/P&gt;&lt;P&gt;# The server mode. Set value here&lt;BR /&gt;# UNKNOWN | TEST | BACKUP | PRODUCTION&lt;BR /&gt;system.serverMode=UNKNOWN&lt;/P&gt;&lt;P&gt;### RMI registry port for JMX ###&lt;BR /&gt;alfresco.rmi.services.port=50500&lt;/P&gt;&lt;P&gt;# Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on all adapters'.&lt;BR /&gt;# This allows connections to JMX both remotely and locally.&lt;BR /&gt;alfresco.rmi.services.host=0.0.0.0&lt;/P&gt;&lt;P&gt;### E-mail site invitation setting ###&lt;BR /&gt;notification.email.siteinvite=false&lt;/P&gt;&lt;P&gt;### License location ###&lt;BR /&gt;dir.license.external=/usr/local/alfresco-community70&lt;/P&gt;&lt;P&gt;### Allow extended ResultSet processing&lt;BR /&gt;security.anyDenyDenies=false&lt;/P&gt;&lt;P&gt;### Smart Folders Config Properties ###&lt;BR /&gt;smart.folders.enabled=false&lt;/P&gt;&lt;P&gt;### Remote JMX (Default: disabled) ###&lt;BR /&gt;alfresco.jmx.connector.enabled=false&lt;/P&gt;&lt;P&gt;## AMQ And Transformation services&lt;BR /&gt;localTransform.core-aio.url=&lt;A href="http://localhost:8090/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8090/&lt;/A&gt;&lt;BR /&gt;local.transform.service.enabled=true&lt;BR /&gt;messaging.broker.url=tcp://localhost:61616&lt;BR /&gt;messaging.subsystem.autoStart=true&lt;BR /&gt;#If you have setup username and password for AMQ, then set the below properties. In my case i have kept default admin/admin&lt;BR /&gt;messaging.broker.username=admin&lt;BR /&gt;messaging.broker.password=admin&lt;/P&gt;&lt;P&gt;################ Solr Search service configurations ###############&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Index Recovery Mode&lt;BR /&gt;#-------------&lt;BR /&gt;#index.recovery.mode=AUTO&lt;/P&gt;&lt;P&gt;# Set this property unless you have explicitly chosen to expose some repository APIs without authentication&lt;BR /&gt;solr.host=localhost&lt;BR /&gt;solr.port=8983&lt;BR /&gt;#none, https&lt;BR /&gt;solr.secureComms=none&lt;BR /&gt;solr.base.url=/solr&lt;BR /&gt;index.subsystem.name=solr6&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;### FTP Server Configuration ###&lt;BR /&gt;ftp.port=2121&lt;BR /&gt;ftp.enabled=true&lt;BR /&gt;ftp.server.enables=true&lt;/P&gt;&lt;P&gt;############### LDAP : Authentication ############&lt;BR /&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap-ad&lt;/P&gt;&lt;P&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.userNameFormat=cn=%s,ou=Empleados,dc=TDA&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://10.10.10.40:389&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=Administrator&lt;/P&gt;&lt;P&gt;create.missing.people=false&lt;/P&gt;&lt;P&gt;############### LDAP : Sincronizacion ############&lt;/P&gt;&lt;P&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.java.naming.security.authentication=simple&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=cn=alfresco,ou=CuentasAdministrativas,dc=PEPE&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=XXXXXX&lt;BR /&gt;ldap.synchronization.queryBatchSize=1000&lt;BR /&gt;ldap.synchronization.attributeBatchSize=1000&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ldap.synchronization.groupQuery=objectclass\=group&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(modifyTimestamp&amp;lt;\={0})))&lt;/P&gt;&lt;P&gt;ldap.synchronization.groupSearchBase=ou=ECM,ou=Aplicaciones,ou=Grupos,dc=PEPE&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(|(memberOf=cn\=ECM_ADMIN,ou=ECM,ou=Aplicaciones,ou=Grupos,dc=TDA)(memberOf=cn\=ECM_USERS,ou=ECM,ou=Aplicaciones,ou=Grupos,dc=PEPE)))&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(|(memberOf=cn\=ECM_ADMIN,ou=ECM,ou=Aplicaciones,ou=Grupos,dc=PEPE)(memberOf=cn\=ECM_USERS,ou=ECM,ou=Aplicaciones,ou=Grupos,dc=PEPE))(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.groupSearchBase=ou=ECM,ou=Aplicaciones,ou=Grupos,dc=PEPE&lt;BR /&gt;ldap.synchronization.userSearchBase=ou=Empleados,dc=PEPE&lt;/P&gt;&lt;P&gt;ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp&lt;BR /&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'.0Z'&lt;BR /&gt;ldap.synchronization.userIdAttributeName=sAMAccountName&lt;BR /&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;BR /&gt;ldap.synchronization.userLastNameAttributeName=sn&lt;BR /&gt;ldap.synchronization.userEmailAttributeName=mail&lt;BR /&gt;ldap.synchronization.userOrganizationalIdAttributeName=company&lt;BR /&gt;ldap.synchronization.defaultHomeFolderProvider=largeHomeFolderProvider&lt;BR /&gt;ldap.synchronization.groupIdAttributeName=cn&lt;BR /&gt;ldap.synchronization.groupDisplayNameAttributeName=displayName&lt;BR /&gt;ldap.synchronization.groupType=group&lt;BR /&gt;ldap.synchronization.personType=user&lt;BR /&gt;ldap.synchronization.groupMemberAttributeName=member&lt;BR /&gt;ldap.synchronization.enableProgressEstimation=true&lt;/P&gt;&lt;P&gt;synchronization.syncOnStartup=true&lt;BR /&gt;synchronization.import.cron=0 0 0 * * ?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 16:56:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/your-authentication-data-were-not-recognized/m-p/132973#M35829</guid>
      <dc:creator>JuanchoTdA</dc:creator>
      <dc:date>2021-11-11T16:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Your authentication data were not recognized.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/your-authentication-data-were-not-recognized/m-p/132974#M35830</link>
      <description>&lt;P&gt;Find the root cause in alfresco.log / catalina.out&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 08:35:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/your-authentication-data-were-not-recognized/m-p/132974#M35830</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-11-12T08:35:12Z</dc:date>
    </item>
  </channel>
</rss>

