<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Arnold's wor(l)ds</title>
	<atom:link href="http://www.adaniels.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adaniels.nl</link>
	<description>It's all about me, mysql and Einstein.</description>
	<lastBuildDate>Tue, 23 Feb 2010 17:20:10 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simple Single Sign-On for PHP by Arnold Daniels</title>
		<link>http://www.adaniels.nl/articles/simple-single-sign-on-for-php/comment-page-2/#comment-214939</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=168#comment-214939</guid>
		<description>&lt;b&gt;&lt;em&gt;Jack&lt;/em&gt;&lt;/b&gt; I don&#039;t understand your last comment.

In the end you should be using your own SSO-server and SSO-brokers. The brokers are your websites which share their authentication. Based on the article and my previous comments you should be able to implement your own SSO solution.

&lt;i&gt;Please remember that this is not a help forum.&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p><b><em>Jack</em></b> I don&#8217;t understand your last comment.</p>
<p>In the end you should be using your own SSO-server and SSO-brokers. The brokers are your websites which share their authentication. Based on the article and my previous comments you should be able to implement your own SSO solution.</p>
<p><i>Please remember that this is not a help forum.</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Single Sign-On for PHP by Jack</title>
		<link>http://www.adaniels.nl/articles/simple-single-sign-on-for-php/comment-page-2/#comment-214936</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=168#comment-214936</guid>
		<description>Hi Aranold,

  Thanks for your advise. App is working fine and i integrate your code in my site and logged in my site of your broker login and after that i refresh your demo http://sso-alex.adaniels.nl/index.php its logging in with out log of again and if log out your demo site in mysite broker also logout. 
So i reached the single sign on or i need to do any thing else......
Kindly explain to finish the task....

