<?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 Labs 3c + external AD auth + SSO... Need some direction in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193785#M146915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG style="text-decoration: underline;"&gt;Alfresco Platform:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Alfresco Community Labs 3c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Red Hat Enterprise Linux 5.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; MySQL 5.0.45-community MySQL Community Edition (GPL) (NOTE: Came with RHEL 5.2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Tomcat 5.5.23 (comes with Alfresco)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Java 6 Update 11 (jdk1.6.0_11)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: underline;"&gt;End-user Workstations:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OS: Windows XP Professional (majority are 32bit, but also a few 64bit)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; User Authentication: Active Directory (Windows Server 2003 R2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: underline;"&gt;Background/Goal:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We have upwards of 250 users in our area that all authenticate using Active Directory. We do not want/need to manage a separate set of login/password combinations for Alfresco, separate from the current PC login via Active Directory. Also, we would like to configure single sign-on (SSO) for our users so that they never have to login to Alfresco for CIFS or the Web UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, in short, the end-goal is to have an Alfresco implementation where user authentication is performed against an external Active Directory server, and also have SSO for our users for both the CIFS and Web UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: underline;"&gt;Issues/Questions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like we can use the &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration" rel="nofollow noopener noreferrer"&gt;Configuring the CIFS and web servers for Kerberos/AD integration&lt;/A&gt;&lt;SPAN&gt; instructions to allow what we want for user authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what about groups defined within Alfresco? If users are externally-authenticated (this would mean that the users don't actually exist in Alfresco, right?) then how can I add each user to one or more Alfresco-defined groups which then give them the privileges I want them to have from within Alfresco? Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I approaching this right or is there a better way to accomplish what I want?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2008 14:29:39 GMT</pubDate>
    <dc:creator>meansartin14</dc:creator>
    <dc:date>2008-12-19T14:29:39Z</dc:date>
    <item>
      <title>Labs 3c + external AD auth + SSO... Need some direction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193785#M146915</link>
      <description>Alfresco Platform:&amp;nbsp;&amp;nbsp; Alfresco Community Labs 3c&amp;nbsp;&amp;nbsp; Red Hat Enterprise Linux 5.2&amp;nbsp;&amp;nbsp; MySQL 5.0.45-community MySQL Community Edition (GPL) (NOTE: Came with RHEL 5.2)&amp;nbsp;&amp;nbsp; Tomcat 5.5.23 (comes with Alfresco)&amp;nbsp;&amp;nbsp; Java 6 Update 11 (jdk1.6.0_11)End-user Workstations:&amp;nbsp;&amp;nbsp; OS: Windows XP Professional (majority are 32</description>
      <pubDate>Fri, 19 Dec 2008 14:29:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193785#M146915</guid>
      <dc:creator>meansartin14</dc:creator>
      <dc:date>2008-12-19T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Labs 3c + external AD auth + SSO... Need some direction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193786#M146916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;External authentication only externalizes… authentication. Users are still stored within Alfresco, just that their passwords aren't and Alfresco delegates authentication to an external source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, AFAICT, users are created in Alfresco only when they first log in. However, you can optionnally synchronize (import) your users' into Alfresco (along with their first/last name, email address, etc.) from your AD (see the ldap-synchronisation-context.xml.sample in tomcat/shared/classes/alfresco/extension).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, users will end up existing within Alfresco so you'll be able to add them to groups.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 15:27:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193786#M146916</guid>
      <dc:creator>t_broyer</dc:creator>
      <dc:date>2008-12-19T15:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Labs 3c + external AD auth + SSO... Need some direction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193787#M146917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;External authentication only externalizes… authentication. Users are still stored within Alfresco, just that their passwords aren't and Alfresco delegates authentication to an external source.&lt;BR /&gt;&lt;BR /&gt;Actually, AFAICT, users are created in Alfresco only when they first log in. However, you can optionnally synchronize (import) your users' into Alfresco (along with their first/last name, email address, etc.) from your AD (see the ldap-synchronisation-context.xml.sample in tomcat/shared/classes/alfresco/extension).&lt;BR /&gt;&lt;BR /&gt;Anyway, users will end up existing within Alfresco so you'll be able to add them to groups.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Excellent. As soon as I get the System Admins to apply steps 1 through 8 of &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration" rel="nofollow noopener noreferrer"&gt;Configuring the CIFS and web servers for Kerberos/AD integration&lt;/A&gt;&lt;SPAN&gt;, I will proceed with steps 9 through 11 and give it a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will also go take a look at the ldap-synchronisation-context.xml.sample file to see if it'd be an easy import of the rest of the information. Does this require any further configuration on the Alfresco server (e.g. LDAP)? I do not have (and would prefer not to have) LDAP configured to operate on the Alfresco server currently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the help!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 16:14:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193787#M146917</guid>
      <dc:creator>meansartin14</dc:creator>
      <dc:date>2008-12-19T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Labs 3c + external AD auth + SSO... Need some direction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193788#M146918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I now have external AD authentication for Alfresco active and functioning properly for the Web interface! Thank you very much for the help!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CIFS is still behaving properly, but I'm fairly certain this is not due to an Alfresco configuration/issue. (see my other thread, if you're interested: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=15888" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=15888&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;One thing I need to know: how do you login as "admin" when you're using external authentication?&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 17:43:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193788#M146918</guid>
      <dc:creator>meansartin14</dc:creator>
      <dc:date>2009-01-05T17:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Labs 3c + external AD auth + SSO... Need some direction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193789#M146919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To define admin users: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Configuring_NTLM#Enabling_NTLM_users" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Configuring_NTLM#Enabling_NTLM_users&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 00:05:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193789#M146919</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-01-06T00:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Labs 3c + external AD auth + SSO... Need some direction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193790#M146920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To define admin users: &lt;A href="http://wiki.alfresco.com/wiki/Configuring_NTLM#Enabling_NTLM_users" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Configuring_NTLM#Enabling_NTLM_users&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess well. I had already done that with my own username prior to seeing your post and it works perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you all very much. Thanks to your help, Alfresco is now authenticating via a remote Active Directory server for the Web Interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now if I can just get our Windows XP client PCs to allow the CIFS server to be mapped as a network drive… Anyone have any experience in that arena? Take a look at my other thread here, if so: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=15888" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=15888&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 14:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193790#M146920</guid>
      <dc:creator>meansartin14</dc:creator>
      <dc:date>2009-01-06T14:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Labs 3c + external AD auth + SSO... Need some direction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193791#M146921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have started a thread that I hope to eventually turn into a AlfrescoWiki page for how to configure Active Directory authentication for both CIFS and the Web Interface in Alfresco Labs 3c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see my thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=16242" rel="nofollow noopener noreferrer"&gt;[ERROR]Alfresco Engineers: CIFS auth does not work. Sugg?&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please come join in the discussion, or at least subscribe to the thread. I want to try to get everyone having these types of issues into the thread so that we can get a large collection of experiences and configurations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We &lt;/SPAN&gt;&lt;STRONG&gt;WILL&lt;/STRONG&gt;&lt;SPAN&gt; find the answer for how to enable Active Directory authentication with CIFS in Alfresco!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 20:35:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs-3c-external-ad-auth-sso-need-some-direction/m-p/193791#M146921</guid>
      <dc:creator>meansartin14</dc:creator>
      <dc:date>2009-01-13T20:35:10Z</dc:date>
    </item>
  </channel>
</rss>

