<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Verifying *real* usernames/passwords in Java with Shaj</title>
	<atom:link href="http://madbean.com/2005/mb2005-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://madbean.com/2005/mb2005-10/</link>
	<description>Your zero step program</description>
	<pubDate>Sat, 22 Nov 2008 07:49:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: spud</title>
		<link>http://madbean.com/2005/mb2005-10/#comment-339</link>
		<dc:creator>spud</dc:creator>
		<pubDate>Fri, 06 May 2005 00:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2005-10#comment-339</guid>
		<description>&lt;p&gt;Chirs, you definitely need to setup a PAM "service" and not pass in null as the first argument. See http://opensource.cenqua.com/shaj/api/com/cenqua/shaj/PAMAuthenticator.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Chirs, you definitely need to setup a PAM &#8220;service&#8221; and not pass in null as the first argument. See <a href="http://opensource.cenqua.com/shaj/api/com/cenqua/shaj/PAMAuthenticator.html" rel="nofollow">http://opensource.cenqua.com/shaj/api/com/cenqua/shaj/PAMAuthenticator.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://madbean.com/2005/mb2005-10/#comment-338</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 05 May 2005 21:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2005-10#comment-338</guid>
		<description>&lt;p&gt;Shaj does not seem to work for me.  I tried shaj.checkPassword(null, user, pw); on Mac OS X but it return false.  Any ideas? &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Shaj does not seem to work for me.  I tried shaj.checkPassword(null, user, pw); on Mac OS X but it return false.  Any ideas? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://madbean.com/2005/mb2005-10/#comment-324</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 01 May 2005 07:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2005-10#comment-324</guid>
		<description>&lt;p&gt;hi, i tried to use Shaj for a practice but it seems that it is not working right to check my local linux computer for proper username and password.&#60;br&#62;
Here is my code from test.java:&#60;br&#62;
&#60;pre&#62;
import com.cenqua.shaj.Shaj;&lt;/p&gt;

&lt;p&gt;public class test{
  public static void main(String[] args){
   boolean correctPassword = Shaj.checkPassword(null, &#34;john&#34;, &#34;test&#34;);
   if (correctPassword)
    System.out.println(&#34;Authorized User.&#34;);
   else
   System.out.println(&#34;Incorrect UserName/Password.&#34;);
  }
}//end of test&lt;/p&gt;

&lt;p&gt;&#60;/pre&#62;&lt;/p&gt;

&lt;p&gt;any ideas why it is not working?&#60;br&#62;
thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi, i tried to use Shaj for a practice but it seems that it is not working right to check my local linux computer for proper username and password.&lt;br&gt;<br />
Here is my code from test.java:&lt;br&gt;<br />
&lt;pre&gt;<br />
import com.cenqua.shaj.Shaj;</p>
<p>public class test{<br />
  public static void main(String[] args){<br />
   boolean correctPassword = Shaj.checkPassword(null, &quot;john&quot;, &quot;test&quot;);<br />
   if (correctPassword)<br />
    System.out.println(&quot;Authorized User.&quot;);<br />
   else<br />
   System.out.println(&quot;Incorrect UserName/Password.&quot;);<br />
  }<br />
}//end of test</p>
<p>&lt;/pre&gt;</p>
<p>any ideas why it is not working?&lt;br&gt;<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg Bolinger</title>
		<link>http://madbean.com/2005/mb2005-10/#comment-323</link>
		<dc:creator>Gregg Bolinger</dc:creator>
		<pubDate>Fri, 22 Apr 2005 14:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2005-10#comment-323</guid>
		<description>&lt;p&gt;This is a really nice package.  Works great, simple, and I can actually use it in a project.  Great work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is a really nice package.  Works great, simple, and I can actually use it in a project.  Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Coward</title>
		<link>http://madbean.com/2005/mb2005-10/#comment-322</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Fri, 22 Apr 2005 06:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2005-10#comment-322</guid>
		<description>&lt;p&gt;http://free.tagish.net/jaas/doc.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://free.tagish.net/jaas/doc.html" rel="nofollow">http://free.tagish.net/jaas/doc.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Quail</title>
		<link>http://madbean.com/2005/mb2005-10/#comment-321</link>
		<dc:creator>Matt Quail</dc:creator>
		<pubDate>Thu, 21 Apr 2005 09:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2005-10#comment-321</guid>
		<description>&lt;p&gt;&#62; Hmmm... isn't what Java Authentication and Authorization Service (JAAS) is supposedly doing?&lt;/p&gt;

&lt;p&gt;Nope. Or rather, JAAS provides not &#34;LoginModule&#34; for &#34;system authentication&#34;. But I intend to add a JAAS adapter to Shaj so you can plug the two together.&lt;/p&gt;

&lt;p&gt;(If JAAS &lt;em&gt;does&lt;/em&gt; do &#34;system authentication&#34;, can someone send me working code, because I could never get it to work.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&gt; Hmmm&#8230; isn&#8217;t what Java Authentication and Authorization Service (JAAS) is supposedly doing?</p>
<p>Nope. Or rather, JAAS provides not &quot;LoginModule&quot; for &quot;system authentication&quot;. But I intend to add a JAAS adapter to Shaj so you can plug the two together.</p>
<p>(If JAAS <em>does</em> do &quot;system authentication&quot;, can someone send me working code, because I could never get it to work.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PA</title>
		<link>http://madbean.com/2005/mb2005-10/#comment-320</link>
		<dc:creator>PA</dc:creator>
		<pubDate>Thu, 21 Apr 2005 09:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2005-10#comment-320</guid>
		<description>&lt;p&gt;Hmmm... isn't what Java Authentication and Authorization Service (JAAS) is supposedly doing?&lt;/p&gt;

&lt;p&gt;http://java.sun.com/products/jaas/
http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; isn&#8217;t what Java Authentication and Authorization Service (JAAS) is supposedly doing?</p>
<p><a href="http://java.sun.com/products/jaas/" rel="nofollow">http://java.sun.com/products/jaas/</a><br />
<a href="http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html" rel="nofollow">http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
