<?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: Getting your &#8216;People Picker&#8217; to pick AD groups</title>
	<atom:link href="http://hristopavlov.wordpress.com/2008/07/01/getting-you-people-picker-to-pick-ad-groups/feed/" rel="self" type="application/rss+xml" />
	<link>http://hristopavlov.wordpress.com/2008/07/01/getting-you-people-picker-to-pick-ad-groups/</link>
	<description>The "Why" and "How" of SharePoint Development</description>
	<lastBuildDate>Wed, 28 Oct 2009 06:40:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adil</title>
		<link>http://hristopavlov.wordpress.com/2008/07/01/getting-you-people-picker-to-pick-ad-groups/#comment-303</link>
		<dc:creator>Adil</dc:creator>
		<pubDate>Tue, 24 Mar 2009 13:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://hristopavlov.wordpress.com/?p=35#comment-303</guid>
		<description>Hi Ishai,
I am greatly impressed by your posts. I have this problem of people picker. this is the prob in brief:

we initially had single server deployment with 8 web app on WSS 3.0.
due to load, we now moved them to a new farm with 3 servers with following configuration:
1. all having wss 3.0 SP1
2. all patched with search server express 2008
3. search and query bieng served by server3

also not worthy here is that due to budget constraint and stuff, we dint had load balancing so we are doing context switchin with
4 app on server1 and 4 app on server2..
each of this app is turned off in IIS in other server and each app has own IP and DNS.
so the NIC of each server has 4 IPs

backup restore happened like a charm. the expected context swithcing happens like a charm. but now people picker goes in infinite &quot;query bieng processed&quot; and never fetches anything

this problem has become a red flag as this the 4th day and i could find nothing that worked.</description>
		<content:encoded><![CDATA[<p>Hi Ishai,<br />
I am greatly impressed by your posts. I have this problem of people picker. this is the prob in brief:</p>
<p>we initially had single server deployment with 8 web app on WSS 3.0.<br />
due to load, we now moved them to a new farm with 3 servers with following configuration:<br />
1. all having wss 3.0 SP1<br />
2. all patched with search server express 2008<br />
3. search and query bieng served by server3</p>
<p>also not worthy here is that due to budget constraint and stuff, we dint had load balancing so we are doing context switchin with<br />
4 app on server1 and 4 app on server2..<br />
each of this app is turned off in IIS in other server and each app has own IP and DNS.<br />
so the NIC of each server has 4 IPs</p>
<p>backup restore happened like a charm. the expected context swithcing happens like a charm. but now people picker goes in infinite &#8220;query bieng processed&#8221; and never fetches anything</p>
<p>this problem has become a red flag as this the 4th day and i could find nothing that worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hristopavlov</title>
		<link>http://hristopavlov.wordpress.com/2008/07/01/getting-you-people-picker-to-pick-ad-groups/#comment-139</link>
		<dc:creator>hristopavlov</dc:creator>
		<pubDate>Thu, 21 Aug 2008 10:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://hristopavlov.wordpress.com/?p=35#comment-139</guid>
		<description>Hi Jeiku,

I assume that GetEmpNbr() is your custom method that connects to the AD to get some extra info about the user. There are various reasons why it may be failing. For example you haven&#039;t specified the correct domain name or organization unit, you haven&#039;t connected to the right AD server. 

I think that it is better if you ask this question in an AD specific group or try to search more about LDAP queries. I&#039;m assuming you are using LDAP.</description>
		<content:encoded><![CDATA[<p>Hi Jeiku,</p>
<p>I assume that GetEmpNbr() is your custom method that connects to the AD to get some extra info about the user. There are various reasons why it may be failing. For example you haven&#8217;t specified the correct domain name or organization unit, you haven&#8217;t connected to the right AD server. </p>
<p>I think that it is better if you ask this question in an AD specific group or try to search more about LDAP queries. I&#8217;m assuming you are using LDAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeiku</title>
		<link>http://hristopavlov.wordpress.com/2008/07/01/getting-you-people-picker-to-pick-ad-groups/#comment-138</link>
		<dc:creator>jeiku</dc:creator>
		<pubDate>Thu, 21 Aug 2008 08:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://hristopavlov.wordpress.com/?p=35#comment-138</guid>
		<description>hi, i would like to ask something about this people editor thing..

i used it in my webpart and seems doing fine. users can be seen from the people editor box. i have one method wherein I am getting the employee number based on the loginName of the user i selected from the people editor, the thing is, when i select the user from the peopleeditor, the user is there, but when the GetEmpNbr method is read, it throws an error &quot;User cannot be found.&quot;

do you know what might be causing the error?

also, isn&#039;t it that when you specify &quot;User&quot; in the  SelectionSet, it would get all AD Users, but why this time, I could select it from peopleeditor, but the AD could not find the user..

any thoughts on this?</description>
		<content:encoded><![CDATA[<p>hi, i would like to ask something about this people editor thing..</p>
<p>i used it in my webpart and seems doing fine. users can be seen from the people editor box. i have one method wherein I am getting the employee number based on the loginName of the user i selected from the people editor, the thing is, when i select the user from the peopleeditor, the user is there, but when the GetEmpNbr method is read, it throws an error &#8220;User cannot be found.&#8221;</p>
<p>do you know what might be causing the error?</p>
<p>also, isn&#8217;t it that when you specify &#8220;User&#8221; in the  SelectionSet, it would get all AD Users, but why this time, I could select it from peopleeditor, but the AD could not find the user..</p>
<p>any thoughts on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links (7/1/2008) &#171; Steve Pietrek - Everything SharePoint</title>
		<link>http://hristopavlov.wordpress.com/2008/07/01/getting-you-people-picker-to-pick-ad-groups/#comment-93</link>
		<dc:creator>Links (7/1/2008) &#171; Steve Pietrek - Everything SharePoint</dc:creator>
		<pubDate>Wed, 02 Jul 2008 01:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://hristopavlov.wordpress.com/?p=35#comment-93</guid>
		<description>[...] Getting you ‘People Picker’ to pick AD groups [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting you ‘People Picker’ to pick AD groups [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
