<?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: Filtering Active Directory Accounts from People Picker</title>
	<atom:link href="http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/feed/" rel="self" type="application/rss+xml" />
	<link>http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/</link>
	<description>Just another VSPUG - Virtual SharePoint User Group weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:45:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: William Langenhuizen</title>
		<link>http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/#comment-119</link>
		<dc:creator>William Langenhuizen</dc:creator>
		<pubDate>Thu, 11 Feb 2010 09:15:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-119</guid>
		<description>Hi Pankaj,

Which CU package did you installed?

I am running SP2 with nu CU&#039;s after that. Hopefully updating to the last CU will fix my problem.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Pankaj,</p>
<p>Which CU package did you installed?</p>
<p>I am running SP2 with nu CU&#8217;s after that. Hopefully updating to the last CU will fix my problem.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/#comment-91</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Wed, 02 Dec 2009 03:31:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-91</guid>
		<description>Hi again,
my suggestion is, start with a simple query and then go on adding other criteria..
e.g. start with (memberOf=cn=groupname,ou=OUName,ou=Groups,ou=OUName,dc=abc,dc=xyz,dc=grp) first.
and before you try this on command prompt using STSADM, try this in &quot;Active directory users and computers&quot; tool which comes with the &quot;Windows Server 2003 Administration Tools Pack&quot;. It&#039;s a free download from Microsoft. If your query works in that tool then you try it on STSADM because STSADM will ALWAYS take whatever you give to it, only PeoplePicker will fail while searching users and you will never know if the query is wrong or something else...
(now say &quot;thanks to Microsoft&quot;, quickly ).</description>
		<content:encoded><![CDATA[<p>Hi again,<br />
my suggestion is, start with a simple query and then go on adding other criteria..<br />
e.g. start with (memberOf=cn=groupname,ou=OUName,ou=Groups,ou=OUName,dc=abc,dc=xyz,dc=grp) first.<br />
and before you try this on command prompt using STSADM, try this in &#8220;Active directory users and computers&#8221; tool which comes with the &#8220;Windows Server 2003 Administration Tools Pack&#8221;. It&#8217;s a free download from Microsoft. If your query works in that tool then you try it on STSADM because STSADM will ALWAYS take whatever you give to it, only PeoplePicker will fail while searching users and you will never know if the query is wrong or something else&#8230;<br />
(now say &#8220;thanks to Microsoft&#8221;, quickly ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/#comment-90</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Wed, 02 Dec 2009 03:23:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-90</guid>
		<description>Hi Singh,
I think this has something to do with the hotfixes and service packs.
Even I tried it a lot till y&#039;day and this query never worked (just like yours).
Today I installed all cumulative hotfixes from MSFT and the query started working, a magic isn&#039;t it...???

Now the only issue is what about the nested users i.e. users inside an AD group which is inside this main AD group. SharePoint doesn&#039;t seem to understand the nested users so it doesn&#039;t find those users. But it will find the direct users inside the current AD group.
Even I am interested in knowing how to make SharePoint People-picker understand the nested users.

BTW, my query looks like this:-
(memberOf=CN=MyAdGroup,OU=Application Support Groups,OU=Group Directory,DC=Americas,DC=Microsoft,DC=Com)

I also found here http://msdn.microsoft.com/en-us/library/aa746475%28VS.85%29.aspx that there is something called LDAP_MATCHING_RULE_IN_CHAIN and I tried this as below but so far no go... :(

(memberOf:1.2.840.113556.1.4.1941:=(CN=MyAdGroup,OU=Application Support Groups,OU=Group Directory,DC=Americas,DC=Microsoft,DC=Com))

Note: Replace Microsoft with your companies domain name.</description>
		<content:encoded><![CDATA[<p>Hi Singh,<br />
I think this has something to do with the hotfixes and service packs.<br />
Even I tried it a lot till y&#8217;day and this query never worked (just like yours).<br />
Today I installed all cumulative hotfixes from MSFT and the query started working, a magic isn&#8217;t it&#8230;???</p>
<p>Now the only issue is what about the nested users i.e. users inside an AD group which is inside this main AD group. SharePoint doesn&#8217;t seem to understand the nested users so it doesn&#8217;t find those users. But it will find the direct users inside the current AD group.<br />
Even I am interested in knowing how to make SharePoint People-picker understand the nested users.</p>
<p>BTW, my query looks like this:-<br />
(memberOf=CN=MyAdGroup,OU=Application Support Groups,OU=Group Directory,DC=Americas,DC=Microsoft,DC=Com)</p>
<p>I also found here <a href="http://msdn.microsoft.com/en-us/library/aa746475%28VS.85%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa746475%28VS.85%29.aspx</a> that there is something called LDAP_MATCHING_RULE_IN_CHAIN and I tried this as below but so far no go&#8230; <img src='http://vspug.com/teameli/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>(memberOf:1.2.840.113556.1.4.1941:=(CN=MyAdGroup,OU=Application Support Groups,OU=Group Directory,DC=Americas,DC=Microsoft,DC=Com))</p>
<p>Note: Replace Microsoft with your companies domain name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Singh</title>
		<link>http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/#comment-12</link>
		<dc:creator>Singh</dc:creator>
		<pubDate>Tue, 15 Sep 2009 20:46:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-12</guid>
		<description>I checked again using stsadm -o getproperty -propertyname peoplepicker-searchadcustomfilter
and it says that Property Exists=&quot;Yes&quot; value=&quot;&lt;&amp;(objectCategory=person)(objectClass=user)(memberOf=cn=groupname,ou=OUName,ou=Groups,ou=OUName,dc=abc,dc=xyz,dc=grp))&quot;

but its not returning any user from that group.</description>
		<content:encoded><![CDATA[<p>I checked again using stsadm -o getproperty -propertyname peoplepicker-searchadcustomfilter<br />
and it says that Property Exists=&#8221;Yes&#8221; value=&#8221;&lt;&amp;(objectCategory=person)(objectClass=user)(memberOf=cn=groupname,ou=OUName,ou=Groups,ou=OUName,dc=abc,dc=xyz,dc=grp))&quot;</p>
<p>but its not returning any user from that group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Singh</title>
		<link>http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/#comment-11</link>
		<dc:creator>Singh</dc:creator>
		<pubDate>Tue, 15 Sep 2009 20:32:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-11</guid>
		<description>I got the operation completed message but that filter is not working. Actually the whole people picker is not working, it is not allowing any user even i am using a filter to allow users from a particular group. Is there anything else i was supposed to do. i checked with stsadm -o getproperty -propertyname peoplepicker-searchadcustomfilter  and it says 
What else do i need to do or how do remove this filter?
Thanks.</description>
		<content:encoded><![CDATA[<p>I got the operation completed message but that filter is not working. Actually the whole people picker is not working, it is not allowing any user even i am using a filter to allow users from a particular group. Is there anything else i was supposed to do. i checked with stsadm -o getproperty -propertyname peoplepicker-searchadcustomfilter  and it says<br />
What else do i need to do or how do remove this filter?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: south</title>
		<link>http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/#comment-6</link>
		<dc:creator>south</dc:creator>
		<pubDate>Thu, 10 Sep 2009 16:22:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-6</guid>
		<description>Thank you lol I&#039;ve been searching for this everywhere &gt;_&lt;</description>
		<content:encoded><![CDATA[<p>Thank you lol I&#8217;ve been searching for this everywhere &gt;_&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ka-fu</title>
		<link>http://vspug.com/teameli/2007/11/21/filtering-active-directory-accounts-from-people-picker/#comment-3</link>
		<dc:creator>ka-fu</dc:creator>
		<pubDate>Wed, 09 Sep 2009 16:22:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-3</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
