<?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 on: wpCAS</title>
	<atom:link href="http://maisonbisson.com/projects/wpcas/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<pubDate>Fri, 09 Jan 2009 04:04:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Casey Bisson</title>
		<link>http://maisonbisson.com/projects/wpcas/#comment-250375</link>
		<dc:creator>Casey Bisson</dc:creator>
		<pubDate>Wed, 17 Dec 2008 04:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/?page_id=12381#comment-250375</guid>
		<description>@Alex: It's compatible with WordPress MU. Does that help?</description>
		<content:encoded><![CDATA[<p>@Alex: It&#8217;s compatible with WordPress MU. Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://maisonbisson.com/projects/wpcas/#comment-250289</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 16 Dec 2008 18:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/?page_id=12381#comment-250289</guid>
		<description>Hi Man,

Can we install multiblogs with your:  wpCAS plugin ?

With regards,

Alex</description>
		<content:encoded><![CDATA[<p>Hi Man,</p>
<p>Can we install multiblogs with your:  wpCAS plugin ?</p>
<p>With regards,</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Balzano</title>
		<link>http://maisonbisson.com/projects/wpcas/#comment-246162</link>
		<dc:creator>Luigi Balzano</dc:creator>
		<pubDate>Wed, 26 Nov 2008 08:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/?page_id=12381#comment-246162</guid>
		<description>Hi Casey, great work.
Let me suggest a little improvment. I've found that the "redirect" works better if you modify wpcas.php as follow:

			if ( $user = get_userdatabylogin( phpCAS::getUser())){ // user already exists
				// the CAS user has a WP account
				wp_set_auth_cookie( $user-&#62;ID );
				// Standard redirect
				if( isset( $_REQUEST['redirect_to'] )) {
					wp_safe_redirect( $_REQUEST['redirect_to'] );
					exit();
				}
				// Default redirect to the admin home page
				//wp_safe_redirect( admin_url() );
				wp_safe_redirect( '/wp-admin/' );
				exit();
			}else{

I hope this helps,
Luigi</description>
		<content:encoded><![CDATA[<p>Hi Casey, great work.<br />
Let me suggest a little improvment. I&#8217;ve found that the &#8220;redirect&#8221; works better if you modify wpcas.php as follow:</p>
<p>			if ( $user = get_userdatabylogin( phpCAS::getUser())){ // user already exists<br />
				// the CAS user has a WP account<br />
				wp_set_auth_cookie( $user-&gt;ID );<br />
				// Standard redirect<br />
				if( isset( $_REQUEST['redirect_to'] )) {<br />
					wp_safe_redirect( $_REQUEST['redirect_to'] );<br />
					exit();<br />
				}<br />
				// Default redirect to the admin home page<br />
				//wp_safe_redirect( admin_url() );<br />
				wp_safe_redirect( &#8216;/wp-admin/&#8217; );<br />
				exit();<br />
			}else{</p>
<p>I hope this helps,<br />
Luigi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey Bisson</title>
		<link>http://maisonbisson.com/projects/wpcas/#comment-242511</link>
		<dc:creator>Casey Bisson</dc:creator>
		<pubDate>Fri, 14 Nov 2008 17:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/?page_id=12381#comment-242511</guid>
		<description>@Paul H:

Your comment kicked me into gear and I just added an example that's basically what I use. It's now included with the download and SVN, you can browse it on Trac here:

http://plugins.trac.wordpress.org/browser/wpcas/trunk/provisioning_example.php

Glad you find it useful.</description>
		<content:encoded><![CDATA[<p>@Paul H:</p>
<p>Your comment kicked me into gear and I just added an example that&#8217;s basically what I use. It&#8217;s now included with the download and SVN, you can browse it on Trac here:</p>
<p><a href="http://plugins.trac.wordpress.org/browser/wpcas/trunk/provisioning_example.php" rel="nofollow">http://plugins.trac.wordpress.org/browser/wpcas/trunk/provisioning_example.php</a></p>
<p>Glad you find it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul H</title>
		<link>http://maisonbisson.com/projects/wpcas/#comment-242186</link>
		<dc:creator>Paul H</dc:creator>
		<pubDate>Thu, 13 Nov 2008 16:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/?page_id=12381#comment-242186</guid>
		<description>Hi Casey - great work on the plugin, got it working first time on a standalone WP installation and looking at implementing it across our some of our WMPU setup, but need to work a bit on managing users.  Have you got any examples of provisioning for new users (ie creating a new user in WP if they are authenticated on CAS) or maybe translating some authenticated users to a generic user (one already set up on WP?)</description>
		<content:encoded><![CDATA[<p>Hi Casey - great work on the plugin, got it working first time on a standalone WP installation and looking at implementing it across our some of our WMPU setup, but need to work a bit on managing users.  Have you got any examples of provisioning for new users (ie creating a new user in WP if they are authenticated on CAS) or maybe translating some authenticated users to a generic user (one already set up on WP?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>