<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: InfoPath &#8211; Get user information without writing code (extended)</title>
	<atom:link href="http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/feed/" rel="self" type="application/rss+xml" />
	<link>http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/</link>
	<description>All About SharePoint, InfoPath, and SharePoint Designer!</description>
	<lastBuildDate>Thu, 26 Nov 2009 17:18:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Clayton Cobb</title>
		<link>http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/#comment-387</link>
		<dc:creator>Clayton Cobb</dc:creator>
		<pubDate>Wed, 25 Nov 2009 20:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://claytoncobb.wordpress.com/?p=57#comment-387</guid>
		<description>The name is Clay, and you&#039;re welcome!  :)</description>
		<content:encoded><![CDATA[<p>The name is Clay, and you&#8217;re welcome!  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagadish</title>
		<link>http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/#comment-386</link>
		<dc:creator>jagadish</dc:creator>
		<pubDate>Wed, 25 Nov 2009 20:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://claytoncobb.wordpress.com/?p=57#comment-386</guid>
		<description>Cobb,

I am your fan now :) ..
This blog helped me a lot. 
Thanks Again</description>
		<content:encoded><![CDATA[<p>Cobb,</p>
<p>I am your fan now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ..<br />
This blog helped me a lot.<br />
Thanks Again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton Cobb</title>
		<link>http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/#comment-385</link>
		<dc:creator>Clayton Cobb</dc:creator>
		<pubDate>Tue, 24 Nov 2009 22:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://claytoncobb.wordpress.com/?p=57#comment-385</guid>
		<description>Are these users not on the domain?  If they&#039;re on the same domain as SharePoint, then they shouldn&#039;t have to provide credentials at all.  Not wanting users to provide the domain should not lead to using Basic Authentication.  Have the ramifications been fully explained to the client? 

-Clay 

</description>
		<content:encoded><![CDATA[<p>Are these users not on the domain?  If they&#8217;re on the same domain as SharePoint, then they shouldn&#8217;t have to provide credentials at all.  Not wanting users to provide the domain should not lead to using Basic Authentication.  Have the ramifications been fully explained to the client? </p>
<p>-Clay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Amen</title>
		<link>http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/#comment-384</link>
		<dc:creator>Joseph Amen</dc:creator>
		<pubDate>Tue, 24 Nov 2009 22:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://claytoncobb.wordpress.com/?p=57#comment-384</guid>
		<description>Thanks Clayton, for your quick response! Believe me, I don&#039;t agree with this decision ether, sending the password in clear text is not safe. The client wants the users to login without having to specify their domain, and this is the only way that I know that can be accompished. I understand your instructions and will test out tomorrow and post the results. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks Clayton, for your quick response! Believe me, I don&#8217;t agree with this decision ether, sending the password in clear text is not safe. The client wants the users to login without having to specify their domain, and this is the only way that I know that can be accompished. I understand your instructions and will test out tomorrow and post the results. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton Cobb</title>
		<link>http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/#comment-383</link>
		<dc:creator>Clayton Cobb</dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://claytoncobb.wordpress.com/?p=57#comment-383</guid>
		<description>Joseph, I haven&#039;t ever messed with that before, because I never use Basic Authentication.  Why are you doing that with SharePoint?  It&#039;s not safe, so I assume it&#039;s a test environment or isolated environment?  Anyway, I do have an idea that might work.  After you create your data connection to the UserProfileService, be sure to convert it to a UDC so that it is saved in a Data Connection Library.  Then, you&#039;ll need to go manually edit that UDCX file in the DCL using Notepad or something.  In this file, you can modify the authentication settings, but I do not know if you can get it to work with Basic Authentication or not.  The idea may not work at all, because the User Profile Service will not prompt for credentials and needs to automatically pass the credentials of the logged-in user to see if that user has rights to access the web service.</description>
		<content:encoded><![CDATA[<p>Joseph, I haven&#8217;t ever messed with that before, because I never use Basic Authentication.  Why are you doing that with SharePoint?  It&#8217;s not safe, so I assume it&#8217;s a test environment or isolated environment?  Anyway, I do have an idea that might work.  After you create your data connection to the UserProfileService, be sure to convert it to a UDC so that it is saved in a Data Connection Library.  Then, you&#8217;ll need to go manually edit that UDCX file in the DCL using Notepad or something.  In this file, you can modify the authentication settings, but I do not know if you can get it to work with Basic Authentication or not.  The idea may not work at all, because the User Profile Service will not prompt for credentials and needs to automatically pass the credentials of the logged-in user to see if that user has rights to access the web service.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
