<?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't get passthru authentication work in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-passthru-authentication-work/m-p/307538#M260668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the link I download Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://svn.alfresco.com/repos/alfresco-open-mirror/services/jlan/trunk/" rel="nofollow noopener noreferrer"&gt;https://svn.alfresco.com/repos/alfresco-open-mirror/services/jlan/trunk/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco is built using ant and is run at commandline. Java 7, jdk1.7.0_79&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am really new to Alfresco. I have been trying to configure passthru authentication. I have searched Google, wiki, and forum. Still dead end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read an installation guide. At entry: 2.4.8.2 PassthruAuthenticator, there is an example configuration, I follow it and add more to adapt my case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;security&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authenticator&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;class&amp;gt; org.alfresco.jlan.server.auth.passthru.PassthruAuthenticator &amp;lt;/class&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Server&amp;gt;x.x.x.x&amp;lt;/Server&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mode&amp;gt;USER&amp;lt;/mode&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Domain&amp;gt;DEMO&amp;lt;/Domain&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authenticator&amp;gt;&lt;BR /&gt;&amp;lt;/security&amp;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;/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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already install an AD server on Windows server 2008 RC2. Jlan server is a member of the domain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to loggon from another computer, jlan server console tells that user does not exist when I already created 1 at AD server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I examine the jlanconfig.xml and I find out SMB uses "enterprise" authentication. Then I modify it as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;authenticator type="passthru"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mode&amp;gt;USER&amp;lt;\mode&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Server&amp;gt;x.x.x.x&amp;lt;/Server&amp;gt;&lt;BR /&gt;&amp;lt;\authenticator&amp;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;/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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I try to loggon again. It seems to work but it doesn't. Jlan server console keeps displaying:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open Authenticate Session to ….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthruID=….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Two stage logon ….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I run wireshark on AD server and see that no packet is coming from jlan server. This means that user send username and password to jlan server but jlan server does not send them to AD server to authenticate. I really have no idea what's going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I do more research on wiki, forum. People keep saying that we need to modify the "alfresco-global.properties" file. But I cannot find it anywhere on my jlan folder. Actually there is a file named: "jlan.properties". I try to modify it but it does not seem to affect jlan.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is deeply appreciated. Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 09:59:14 GMT</pubDate>
    <dc:creator>holmes164</dc:creator>
    <dc:date>2015-10-19T09:59:14Z</dc:date>
    <item>
      <title>Can't get passthru authentication work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-passthru-authentication-work/m-p/307538#M260668</link>
      <description>Here is the link I download Alfrescohttps://svn.alfresco.com/repos/alfresco-open-mirror/services/jlan/trunk/Alfresco is built using ant and is run at commandline. Java 7, jdk1.7.0_79I am really new to Alfresco. I have been trying to configure passthru authentication. I have searched Google, wiki, an</description>
      <pubDate>Mon, 19 Oct 2015 09:59:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-passthru-authentication-work/m-p/307538#M260668</guid>
      <dc:creator>holmes164</dc:creator>
      <dc:date>2015-10-19T09:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get passthru authentication work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-passthru-authentication-work/m-p/307539#M260669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you intend to use JLAN standalone or Alfresco?&amp;nbsp;&amp;nbsp;&amp;nbsp; Your comment "Alfresco is built" is confusing.&amp;nbsp;&amp;nbsp; No you havn't built alfresco,&amp;nbsp; you have built JLAN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's alfresco (or the JLAN embedded within alfresco) then the alfresco docs and config like alfresco-global.properties and the authentication subsystems will apply.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If JLAN standalone then the Jlan docs and config will apply. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 10:11:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-passthru-authentication-work/m-p/307539#M260669</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-10-19T10:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get passthru authentication work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-passthru-authentication-work/m-p/307540#M260670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for my confusion. I intend to use Jlan. Can you tell me how to determine which Jlan I am configuring: standalone or embedded. I guess the version I am using is standalone because there is no "alfresco-global.properties" file. The only doc for Jlan I could find is the jlan installation guide mentioned above. Can you show me more source of Jlan doc. Thank you very much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 02:00:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-passthru-authentication-work/m-p/307540#M260670</guid>
      <dc:creator>holmes164</dc:creator>
      <dc:date>2015-10-20T02:00:14Z</dc:date>
    </item>
  </channel>
</rss>

