<?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: Error on authentication via LDAP-AD in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96439#M28310</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/83390"&gt;@Rituels&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great that you found a solution &amp;amp; thanks for updating us.&lt;/P&gt;
&lt;P&gt;Keep up the good work!&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2020 10:48:46 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-11-16T10:48:46Z</dc:date>
    <item>
      <title>Error on authentication via LDAP-AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96433#M28304</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I recently installed alfresco using the Loft Lux script here : &lt;A href="https://github.com/loftuxab/alfresco-ubuntu-install" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/loftuxab/alfresco-ubuntu-install&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There was absolutely no problem during the installation process and the service is running fine.&lt;/P&gt;&lt;P&gt;I now am trying to link it to an Active Directory using the official post on alfresco : &lt;A href="https://docs.alfresco.com/3.4/tasks/auth-example-oneldap-ad.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/3.4/tasks/auth-example-oneldap-ad.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I succeded in connecting to the active directory, as the users are created in the alfresco UI (checking with administrative tools on the admin panel). However, when i try to connect with them, using the password of the AD, i just can't.&lt;BR /&gt;I checked many times the creditentials, the parameters for the ldap connection but i don't see what i'm doing wrong.&lt;/P&gt;&lt;P&gt;Here is my config in alfresco-global.properties&lt;/P&gt;&lt;PRE&gt;### LDAP : Authentication ###
authentication.chain= alfinst:alfrescoNtlm,ldap1:ldap-ad 

ldap.authentication.active=true
ldap.authentication.allowGuestLogin=false
synchronization.syncOnStartup=true
synchronization.autoCreatePeopleOnLogin=true
synchronization.syncWhenMissingPeopleLogIn=true
ldap.authentication.java.naming.security.authentication=simple

ldap.authentication.userNameFormat=
# The URL to connect to the LDAP server 
ldap.authentication.java.naming.provider.url=ldap://myip:389
ldap.synchronization.java.naming.security.principal=administrator
ldap.synchronization.java.naming.security.credentials=mypassword
ldap.synchronization.groupSearchBase=ou=Groupes,ou=comp,dc=compagnie,dc=be

ldap.synchronization.userSearchBase=ou=Users,ou=comp,dc=compagnie,dc=be&lt;/PRE&gt;&lt;P&gt;Here is what my alfresco.log return as error :&lt;/P&gt;&lt;PRE&gt;2020-10-27 12:04:29,448 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-48] Exception from executeScript: 09270005 Wrapped Exception (with status template): A valid SecureContext was not provided in the RequestContext
org.springframework.extensions.webscripts.WebScriptException: 09270005 Wrapped Exception (with status template): A valid SecureContext was not provided in the RequestContext
	at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1138)
	at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)
	at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:519)
	at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:464)
	at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:587)
	at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:656)
	at org.alfresco.repo.web.scripts.RepositoryContainer.executeScriptInternal(RepositoryContainer.java:355)
	at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:308)
	at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:399)
	at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:210)
	at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:132)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.alfresco.module.aosmodule.service.ContextRootFilter.doFilter(ContextRootFilter.java:93)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:94)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:502)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1152)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1539)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1495)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
Caused by: net.sf.acegisecurity.AuthenticationCredentialsNotFoundException: A valid SecureContext was not provided in the RequestContext
	at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.credentialsNotFound(AbstractSecurityInterceptor.java:481)
	at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:359)
	at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:53)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:166)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
	at com.sun.proxy.$Proxy109.getUserNamesAreCaseSensitive(Unknown Source)
	at org.alfresco.repo.security.authentication.AuthenticationServiceImpl.getUserNamesAreCaseSensitive(AuthenticationServiceImpl.java:116)
	at org.alfresco.repo.security.authentication.AuthenticationServiceImpl.getProtectedUserKey(AuthenticationServiceImpl.java:216)
	at org.alfresco.repo.security.authentication.AuthenticationServiceImpl.isUserProtected(AuthenticationServiceImpl.java:167)
	at org.alfresco.repo.security.authentication.AuthenticationServiceImpl.authenticate(AuthenticationServiceImpl.java:129)
	at org.alfresco.repo.security.authentication.AbstractChainingAuthenticationService.authenticate(AbstractChainingAuthenticationService.java:202)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
	at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:53)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:166)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
	at com.sun.proxy.$Proxy75.authenticate(Unknown Source)
	at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:86)
	at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:79)
	at org.springframework.extensions.webscripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:235)&lt;/PRE&gt;&lt;P&gt;According to the log, it feels like i'm missing a parameter but i d'ont know which ... Is it possible that the AD authoryze the syncronization and not the authenticate ?&lt;/P&gt;&lt;P&gt;Thanks you very much for your time and help,&lt;BR /&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 11:58:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96433#M28304</guid>
      <dc:creator>Rituels</dc:creator>
      <dc:date>2020-10-27T11:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error on authentication via LDAP-AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96434#M28305</link>
      <description>&lt;P&gt;There is already one thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-community-5-2-edition-ldap-ad-configuration/td-p/60534" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-community-5-2-edition-ldap-ad-configuration/td-p/60534&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please, take a look a solution you might get the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 09:19:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96434#M28305</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2020-11-03T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error on authentication via LDAP-AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96435#M28306</link>
      <description>&lt;P&gt;Dear Kintu,&lt;BR /&gt;&lt;BR /&gt;In advance, thank you for taking time to respond.&lt;BR /&gt;&lt;BR /&gt;I already saw this post and i tried to apply the solution. This is actualy my current config. Unfortunately it doesn't seem to work.&lt;/P&gt;&lt;P&gt;Is it posible that my AD would block the authentication ? If so, how can i enable the Authentication ?&lt;/P&gt;&lt;P&gt;Do i need to ad my linux VM to the domain controller so my AD recognyze the system ?&lt;/P&gt;&lt;P&gt;Thanks you,&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 10:57:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96435#M28306</guid>
      <dc:creator>Rituels</dc:creator>
      <dc:date>2020-11-03T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error on authentication via LDAP-AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96436#M28307</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/83390"&gt;@Rituels&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just noted that you're referencing documenation from an older version of Alfresco Enterprise. The Loft Lux script installs Alfresco Community version 6.1, so you should look to use the appropriate version documentation if at all possible.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 16:34:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96436#M28307</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-11-04T16:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error on authentication via LDAP-AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96437#M28308</link>
      <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked into the alfresco community 6.1 doc, and it seems like the syntax for ldap-ad connection is exactlythe same.&lt;/P&gt;&lt;P&gt;When i look into my log, i get the following message showing my sync is active and working&lt;/P&gt;&lt;PRE&gt;2020-11-06 15:08:02,996 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
