<?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: Kerberos ACS 6.2 Community in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87081#M26278</link>
    <description>&lt;P&gt;I am also seeing this. Did anyone ever resolve it?&lt;/P&gt;</description>
    <pubDate>Sat, 08 May 2021 18:38:09 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2021-05-08T18:38:09Z</dc:date>
    <item>
      <title>Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87071#M26268</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have a working Installation of ACS 6.1.2 Community with enabled Kerberos SSO.&lt;/P&gt;&lt;P&gt;When trying the same Configuration with ACS 6.2.0 GA, i am getting errors, as soon as i enable Kerberos SSO:&lt;/P&gt;&lt;PRE&gt;SEVERE: Servlet.service() for servlet [wcapiServlet] in context with path [/alfresco] threw exception
org.alfresco.rest.framework.core.exceptions.NotFoundException: 11060000 /create/alfresco/site-data/extensions/default-persisted-extension.xml was not found
	at org.alfresco.rest.api.PublicApiDeclarativeRegistry.findWebScript(PublicApiDeclarativeRegistry.java:250)
	at org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter.doFilter(BaseSSOAuthenticationFilter.java:204)
	at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy150.doFilter(Unknown Source)
	at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:89)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.alfresco.web.app.servlet.WebScriptSSOAuthenticationFilter.doFilter(WebScriptSSOAuthenticationFilter.java:124)
	at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy150.doFilter(Unknown Source)
	at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:89)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.alfresco.web.app.servlet.WebscriptCookieAuthenticationFilter.doFilter(WebscriptCookieAuthenticationFilter.java:77)
	at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:132)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy150.doFilter(Unknown Source)
	at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:89)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.alfresco.web.app.servlet.ClearSecurityContextFilter.doFilter(ClearSecurityContextFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1458)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:834)

Dec 06, 2019 1:17:02 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [wcapiServlet] in context with path [/alfresco] threw exception
org.alfresco.rest.framework.core.exceptions.NotFoundException: 11060001 /create/alfresco/site-data/module-deployments/Aikau 1.0.101.19 Config Module.xml was not found
	at org.alfresco.rest.api.PublicApiDeclarativeRegistry.findWebScript(PublicApiDeclarativeRegistry.java:250)
	at org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter.doFilter(BaseSSOAuthenticationFilter.java:204)
	at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy150.doFilter(Unknown Source)
	at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:89)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.alfresco.web.app.servlet.WebScriptSSOAuthenticationFilter.doFilter(WebScriptSSOAuthenticationFilter.java:124)
	at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy150.doFilter(Unknown Source)
	at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:89)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.alfresco.web.app.servlet.WebscriptCookieAuthenticationFilter.doFilter(WebscriptCookieAuthenticationFilter.java:77)
	at jdk.internal.reflect.GeneratedMethodAccessor457.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:132)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy150.doFilter(Unknown Source)
	at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:89)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.alfresco.web.app.servlet.ClearSecurityContextFilter.doFilter(ClearSecurityContextFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1458)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:834)

&lt;/PRE&gt;&lt;P&gt;Does anybody know how i could track down the cause of this problem?&lt;/P&gt;&lt;P&gt;Any obvious hints whats going on here?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 12:33:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87071#M26268</guid>
      <dc:creator>maxodoble</dc:creator>
      <dc:date>2019-12-06T12:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87072#M26269</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm in the same situation when i try to map webdav folder in Windows (Alfresco AS Community 6.2)&lt;/P&gt;&lt;P&gt;Auth with Kerberos without SSO -&amp;gt; OK&lt;/P&gt;&lt;P&gt;Auth with Kerberos with SSO -&amp;gt; same logs (".... networks was not found")&lt;/P&gt;&lt;P&gt;If someone has a solution ...&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 00:44:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87072#M26269</guid>
      <dc:creator>netchaiev</dc:creator>
      <dc:date>2019-12-28T00:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87073#M26270</link>
      <description>&lt;P&gt;Tracing authentication process could help to understand the problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.2/concepts/auth-kerberos-debug.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/auth-kerberos-debug.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 06:18:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87073#M26270</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-12-28T06:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87074#M26271</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I'm facing a similar issue, could anyone find the solution?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steph&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:48:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87074#M26271</guid>
      <dc:creator>Steph76k</dc:creator>
      <dc:date>2020-03-11T11:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87075#M26272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80335"&gt;@Steph76k&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I've asked our engineers if there was any change in Kerberos implementation btn 6.1 &amp;amp; 6.2. I'll report back asap.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 10:44:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87075#M26272</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-03-12T10:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87076#M26273</link>
      <description>&lt;P&gt;I am getting the above mentioned error on ACS 6.2.0 enterprise with Kerberos authentication.&lt;/P&gt;&lt;P&gt;Additional lines I'm getting in the log after changing Kerberos logging level as fedorow recommends are:&lt;/P&gt;&lt;PRE&gt;2020-03-31 09:04:13,833  DEBUG [app.servlet.KerberosAuthenticationFilter] [localhost-startStop-1] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@4cc77c2e, name=log4j:logger=org.alfresco.web.app.servlet.KerberosAuthenticationFilter
