<?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: Problem share services alfresco when sso enabled in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17932#M7956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;what I have to do in my case&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;I had tried this configuration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="background-color: #ffffff; color: #727174;"&gt;&lt;STRONG&gt;share-config-custom.xml&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;config evaluator="string-compare" condition="Remote"&amp;gt;&lt;BR /&gt; &amp;lt;remote&amp;gt;&lt;BR /&gt; &amp;lt;connector&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfrescoHeader&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Connector&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Connects to an Alfresco instance using userHeader authentication&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;class&amp;gt;org.alfresco.web.site.servlet.SlingshotAlfrescoConnector&amp;lt;/class&amp;gt;&lt;BR /&gt; &amp;lt;userHeader&amp;gt;X-Alfresco-Remote-User&amp;lt;/userHeader&amp;gt;&lt;BR /&gt; &amp;lt;/connector&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco - user access&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Access to Alfresco Repository WebScripts that require user authentication&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt;&lt;BR /&gt; &amp;lt;endpoint-url&amp;gt;http://localhost:8084/alfresco/s&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco-api&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;parent-id&amp;gt;alfresco&amp;lt;/parent-id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Public API - user access&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Access to Alfresco Repository Public API that require user authentication.&lt;BR /&gt; This makes use of the authentication that is provided by parent 'alfresco' endpoint.&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt;&lt;BR /&gt; &amp;lt;endpoint-url&amp;gt;http://localhost:8084/alfresco/api&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco-feed&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;parent-id&amp;gt;alfresco&amp;lt;/parent-id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Feed&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet&amp;lt;/description&amp;gt; &lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt; &lt;BR /&gt; &amp;lt;endpoint-url&amp;gt;http://localhost:8084/alfresco/s&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt; &amp;lt;/remote&amp;gt;&lt;BR /&gt; &amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;alfresco-global.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;authentication.chain=external1:external,ldap1:ldap,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;&lt;BR /&gt;external.authentication.proxyUserName=&lt;BR /&gt;external.authentication.enabled=true&lt;BR /&gt;external.authentication.defaultAdministratorUserNames=admin&lt;BR /&gt;external.authentication.proxyHeader=X-Alfresco-Remote-User&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;### Ntlm ###&lt;BR /&gt;alfresco.authentication.allowGuestLogin=false&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&lt;BR /&gt;ntlm.authentication.sso.enabled=true&lt;BR /&gt;ntlm.authentication.mapUnknownUserToGuest=false&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this box always appear: when I enter the admin and the password, it reappear again.&lt;/P&gt;&lt;P&gt;what should I do?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;&lt;IMG __jive_id="14075" class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/14075_pastedImage_4.png" style="width: 620px; height: 257px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2017 08:51:37 GMT</pubDate>
    <dc:creator>yacinezr</dc:creator>
    <dc:date>2017-05-23T08:51:37Z</dc:date>
    <item>
      <title>Problem share services alfresco when sso enabled</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17929#M7953</link>
      <description>hello,I have a problem with CIFS configuration, I could successfully activate CIFS but I have a problem with share services when I&amp;nbsp;enable sso authentification.exactly on this ligne of the alfresco-global.properties&amp;nbsp;configurationntlm.authentication.sso.enabled=truewhen I set sso to false, I couldn't</description>
      <pubDate>Tue, 23 May 2017 07:48:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17929#M7953</guid>
      <dc:creator>yacinezr</dc:creator>
      <dc:date>2017-05-23T07:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem share services alfresco when sso enabled</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17930#M7954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to reconfigure most of the Remote endpoints in share-config-custom.xml to use the /wcs base URL and external authentication. One thing that you may have missed there is configuration of the "alfresco-api" endpoint to use external authentication (URL unchanged).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 08:21:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17930#M7954</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-05-23T08:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem share services alfresco when sso enabled</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17931#M7955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually used (if using cifs at all, I prefer connecting via WebDAV/aos over https)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;alfresco&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;authentication&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;authenticateCIFS&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;false&lt;/SPAN&gt;&lt;BR /&gt;ntlm&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;authentication&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;authenticateCIFS&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;false&lt;/SPAN&gt;&lt;BR /&gt;passthru&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;authentication&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;authenticateCIFS&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;true&lt;/SPAN&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;so sso is handled via ntlm, but cifs via passthru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing I sometimes left out in upgrading was the repository URL in share-config-custom.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;repository-url&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;http://myalfresco:Port/alfresco&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;repository-url&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;Like Axel said, there is a config section (usually commented out) in the sample config for external auth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps....&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 08:40:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17931#M7955</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-05-23T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem share services alfresco when sso enabled</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17932#M7956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;what I have to do in my case&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;I had tried this configuration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="background-color: #ffffff; color: #727174;"&gt;&lt;STRONG&gt;share-config-custom.xml&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;config evaluator="string-compare" condition="Remote"&amp;gt;&lt;BR /&gt; &amp;lt;remote&amp;gt;&lt;BR /&gt; &amp;lt;connector&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfrescoHeader&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Connector&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Connects to an Alfresco instance using userHeader authentication&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;class&amp;gt;org.alfresco.web.site.servlet.SlingshotAlfrescoConnector&amp;lt;/class&amp;gt;&lt;BR /&gt; &amp;lt;userHeader&amp;gt;X-Alfresco-Remote-User&amp;lt;/userHeader&amp;gt;&lt;BR /&gt; &amp;lt;/connector&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco - user access&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Access to Alfresco Repository WebScripts that require user authentication&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt;&lt;BR /&gt; &amp;lt;endpoint-url&amp;gt;http://localhost:8084/alfresco/s&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco-api&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;parent-id&amp;gt;alfresco&amp;lt;/parent-id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Public API - user access&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Access to Alfresco Repository Public API that require user authentication.&lt;BR /&gt; This makes use of the authentication that is provided by parent 'alfresco' endpoint.&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt;&lt;BR /&gt; &amp;lt;endpoint-url&amp;gt;http://localhost:8084/alfresco/api&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco-feed&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;parent-id&amp;gt;alfresco&amp;lt;/parent-id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Feed&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet&amp;lt;/description&amp;gt; &lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt; &lt;BR /&gt; &amp;lt;endpoint-url&amp;gt;http://localhost:8084/alfresco/s&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt; &amp;lt;/remote&amp;gt;&lt;BR /&gt; &amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;alfresco-global.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;authentication.chain=external1:external,ldap1:ldap,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;&lt;BR /&gt;external.authentication.proxyUserName=&lt;BR /&gt;external.authentication.enabled=true&lt;BR /&gt;external.authentication.defaultAdministratorUserNames=admin&lt;BR /&gt;external.authentication.proxyHeader=X-Alfresco-Remote-User&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;### Ntlm ###&lt;BR /&gt;alfresco.authentication.allowGuestLogin=false&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&lt;BR /&gt;ntlm.authentication.sso.enabled=true&lt;BR /&gt;ntlm.authentication.mapUnknownUserToGuest=false&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this box always appear: when I enter the admin and the password, it reappear again.&lt;/P&gt;&lt;P&gt;what should I do?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;&lt;IMG __jive_id="14075" class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/14075_pastedImage_4.png" style="width: 620px; height: 257px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 08:51:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17932#M7956</guid>
      <dc:creator>yacinezr</dc:creator>
      <dc:date>2017-05-23T08:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem share services alfresco when sso enabled</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17933#M7957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I can see you are using the HTTP Header entries, like X-Alfresco-Remote-User&lt;/P&gt;&lt;P&gt;Do you really have an authenticating proxy that's setting these header fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could describe your setup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 14:39:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17933#M7957</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-05-23T14:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem share services alfresco when sso enabled</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17934#M7958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;normal setup, nothing special. with admin&amp;nbsp;password =admin&lt;BR /&gt;I use 'windows 8.1' and 'alfresco-community-installer-201612-win-x64'&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really don't know&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt; X-Alfresco-Remote-User&lt;/SPAN&gt;&lt;BR /&gt;I followed this&amp;nbsp;&lt;A class="link-titled" href="https://issues.alfresco.com/jira/browse/ACE-5682" title="https://issues.alfresco.com/jira/browse/ACE-5682" rel="nofollow noopener noreferrer"&gt;[ACE-5682] Share displays the "Alfresco is running without Share Services.See your...." message when external authentica…&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;but I can't solve the problem &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 06:47:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17934#M7958</guid>
      <dc:creator>yacinezr</dc:creator>
      <dc:date>2017-05-24T06:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem share services alfresco when sso enabled</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17935#M7959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..ok.. External Authentication is relying on an external authentication proxy that sets the X-Alfresco-Remote-User http header - which is not your setup. You should use passthru authentication when connecting to a Windows Domain.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you want to synchronize/authenticate against a Windows Active Directory?&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap1:ldap-ad&lt;BR /&gt;&lt;BR /&gt;ntlm.authentication.sso.enable=false&lt;BR /&gt;ntlm.authentication.authenticateCIFS=false&lt;BR /&gt;#ntlm.authentication.mapUnknownUserToGuest=false&lt;BR /&gt;&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&lt;BR /&gt;#alfresco.authentication.allowGuestLogin=false&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.sso.enabled=false&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;passthru.authentication.useLocalServer=false&lt;BR /&gt;passthru.authentication.servers=YOUR_DOM\\YOUR_DC&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=YOUR_ADMIN‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe I still didn't understand what you want to achieve...&lt;/P&gt;&lt;P&gt;Using alfresco as a single user on your local computer would just work out of the box. You wouldn't have to configure anything. Just use the admin user you created during the install process to login, go to the admin console and create users as needed. These users will be known to alfresco only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 13:01:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-share-services-alfresco-when-sso-enabled/m-p/17935#M7959</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-05-24T13:01:29Z</dc:date>
    </item>
  </channel>
</rss>

