<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michaël&#039;s coding thoughts &#187; WSS</title>
	<atom:link href="http://blog.hompus.nl/tag/wss/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hompus.nl</link>
	<description>Because I like to share knowledge</description>
	<lastBuildDate>Fri, 27 Aug 2010 12:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using the people picker over a one-way trust</title>
		<link>http://blog.hompus.nl/2010/06/01/using-the-people-picker-over-a-one-way-trust/</link>
		<comments>http://blog.hompus.nl/2010/06/01/using-the-people-picker-over-a-one-way-trust/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 14:04:56 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[People Picker]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Foundation]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/06/01/using-the-people-picker-over-a-one-way-trust/</guid>
		<description><![CDATA[When you have a SharePoint farm and you want to use accounts from another domain you need a partial (one-way) or a full (two-way) trust between those domain.

A full trust is not always desirable and there your problem begins. After setting up the one-way trust you can authenticate with an account from the trusted domain, but the SharePoint People Picker doesn't show any accounts from this domain. 

It has been documented by others before, but as I ran into this recently I'll give my summary how I fixed this.

This solution is the same for WSS 3.0/SharePoint 2007 as SharePoint 2010.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/06/01/using-the-people-picker-over-a-one-way-trust/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft extends support for WSS 3.0, SharePoint 2007 and Project Server SP1</title>
		<link>http://blog.hompus.nl/2010/03/24/microsoft-extends-support-for-wss-3-0-sharepoint-2007-and-project-server-sp1/</link>
		<comments>http://blog.hompus.nl/2010/03/24/microsoft-extends-support-for-wss-3-0-sharepoint-2007-and-project-server-sp1/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 16:44:40 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Project Server]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Project Server 2007]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/03/24/microsoft-extends-support-for-wss-3-0-sharepoint-2007-and-project-server-sp1/</guid>
		<description><![CDATA[Today the news broke Microsoft has extended the support for installations of Windows SharePoint Services 3.0 SP1, Microsoft Office SharePoint Server 2007 SP1 and Project Server 2007 SP1.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/03/24/microsoft-extends-support-for-wss-3-0-sharepoint-2007-and-project-server-sp1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prevent hardcoded SharePoint ID&#8217;s in your code</title>
		<link>http://blog.hompus.nl/2010/02/05/prevent-hardcoded-sharepoint-ids-in-your-code/</link>
		<comments>http://blog.hompus.nl/2010/02/05/prevent-hardcoded-sharepoint-ids-in-your-code/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:44:39 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[ContentType]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[User Profile]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/02/05/prevent-hardcoded-sharepoint-ids-in-your-code/</guid>
		<description><![CDATA[Now and again I come across code with hardcoded SharePoint ID&#8217;s in it. Or scary loops matching a field, list or property name. SharePoint provides some classes containing the out of the box ID&#8217;s, you only have to know they exist. I made an overview so nobody has to hardcode those pesky GUID&#8217;s, ContentTypeId&#8217;s or [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/02/05/prevent-hardcoded-sharepoint-ids-in-your-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WSS 3.0, SharePoint 2007 and Project Server SP1 support ends soon</title>
		<link>http://blog.hompus.nl/2010/01/11/wss-3-0-sharepoint-2007-and-project-server-sp1-support-ends-soon/</link>
		<comments>http://blog.hompus.nl/2010/01/11/wss-3-0-sharepoint-2007-and-project-server-sp1-support-ends-soon/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 16:26:39 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Project Server]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Project Server 2007]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[SP2]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/01/11/wss-3-0-sharepoint-2007-and-project-server-sp1-support-ends-soon/</guid>
		<description><![CDATA[Update March 24th, 2010: Microsoft extends support for WSS 3.0, SharePoint 2007 and Project Server SP1 &#160; Stefan Goßner reminds us of the fact that support for WSS 3.0 SP1, SharePoint 2007 SP1 and Project Server SP1 will soon end. Support ends when the next service pack is out for over a year. And SP2 [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/01/11/wss-3-0-sharepoint-2007-and-project-server-sp1-support-ends-soon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pitfall: Using the SiteData WS to get the SiteGuid</title>
		<link>http://blog.hompus.nl/2007/09/07/pitfall_using_the_sitedata_ws_to_get_the_siteguid/</link>
		<comments>http://blog.hompus.nl/2007/09/07/pitfall_using_the_sitedata_ws_to_get_the_siteguid/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 15:50:00 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Project Server]]></category>
		<category><![CDATA[Project Server 2007]]></category>
		<category><![CDATA[PSI]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://hompus.wordpress.com/2007/09/07/pitfall_using_the_sitedata_ws_to_get_the_siteguid/</guid>
		<description><![CDATA[When you want to use the PSI interface you need to have a PSContextInfo object. Inside a Project Server event this will be provided so you don&#8217;t need to worry about it&#8217;s contents (except when you want to impersonate as a different user). But outside the event you will need to create one from scratch. [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2007/09/07/pitfall_using_the_sitedata_ws_to_get_the_siteguid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Textbox &#8220;Process Accounts with Access to the SSP&#8221; doesn&#8217;t exist</title>
		<link>http://blog.hompus.nl/2007/09/04/textbox_process_accounts_with_access_to_the_ssp_doesnt_exist/</link>
		<comments>http://blog.hompus.nl/2007/09/04/textbox_process_accounts_with_access_to_the_ssp_doesnt_exist/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 14:23:00 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Project Server]]></category>
		<category><![CDATA[Project Server 2007]]></category>
		<category><![CDATA[SSP]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://hompus.wordpress.com/2007/09/04/textbox_process_accounts_with_access_to_the_ssp_doesnt_exist/</guid>
		<description><![CDATA[I had a lot of trouble using impersonation with the PSI webservices in Project Server 2007. I found some posts on the web suggesting that you need to add the account to the &#8220;Process Accounts with Access to the SSP&#8221; textbox, but guess what? That box was nowhere to find! I found one post in [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2007/09/04/textbox_process_accounts_with_access_to_the_ssp_doesnt_exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
