MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

FBA issues with SharePoint 2007

  Date: Oct 13, 2011      Category: MOSS      Views: 93
 

I have inherited a site that has both Windows Authentication and FBA enabled on
it via Intranet and Extranet zones. This is a MOSS 2007 environment. There are
currently some users already in the system that can access the site just fine.
I added a couple of new users using the sql server stored procedure and verify
that they are in the FBA database, which they are. I go to the extranet web
application through IIS and view the members in the .NET Users, and sure enough,
the new users are in there. I go to the SharePoint site that I want to add
these new users to and it can't find them. However, it does find previous users
that were added. I also try prefixing the name with the name of the provider,
but the new accounts that I had added don't show up, just the previous ones.
Any ideas why the People Picker cannot find these new user accounts?

Tagged:          

 

3 Answers Found

 
Answer #1       Answered On: Oct 13, 2011       

Is the web.config configured correctly:
social.msdn.microsoft.com/.../3cbfc\
c38-3a87-4542-963e-f35d1bad93b3/

 
Answer #2       Answered On: Oct 13, 2011       

Did you make sure the users were "Enabled" (ie the isApproved flag is set)
in the database? I don't think you can add them to the site if they aren't
flagged as enabled.

 
Answer #3       Answered On: Oct 13, 2011       

The IsApproved flag is set to 1...............

 
Didn't find what you were looking for? Find more on FBA issues with SharePoint 2007 Or get search suggestion and latest updates.


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