<?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: Switch from AD authentication to Alfresco authentication in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299182#M252312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would taking ChainingUserRegistrySynchronizer.updateAuthorityZones(String authorityName, Set&amp;lt;String&amp;gt; oldZones, final Set&amp;lt;String&amp;gt; newZones)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;be a good example for a starting point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for being a nuisance but this area is a bit of a mystery to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 12:44:00 GMT</pubDate>
    <dc:creator>kvadning</dc:creator>
    <dc:date>2016-06-15T12:44:00Z</dc:date>
    <item>
      <title>Switch from AD authentication to Alfresco authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299178#M252308</link>
      <description>Hello fellas.Is there a way to authenticate users that previously logged in using Active Directory credentials but now they need to authenticate with local Alfresco authentication?I've noticed that after disabling AD authentication globally, the users that logged in using AD, now appear as Inactive</description>
      <pubDate>Thu, 02 Jun 2016 06:26:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299178#M252308</guid>
      <dc:creator>jonvargas</dc:creator>
      <dc:date>2016-06-02T06:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from AD authentication to Alfresco authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299179#M252309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you need to "move" those synchronized users over to being "local" users. This includes moving them to the zone AUTH.ALF and creating an "authentication" via the MutableAuthenticationService. Unfortunatel, that process is not covered by any UI and usually requires some coding either in JavaScript Console or normal development.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 07:43:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299179#M252309</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-06-02T07:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from AD authentication to Alfresco authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299180#M252310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also facing the same issue where I want to "move" my AD users to local Alfresco. Could you please suggest a starting point for doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:19:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299180#M252310</guid>
      <dc:creator>kvadning</dc:creator>
      <dc:date>2016-06-09T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from AD authentication to Alfresco authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299181#M252311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I already did.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cite&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This includes moving them to the zone AUTH.ALF and creating an "authentication" via the MutableAuthenticationService.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/cite&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The AuthorityService provides operations to add/remove an authority to/from zones, and the mentioned MutableAuthenticationService provides the operation to create the necessary local user account ("authentication"). I also mentioned that you need to write custom code for this (the services mentioned are best accessed from Java code).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:32:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299181#M252311</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-06-09T10:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from AD authentication to Alfresco authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299182#M252312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would taking ChainingUserRegistrySynchronizer.updateAuthorityZones(String authorityName, Set&amp;lt;String&amp;gt; oldZones, final Set&amp;lt;String&amp;gt; newZones)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;be a good example for a starting point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for being a nuisance but this area is a bit of a mystery to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 12:44:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299182#M252312</guid>
      <dc:creator>kvadning</dc:creator>
      <dc:date>2016-06-15T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from AD authentication to Alfresco authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299183#M252313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that method can be used as a reference for this case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:47:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/switch-from-ad-authentication-to-alfresco-authentication/m-p/299183#M252313</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-06-15T15:47:47Z</dc:date>
    </item>
  </channel>
</rss>