Thanks
Jack</description>
		<content:encoded><![CDATA[<p>Hi Aranold,</p>
<p>  Thanks for your advise. App is working fine and i integrate your code in my site and logged in my site of your broker login and after that i refresh your demo <a href="http://sso-alex.adaniels.nl/index.php" rel="nofollow">http://sso-alex.adaniels.nl/index.php</a> its logging in with out log of again and if log out your demo site in mysite broker also logout.<br />
So i reached the single sign on or i need to do any thing else&#8230;&#8230;<br />
Kindly explain to finish the task&#8230;.</p>
<p>Thanks<br />
Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Single Sign-On for PHP by Arnold Daniels</title>
		<link>http://www.adaniels.nl/articles/simple-single-sign-on-for-php/comment-page-2/#comment-214924</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Tue, 23 Feb 2010 11:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=168#comment-214924</guid>
		<description>&lt;b&gt;&lt;em&gt;Jack&lt;/em&gt;&lt;/b&gt;: Some advise in advance, after each step, make sure that the app is working properly.

Line 1 to 10 from broker/index.php checks if a user is logged in. If that is not the case it redirects the client to login.php. If your site doesn&#039;t require a user to be logged in, you don&#039;t need it.</description>
		<content:encoded><![CDATA[<p><b><em>Jack</em></b>: Some advise in advance, after each step, make sure that the app is working properly.</p>
<p>Line 1 to 10 from broker/index.php checks if a user is logged in. If that is not the case it redirects the client to login.php. If your site doesn&#8217;t require a user to be logged in, you don&#8217;t need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Single Sign-On for PHP by Jack</title>
		<link>http://www.adaniels.nl/articles/simple-single-sign-on-for-php/comment-page-2/#comment-214922</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 23 Feb 2010 11:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=168#comment-214922</guid>
		<description>Hi Arnold,

   I have started to implement SSO in my www.test.com.
   1. I just down load and copy the your folder in to my test.com.
   2.I made changes that in server/sso.php for credential and get user info based on userName and password.
  3. you said Copy/paste line 1 to 10 from broker/index.php into your own site where i am going to copy the that 10 lines?
  4.i have copy that login screen in my own.

could you please help me to finish the task...


Thanks
Jack</description>
		<content:encoded><![CDATA[<p>Hi Arnold,</p>
<p>   I have started to implement SSO in my <a href="http://www.test.com" rel="nofollow">http://www.test.com</a>.<br />
   1. I just down load and copy the your folder in to my test.com.<br />
   2.I made changes that in server/sso.php for credential and get user info based on userName and password.<br />
  3. you said Copy/paste line 1 to 10 from broker/index.php into your own site where i am going to copy the that 10 lines?<br />
  4.i have copy that login screen in my own.</p>
<p>could you please help me to finish the task&#8230;</p>
<p>Thanks<br />
Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Single Sign-On for PHP by Jack</title>
		<link>http://www.adaniels.nl/articles/simple-single-sign-on-for-php/comment-page-2/#comment-214918</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=168#comment-214918</guid>
		<description>Hi Arnold Daniels,

 Thanks for your help.I follow the what your mention.
 If any doubts kindly help me.

Thanks
Jack</description>
		<content:encoded><![CDATA[<p>Hi Arnold Daniels,</p>
<p> Thanks for your help.I follow the what your mention.<br />
 If any doubts kindly help me.</p>
<p>Thanks<br />
Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl like temporary variables in PHP by Antje Schipmann</title>
		<link>http://www.adaniels.nl/articles/temporary-variable/comment-page-1/#comment-214887</link>
		<dc:creator>Antje Schipmann</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=58#comment-214887</guid>
		<description>I found this website by mistake, but you sure have a lot of useful PHP tips here. Great work Arnold! I&#039;m gonna look for your code

&lt;a title=&quot;
&quot; href=&quot;http://www.antjeschippmannsucks.com/&quot;&gt;Antje Schippmann&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I found this website by mistake, but you sure have a lot of useful PHP tips here. Great work Arnold! I&#8217;m gonna look for your code</p>
<p><a title="<br />
" href="http://www.antjeschippmannsucks.com/">Antje Schippmann</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I PHP: Using defaults for input arguments by Antje Schipmann</title>
		<link>http://www.adaniels.nl/articles/how-i-php-using-defaults-for-input-arguments/comment-page-1/#comment-214885</link>
		<dc:creator>Antje Schipmann</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=86#comment-214885</guid>
		<description>great tip. 
Thanks mate.

&lt;a title=&quot;
&quot;&gt;</description>
		<content:encoded><![CDATA[<p>great tip.<br />
Thanks mate.</p>
<p><a title="<br />
"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Single Sign-On for PHP by Arnold Daniels</title>
		<link>http://www.adaniels.nl/articles/simple-single-sign-on-for-php/comment-page-2/#comment-214847</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Mon, 22 Feb 2010 11:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=168#comment-214847</guid>
		<description>Hi &lt;b&gt;&lt;em&gt;Jack &lt;/em&gt;&lt;/b&gt;,

This is about as step-by-step as it&#039;s going to get here. Make sure you read the article carfully, so you understand the concept behind the code.

You might want to take 3 steps for implementing the SSO solution in your own site:
 1.) Download the code from GitHub and get it working, as is, on your server.
 2.) Replace &lt;a href=&quot;http://github.com/jasny/SSO/blob/master/server/sso.php#L140&quot; rel=&quot;nofollow&quot;&gt;line 140 of server/sso.php&lt;/a&gt; with a method that check the referentials against your database. Replace &lt;a href=&quot;http://github.com/jasny/SSO/blob/master/server/sso.php#L192&quot; rel=&quot;nofollow&quot;&gt;function info()&lt;/a&gt; to get the user info from the DB.
 3.) Copy/paste &lt;a href=&quot;http://github.com/jasny/SSO/blob/master/broker/index.php#L1 rel=&quot;nofollow&quot;&gt;line 1 to 10 from broker/index.php&lt;/a&gt; into your own site. Replace &lt;a href=&quot;http://github.com/jasny/SSO/blob/master/broker/login.php&quot; rel=&quot;nofollow&quot;&gt;broker/login.php&lt;/a&gt; with your own login screen.

&lt;i&gt;If you need more help, try one of the many PHP forums like &lt;a href=&quot;http://forums.devnetwork.net&quot; rel=&quot;nofollow&quot;&gt;http://forums.devnetwork.net&lt;/a&gt;&lt;/i&gt;

Good luck</description>
		<content:encoded><![CDATA[<p>Hi <b><em>Jack </em></b>,</p>
<p>This is about as step-by-step as it&#8217;s going to get here. Make sure you read the article carfully, so you understand the concept behind the code.</p>
<p>You might want to take 3 steps for implementing the SSO solution in your own site:<br />
 1.) Download the code from GitHub and get it working, as is, on your server.<br />
 2.) Replace <a href="http://github.com/jasny/SSO/blob/master/server/sso.php#L140" rel="nofollow">line 140 of server/sso.php</a> with a method that check the referentials against your database. Replace <a href="http://github.com/jasny/SSO/blob/master/server/sso.php#L192" rel="nofollow">function info()</a> to get the user info from the DB.<br />
 3.) Copy/paste <a href="http://github.com/jasny/SSO/blob/master/broker/index.php#L1 rel="nofollow">line 1 to 10 from broker/index.php</a> into your own site. Replace <a href="http://github.com/jasny/SSO/blob/master/broker/login.php" rel="nofollow">broker/login.php</a> with your own login screen.</p>
<p><i>If you need more help, try one of the many PHP forums like <a href="http://forums.devnetwork.net" rel="nofollow">http://forums.devnetwork.net</a></i></p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Single Sign-On for PHP by Jack</title>
		<link>http://www.adaniels.nl/articles/simple-single-sign-on-for-php/comment-page-2/#comment-214812</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 21 Feb 2010 07:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=168#comment-214812</guid>
		<description>Hi Arnold,

   How to implement the single sign in my site.
   give me proper explanation in step by step. i am new to this concept .
  Give proper response is appreciated.


Thank
Jack</description>
		<content:encoded><![CDATA[<p>Hi Arnold,</p>
<p>   How to implement the single sign in my site.<br />
   give me proper explanation in step by step. i am new to this concept .<br />
  Give proper response is appreciated.</p>
<p>Thank<br />
Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get a file extension by Nathan L Smith</title>
		<link>http://www.adaniels.nl/articles/how-to-get-a-file-extension/comment-page-1/#comment-214736</link>
		<dc:creator>Nathan L Smith</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=84#comment-214736</guid>
		<description>CommonJS:

From http://wiki.commonjs.org/wiki/Filesystem/A, works on Narwhal:

require(&quot;file&quot;).extension(fileName);</description>
		<content:encoded><![CDATA[<p>CommonJS:</p>
<p>From <a href="http://wiki.commonjs.org/wiki/Filesystem/A" rel="nofollow">http://wiki.commonjs.org/wiki/Filesystem/A</a>, works on Narwhal:</p>
<p>require(&#8221;file&#8221;).extension(fileName);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
