views:

2

answers:

0

Here's a little background. I have a publishing SharePoint site set up that allows self-provisioning accounts. I'm using ADMembershipProvider, along with the LdapRoleProvider. When user's create an account, they are automatically added to a default AD group, which is already added to the built in Visitors SharePoint group. So once the user creates an account and logs in, he/she has access to the landing page.

We have some web parts that we set up to display only to certain user's in AD groups. With this, we chose to use audiences. After entering the AD group in the audience for the web part, it does not display even if the current user is assigned to that AD group. I found a blog post that explains exactly what is happening, but even after trying his suggestion, it still is not working.

LdapRoleProvider and Audience Targeting Bug

Has anyone had any success with this?