<?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: Help with SharePoint Audiencing</title>
	<atom:link href="http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/</link>
	<description>Comments and tips: We offer our experience in MOSS, technology oriented trends, security related topics and other timely and pertinent topics</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:04:57 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Tappan</title>
		<link>http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/comment-page-1/#comment-2849</link>
		<dc:creator>David Tappan</dc:creator>
		<pubDate>Fri, 08 Jan 2010 16:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cdhtalkstech.com/?p=222#comment-2849</guid>
		<description>OK, I didn&#039;t realize you were dealing with multiple forests; in that case, what you say is correct.  Putting AD groups in SharePoint groups is supported since WSS 3.0 SP2, so that&#039;s a good workaround. One issue with it is that you have to maintain this audience in every site collection separately, but you can automate this with PowerShell or some third party tools.  

If you are planning on consolidating the forests, you can also get around the problem by populating sIDHistory on the new users with the ADMT, and synchronizing passwords with the ILM Feature Pack or full-blown ILM.  Or another way to address the problem would be to use a forms-based authentication provider against AD LDS if you don&#039;t mind forms-based login.  You could sync userproxy objects from AD LDS from both forests and build your audiences based on that.  

So there are a lot of ways to crack this nut!

Good luck!

David</description>
		<content:encoded><![CDATA[<p>OK, I didn&#8217;t realize you were dealing with multiple forests; in that case, what you say is correct.  Putting AD groups in SharePoint groups is supported since WSS 3.0 SP2, so that&#8217;s a good workaround. One issue with it is that you have to maintain this audience in every site collection separately, but you can automate this with PowerShell or some third party tools.  </p>
<p>If you are planning on consolidating the forests, you can also get around the problem by populating sIDHistory on the new users with the ADMT, and synchronizing passwords with the ILM Feature Pack or full-blown ILM.  Or another way to address the problem would be to use a forms-based authentication provider against AD LDS if you don&#8217;t mind forms-based login.  You could sync userproxy objects from AD LDS from both forests and build your audiences based on that.  </p>
<p>So there are a lot of ways to crack this nut!</p>
<p>Good luck!</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/comment-page-1/#comment-2848</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cdhtalkstech.com/?p=222#comment-2848</guid>
		<description>Ok, if you have two seperate AD Forests, using Universal Groups will not help as you can&#039;t have members of a Universal Group from a different Forest.  Universal Groups can contain members of any domain in the SAME forest that the group resides.  Another thing that we&#039;ve found, if you are working with Global Audiences (built in the SSP), they are created based off of User Profiles in the SSP.  When Users are imported, they contain an attribute called &quot;MemberOF&quot;, which contains group membership in the same domain or same Forest (if targeting a GC).  It does NOT contain groups from other forests.  So....if you build an audience in the SSP and target an AD group, it will only pull in users that are from the same domain or forest as that AD group.


There is a way around this.  You have to use site level audiences and base them on a Sharepoint Group.  Inside this Sharepoint Group can be an AD group that contains members from multiple forests.  The audience will correctly bring in all users from every forest.  This is because site level audiences don&#039;t work based on the User Profiles.....they go out to AD directly so they are &quot;intelligent&quot; enough to navigate through multiple AD&#039;s.</description>
		<content:encoded><![CDATA[<p>Ok, if you have two seperate AD Forests, using Universal Groups will not help as you can&#8217;t have members of a Universal Group from a different Forest.  Universal Groups can contain members of any domain in the SAME forest that the group resides.  Another thing that we&#8217;ve found, if you are working with Global Audiences (built in the SSP), they are created based off of User Profiles in the SSP.  When Users are imported, they contain an attribute called &#8220;MemberOF&#8221;, which contains group membership in the same domain or same Forest (if targeting a GC).  It does NOT contain groups from other forests.  So&#8230;.if you build an audience in the SSP and target an AD group, it will only pull in users that are from the same domain or forest as that AD group.</p>
<p>There is a way around this.  You have to use site level audiences and base them on a Sharepoint Group.  Inside this Sharepoint Group can be an AD group that contains members from multiple forests.  The audience will correctly bring in all users from every forest.  This is because site level audiences don&#8217;t work based on the User Profiles&#8230;..they go out to AD directly so they are &#8220;intelligent&#8221; enough to navigate through multiple AD&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/comment-page-1/#comment-2847</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cdhtalkstech.com/?p=222#comment-2847</guid>
		<description>Ah, yes, that makes sense. How many AD sites do you have? How many users?  Do you have Exchange? Obviously a lot of things drive the global catalog placement decision--it look like this will have to be added in as a factor in your design process.   In general I do think it makes sense to have more than one GC.

Thanks for following up--you bring up a very good point! 

David</description>
		<content:encoded><![CDATA[<p>Ah, yes, that makes sense. How many AD sites do you have? How many users?  Do you have Exchange? Obviously a lot of things drive the global catalog placement decision&#8211;it look like this will have to be added in as a factor in your design process.   In general I do think it makes sense to have more than one GC.</p>
<p>Thanks for following up&#8211;you bring up a very good point! </p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/comment-page-1/#comment-2844</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 29 Dec 2009 14:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cdhtalkstech.com/?p=222#comment-2844</guid>
		<description>All internal firewalls are disabled.  Seems that you can only designate DC&#039;s in source&#039;s domain.  For example, my top level domain (domain.int) contains the Global Catalog for the forest, but my users are in a child domain (users.domain.int).  When I target the child domain for the profile import it&#039;s only seeing DC&#039;s in the users.domain.int domain and doesn&#039;t see the forest GC which is in the top level domain.  I&#039;ve double checked and DNS seems correct.  To test, I made the DC in the child domain a global catalog, then forced replication.  I then did a full profile import and recompiled my audience.  Wah lah, all users are there.  However, I won&#039;t always be able to do this in the real world.  I&#039;m speaking to Microsoft today about this issue to see their recommendation.  Will update after.</description>
		<content:encoded><![CDATA[<p>All internal firewalls are disabled.  Seems that you can only designate DC&#8217;s in source&#8217;s domain.  For example, my top level domain (domain.int) contains the Global Catalog for the forest, but my users are in a child domain (users.domain.int).  When I target the child domain for the profile import it&#8217;s only seeing DC&#8217;s in the users.domain.int domain and doesn&#8217;t see the forest GC which is in the top level domain.  I&#8217;ve double checked and DNS seems correct.  To test, I made the DC in the child domain a global catalog, then forced replication.  I then did a full profile import and recompiled my audience.  Wah lah, all users are there.  However, I won&#8217;t always be able to do this in the real world.  I&#8217;m speaking to Microsoft today about this issue to see their recommendation.  Will update after.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/comment-page-1/#comment-2842</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 27 Dec 2009 12:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cdhtalkstech.com/?p=222#comment-2842</guid>
		<description>Hi Justin,

You should see all domain controllers in your domain, including global catalog servers.  If you don&#039;t, there must be something wrong.  Perhaps your _msdcs entries are incorrect.  Perhaps you are blocking port 3268 (the GC LDAP port) is blocked between your GC and your SSP server.  I&#039;d investigate that kind of thing.</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>You should see all domain controllers in your domain, including global catalog servers.  If you don&#8217;t, there must be something wrong.  Perhaps your _msdcs entries are incorrect.  Perhaps you are blocking port 3268 (the GC LDAP port) is blocked between your GC and your SSP server.  I&#8217;d investigate that kind of thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/comment-page-1/#comment-2841</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 24 Dec 2009 17:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cdhtalkstech.com/?p=222#comment-2841</guid>
		<description>Awesome post.  I would like to use Universal Groups as the target of an audience.  However, I&#039;m not sure how to &quot;hard code the connection to a particular domain controller&quot;.  When I look in the custom connection settings on my profile import connection, I can designate a domain controller, but it&#039;s a drop down and I can&#039;t make it the global catalog server.</description>
		<content:encoded><![CDATA[<p>Awesome post.  I would like to use Universal Groups as the target of an audience.  However, I&#8217;m not sure how to &#8220;hard code the connection to a particular domain controller&#8221;.  When I look in the custom connection settings on my profile import connection, I can designate a domain controller, but it&#8217;s a drop down and I can&#8217;t make it the global catalog server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: René</title>
		<link>http://www.cdhtalkstech.com/2009/05/21/help-with-sharepoint-audiencing/comment-page-1/#comment-2214</link>
		<dc:creator>René</dc:creator>
		<pubDate>Wed, 15 Jul 2009 15:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cdhtalkstech.com/?p=222#comment-2214</guid>
		<description>Hi David,

thanks for sharing your experiences!

I think some of the restrictions you mentioned have recently been relieved by WSS 3.0  Service Pack 2. For example we can now put an AD-group into a SharePoint group and use this construction as a target audience. 

Using AD-groups that are nested into each other still don&#039;t seem to be accepted as a target audience, though.

Cheers
René</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>thanks for sharing your experiences!</p>
<p>I think some of the restrictions you mentioned have recently been relieved by WSS 3.0  Service Pack 2. For example we can now put an AD-group into a SharePoint group and use this construction as a target audience. </p>
<p>Using AD-groups that are nested into each other still don&#8217;t seem to be accepted as a target audience, though.</p>
<p>Cheers<br />
René</p>
]]></content:encoded>
	</item>
</channel>
</rss>
