MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

People picker not recognizing membership provider

  Asked By: Michael Smith         Date: Aug 15, 2009      Category: MOSS      Views: 513
 

Setting: MOSS 2007 Enterprise, in the SSP site under Central Admin.

I'm trying to add a new user profile based on a recent FBA user that I added
to my standard (port 80) default site collection. However, when I go to Add
Profile and type the FBA username, it doesn't recognize it. I have already
added the membership provider goodness to the SSP web.config -- copied
directly from the other app so I know it's right -- but it won't light up.

Am I forgetting something?

Tagged:            

 

4 Answers Found

 
Answer #1       Answered By: Vinod Kumar          Answered On: Aug 15, 2009       

Is the user in the same domain? I recently had problems with the people picker,
but that was in a front end site. I couldn't add users from outside the OU of
the user I installed SP with.

 
Answer #2       Answered By: Jeffery Hayes          Answered On: Aug 15, 2009       

did you put this is webconfig ?

<PeoplePickerWildcards>
<clear />
<add key="FBA_AspNetSqlMembershipProvider" value="%" />
</PeoplePickerWildcards>

 
Answer #3       Answered By: Mohini Tiwari          Answered On: Aug 15, 2009       

Yup; the correct name for the provider and everything.

Still, the adding of FBA (on an extended app from the SSP) made the
difference. Bizarre.

 
Answer #4       Answered By: Natasha Bennett          Answered On: Aug 15, 2009       

Oddly enough, what finally made the difference was one of those "well, it
can't hurt" moves.

I extended the SSP web application and set up FBA on the new URL. From then
on, People Picker worked just fine for all users.

 
Didn't find what you were looking for? Find more on People picker not recognizing membership provider Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].