2020-03-31 09:04:13,844  DEBUG [webdav.auth.KerberosAuthenticationFilter] [localhost-startStop-1] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@4cc77c2e, name=log4j:logger=org.alfresco.repo.webdav.auth.KerberosAuthenticationFilter&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Mar 2020 09:12:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87076#M26273</guid>
      <dc:creator>msheremeta</dc:creator>
      <dc:date>2020-03-31T09:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87077#M26274</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76950"&gt;@msheremeta&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;What does your&amp;nbsp;&lt;SPAN&gt;share-config-custom.xml configuration look like? Is it setup correctly for&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;Kerberos?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 14:20:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87077#M26274</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-03-31T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87078#M26275</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/52373"&gt;@maxodoble&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you find any solution to the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 02:05:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87078#M26275</guid>
      <dc:creator>phivuu-2</dc:creator>
      <dc:date>2020-06-03T02:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87079#M26276</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;same problem for me.&lt;/P&gt;&lt;P&gt;I'm using Alfresco Community 6.2 (201911 GA).&lt;/P&gt;&lt;P&gt;With Kerberos disabled I'm able to mount WebDAV as a Network Drive.&lt;/P&gt;&lt;P&gt;With Kerberos enabled mount doesn't work; the error message is: "The network name cannot be found".&lt;/P&gt;&lt;P&gt;Kerberos seems to be configured correctly: SSO in Chrome and IE works fine.&lt;/P&gt;&lt;P&gt;Note that all settings proposed in&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.2/concepts/auth-kerberos-clientconfig.html" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/auth-kerberos-clientconfig.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;under the section "Kerberos client configuration for WebDav" has also been applied.&lt;/P&gt;&lt;P&gt;Using &lt;A href="https://www.telerik.com/download/fiddler" target="_self" rel="nofollow noopener noreferrer"&gt;Fiddler&lt;/A&gt;&amp;nbsp;, with Kerberos enabled, I see many identical redirect:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Selection_370.png" style="width: 996px;"&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/378iF935A8CA05739DBF/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;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/6711"&gt;@fedorow&lt;/A&gt;&amp;nbsp;enabling debug logs doesn't print additional informations in Alfresco logs&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;any good news from Alfresco&amp;nbsp;&lt;SPAN&gt;engineers?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 10:27:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87079#M26276</guid>
      <dc:creator>luca_ow</dc:creator>
      <dc:date>2020-10-12T10:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87080#M26277</link>
      <description>&lt;P&gt;I just encountered the same Problem.&lt;/P&gt;&lt;P&gt;I also observed, that&amp;nbsp;&lt;SPAN&gt;enabling debug logs doesn't print any additional informations in Alfresco logs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;What did your engineers say?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 11:16:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87080#M26277</guid>
      <dc:creator>hajop</dc:creator>
      <dc:date>2021-02-03T11:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87081#M26278</link>
      <description>&lt;P&gt;I am also seeing this. Did anyone ever resolve it?&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 18:38:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87081#M26278</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2021-05-08T18:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87082#M26279</link>
      <description>&lt;P&gt;I &lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;just have the same problem after enabling Kerberos on a 6.2 CE. Any hints / solution?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 08:24:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87082#M26279</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2021-10-15T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87083#M26280</link>
      <description>&lt;PRE&gt;Caused by: KrbException: KDC cannot accommodate requested option (13)&lt;/PRE&gt;&lt;P&gt;is pointing me to &lt;A href="https://support.microsoft.com/en-us/topic/updates-to-tgt-delegation-across-incoming-trusts-in-windows-server-1a6632ac-1599-0a7c-550a-a754796c291e" target="_blank" rel="noopener nofollow noreferrer"&gt;Updates to TGT delegation across incoming trusts in Windows Server&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 15:44:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87083#M26280</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2021-10-18T15:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87084#M26281</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Did you finally manage to solve this?&lt;/P&gt;&lt;P&gt;I've been struggling with this for several ours thinking that something very strange was wrong with my config until I saw this post.&lt;/P&gt;&lt;P&gt;Do you know if at least Kerberos SSO is working ok in newer community versions?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 06:59:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87084#M26281</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2022-10-10T06:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87085#M26282</link>
      <description>&lt;P&gt;Hi Igor:&lt;/P&gt;&lt;P&gt;FYI, I did a recent setup (upgraded from Alfresco CE 5.2.g) to Alfresco Community 7.2.0, with Kerberos SSO working properly.&amp;nbsp; Nothing was specially different with respect to the previous version, maybe the security policies config that applies to Java 11.&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 10:53:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87085#M26282</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2022-10-10T10:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos ACS 6.2 Community</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87086#M26283</link>
      <description>&lt;P&gt;It is fixed in a later remote-api version, but there is no ready to go acs-community-packaging version (I know of) including a fixed remote-api/alfresco-community-repo version. Since some organisations don't want to upgrade to 7.x, we build our own acs-community-packaging version 6.2.2 including alfresco-community-repo version 7.199.328 which fixes the Kerberos/SSO webdav and wcs issue.&lt;/P&gt;&lt;P&gt;Alfresco version obfuscation: repo 7.199.328 corresponds to Alfresco release 6.2.2.24&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 07:17:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/kerberos-acs-6-2-community/m-p/87086#M26283</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2022-10-26T07:17:47Z</dc:date>
    </item>
  </channel>
</rss>

