<?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 Can Alfresco use CAS? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157138#M111337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We use CAS for authentication.&amp;nbsp; It would be nice to be able to have CAS for authentication, instead of having to create all separate user ids.&amp;nbsp; Can this be done?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 23:27:50 GMT</pubDate>
    <dc:creator>klitwak</dc:creator>
    <dc:date>2008-02-11T23:27:50Z</dc:date>
    <item>
      <title>Can Alfresco use CAS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157138#M111337</link>
      <description>We use CAS for authentication.&amp;nbsp; It would be nice to be able to have CAS for authentication, instead of having to create all separate user ids.&amp;nbsp; Can this be done?&amp;nbsp;  Ken</description>
      <pubDate>Mon, 11 Feb 2008 23:27:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157138#M111337</guid>
      <dc:creator>klitwak</dc:creator>
      <dc:date>2008-02-11T23:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco use CAS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157139#M111338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes for the 'Web-client', but not for CIFS access.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 12:00:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157139#M111338</guid>
      <dc:creator>sacco</dc:creator>
      <dc:date>2008-02-12T12:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco use CAS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157140#M111339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes for the 'Web-client', but not for CIFS access.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm really new to this. What is the difference? Can you tell me where to find documentation for doing this?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 16:21:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157140#M111339</guid>
      <dc:creator>klitwak</dc:creator>
      <dc:date>2008-02-12T16:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco use CAS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157141#M111340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, for you to authenticate to the repository, your &lt;/SPAN&gt;&lt;EM&gt;client&lt;/EM&gt;&lt;SPAN&gt;, which could &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be a Web browser communicating over HTTP, Windows Explorer over CIFS, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;M$ Word via WebDAV, etc, must present your login credentials to the server &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in a form that it can verify against the information it holds.&amp;nbsp; There are various&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication&amp;nbsp; protocols to do this, and which of these is available &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;depends to some extent on the communication protocol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the case of the CIFS communication protocol, the only authentication &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;protocols available are the various versions of M$'s NTML and Microsoft's &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;variant of Kerberos (which is not quite standard, but tends to interoperate &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK except for the case of a M$ server with non-M$ clients).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now NTLM will send your server only an MD4 hash of the password to check &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which isn't provided for by CAS, so the only possibility of using use NTLM &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;against your existing user data would be to bypass CAS and go directly to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the system behind it, and this would be possible&amp;nbsp; only in the (unlikely) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;case that you could (and would be permitted to ) extract a plain-text &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;password from the backing system.&amp;nbsp; In any case, it wouldn't be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using CAS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only remaining alternative is to somehow make CAS have a front-end&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that looks like Kerberos to the client.&amp;nbsp;&amp;nbsp; I havent thought about this too &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hard, but it would certainly not be simple, and I suspect that if I did&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;think about it harder I would realise that it's actually impossible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It probably ought to be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are quite a few pages on the Wiki about this: these are probably the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;most generally useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Enterprise_Security_and_Authentication_Configuration#SSO_-_Kerberos" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Enterprise_Security_and_Authentication_Configuration#SSO_-_Kerberos&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Security_and_Authentication" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Security_and_Authentication&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use both the Web-client and CIFS, and also want to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;integrate with other systems, then the 'Recommended combination'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'SSO- Kerberos' is a good point to aim at, although it doesn't seem to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;work as documented quite yet in the Community releases.&amp;nbsp; Roll on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.2 (or even just a 2.2-nearly please)!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If CAS is more important to you than CIFS (or you're prpared to do your &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CIFS authentication against a different source from your Web-client), then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe it has been done - there might be something somewhere on these &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;forums.&amp;nbsp; One way to do it would be via the Acegi security components&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Acegi_Security" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Acegi_Security&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(CAS is available for Acegi - check the Acegi site).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately the Wiki appears to mark all 3 letter words as stop words,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so searching to see if anything about CAS (or XML , RPC …) has been &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;posted there is tricky!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 20:32:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157141#M111340</guid>
      <dc:creator>sacco</dc:creator>
      <dc:date>2008-02-12T20:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco use CAS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157142#M111341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the information.&amp;nbsp; So, if I want to use only a web client to allow for adding documents to the repository, searching the repository, and reading documents in the repository (this is all we want Alfresco for–no workflow, no editing by others, etc.), can I safely ignore everything said about CIFS?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 20:49:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157142#M111341</guid>
      <dc:creator>klitwak</dc:creator>
      <dc:date>2008-02-12T20:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco use CAS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157143#M111342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, and you should be able to use CAS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 20:50:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157143#M111342</guid>
      <dc:creator>sacco</dc:creator>
      <dc:date>2008-02-12T20:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can Alfresco use CAS?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157144#M111343</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;Do i need to relogin to use CIFS using CAS for web?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 09:43:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-alfresco-use-cas/m-p/157144#M111343</guid>
      <dc:creator>jarnaiz</dc:creator>
      <dc:date>2008-02-15T09:43:11Z</dc:date>
    </item>
  </channel>
</rss>

