<?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 and CIFS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308355#M261485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Alfresco install was originally setup against Ntlm, and I was trying to use Kerosene for CIFS only for sake of not messing everything up at once.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying I am required to use Kerberos for HTTP if I want to use Kerberos for CIFS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Eddie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 19:18:06 GMT</pubDate>
    <dc:creator>eddies</dc:creator>
    <dc:date>2016-09-21T19:18:06Z</dc:date>
    <item>
      <title>Kerberos and CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308353#M261483</link>
      <description>Hello,&amp;nbsp;I am trying to get Kerberos authentication working against AD for CIFS support. I am currently running community 201605.Kerberos on the OS, (CentoOS 7) works fine. kinit will grab a key. &amp;nbsp;But it does not work in Alfresco.&amp;nbsp;No matter what I set the principal to be, a packet capture shows Alfres</description>
      <pubDate>Tue, 20 Sep 2016 22:09:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308353#M261483</guid>
      <dc:creator>eddies</dc:creator>
      <dc:date>2016-09-20T22:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos and CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308354#M261484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should also have an AlfrescoHTTP principal defined in the login config because the HTTP filter for Kerberos uses that during its initialisation. See &lt;A href="http://docs.alfresco.com/5.1/tasks/auth-kerberos-ADconfig.html" rel="nofollow noopener noreferrer"&gt;configuring Kerberos against AD&lt;/A&gt; in the documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 18:30:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308354#M261484</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-09-21T18:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos and CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308355#M261485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Alfresco install was originally setup against Ntlm, and I was trying to use Kerosene for CIFS only for sake of not messing everything up at once.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying I am required to use Kerberos for HTTP if I want to use Kerberos for CIFS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Eddie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 19:18:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308355#M261485</guid>
      <dc:creator>eddies</dc:creator>
      <dc:date>2016-09-21T19:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos and CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308356#M261486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are technically forced / required to allow Kerberos for HTTP if you want to use Kerberos for CIFS. Because authentication via HTTP is the primary use case while authentication for CIFS is an optional "bonus". But you can use the authentication chain and other configuration properties in such a way that Kerberos is used last for HTTP authentication (last in the chain) - so that it effectively may not be used at all. Kerberos being last in the chain does not prevent you from using it for CIFS authentication - you only need to make sure it is the only authentication system enabled for CIFS and you should be fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 19:28:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308356#M261486</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-09-21T19:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos and CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308357#M261487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, I wish I would have known that before. It would have saved me a lot of time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's working great now. Thanks.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 22:25:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/kerberos-and-cifs/m-p/308357#M261487</guid>
      <dc:creator>eddies</dc:creator>
      <dc:date>2016-09-23T22:25:11Z</dc:date>
    </item>
  </channel>
</rss>