2020-11-06 15:08:03,111 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronizing users and groups with user registry 'ldap1'
2020-11-06 15:08:03,168 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Retrieving groups changed since Nov 3, 2020 3:05:58 PM from user registry 'ldap1'
2020-11-06 15:08:03,189 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=1 Group Analysis: Commencing batch of 0 entries
2020-11-06 15:08:03,190 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=1 Group Analysis: Completed batch of 0 entries
2020-11-06 15:08:03,195 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Retrieving users changed since Nov 4, 2020 4:53:06 PM from user registry 'ldap1'
2020-11-06 15:08:03,203 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Commencing batch of 1 entries
2020-11-06 15:08:03,247 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Processed 1 entries out of 1. 100% complete. Rate: 23 per second. 0 failures detected.
2020-11-06 15:08:03,247 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Completed batch of 1 entries
2020-11-06 15:08:03,273 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Finished synchronizing users and groups with user registry 'ldap1'
2020-11-06 15:08:03,273 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] 1 user(s) and 0 group(s) processed
2020-11-06 15:08:03,321 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete&lt;/PRE&gt;&lt;P&gt;And the folowing one shows authentication is getting started properly&lt;/P&gt;&lt;PRE&gt;2020-11-06 15:07:51,213 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfinst]
2020-11-06 15:07:51,421 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfinst] complete
2020-11-06 15:07:51,421 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, ldap1]
2020-11-06 15:07:51,506 WARN  [org.alfresco.repo.security.authentication.ldap.LDAPInitialDirContextFactoryImpl] [localhost-startStop-1] LDAP server supports anonymous bind ldap://my.ip.add:389
2020-11-06 15:07:51,542 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, ldap1] complete&lt;/PRE&gt;&lt;P&gt;However, while using the same creditential for authenticating test, as for sync, i get the folowing message&lt;/P&gt;&lt;PRE&gt;DEBUG [org.alfresco.repo.security.authentication.AbstractChainingAuthenticationService] [http-nio-8080-exec-35] authenticate test@ALFRESCO.internal with alfinst failed (try next in chain)
2020-11-06 14:26:32,030 DEBUG [org.alfresco.repo.security.authentication.AuthenticationUtil] [http-nio-8080-exec-35] Removing the current security information.
2020-11-06 14:26:32,030 DEBUG [org.alfresco.repo.security.authentication.AuthenticationUtil] [http-nio-8080-exec-35] Removing the current security information.
2020-11-06 14:26:32,032 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-35] Exception from executeScript: 10060003 Wrapped Exception (with status template): A valid SecureContext was not provided in the RequestContext
org.springframework.extensions.webscripts.WebScriptException: 10060003 Wrapped Exception (with status template): A valid SecureContext was not provided in the RequestContext
	at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1138)&lt;/PRE&gt;&lt;P&gt;Even though i know the creditential are good, the authentication system is up and running an my parameters should be ok, it is still not working.&lt;BR /&gt;&lt;BR /&gt;I truly searched everything on the forum and no one seems to have my issue, even though i did a standar installation.&lt;/P&gt;&lt;P&gt;Thank you for your time,&lt;/P&gt;&lt;P&gt;Simon.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 14:24:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96437#M28308</guid>
      <dc:creator>Rituels</dc:creator>
      <dc:date>2020-11-06T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error on authentication via LDAP-AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96438#M28309</link>
      <description>&lt;P&gt;I finaly found a way out. I decided to try to install alfresco community 6.2 with docker from official repository. After installing, i copied my settings from alfresco community 5.2 into the new alfresco and it instantly worked.&lt;BR /&gt;&lt;BR /&gt;Seems like it was something going wrong with the 5.2 and authentication.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 07:49:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96438#M28309</guid>
      <dc:creator>Rituels</dc:creator>
      <dc:date>2020-11-16T07:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error on authentication via LDAP-AD</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96439#M28310</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/83390"&gt;@Rituels&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great that you found a solution &amp;amp; thanks for updating us.&lt;/P&gt;
&lt;P&gt;Keep up the good work!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 10:48:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-on-authentication-via-ldap-ad/m-p/96439#M28310</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-11-16T10:48:46Z</dc:date>
    </item>
  </channel>
</rss>

