Search Wiki:
Project Description
Microsoft Office SharePoint Server 2007 (MOSS 2007) Features, tools and utilities supporting Forms Based Authentication.

Here is where you'll find MOSS Features, tools and utilities that fill in the gaps the SharePoint product group left behind.


A configurator feature for MOSS is still under development while the basic user and role management has been released.

Any questions or if you want to be a part of this project email me.






Last edited Apr 25 2007 at 8:23 PM  by stacyDraper, version 5
Comments
chrismann wrote  May 3 2007 at 3:25 PM  
Thanks Stacy! I was about to start creating this functionality msyelf when I stumbled upon this project. I just wanted to point out a few things that I found confusing.

1. After activating and deploying the solution, the feature needs to be activated at the site level. It seemed to me like it should have been at the site collection level rather than at the site level.
2. In order to activate the feature, you need to be in Windows Authentication mode. When I tried activating the feature in FBA mode as a site collection administrator, I received Access Denied errors.

Thanks again!

fabrice69 wrote  Jul 17 2007 at 12:32 PM  
Hello Stacy,
Thank you for your component. I purpose it in my article on FBA and NTLM Authentication :
- http://www.asp-php.net/tutorial/asp.net/sharepoint-double-authentication.php
It's the component i imagine to use in the FBA case.
Have a good day.
Romelard Fabrice [MVP]

David_G wrote  Aug 30 2007 at 8:53 PM  
Thank you Stacy. It's a great feature! When do you expect the full release to be out?

foundit wrote  Sep 26 2007 at 11:32 AM  
Absolutely love it! Thanks heaps Stacy!

foundit wrote  Sep 27 2007 at 3:15 AM  
Hi guys, If you have trouble activating the feature through the GUI (i.e. you get an error when you click on activate), try activating via command line, This seems to work on most occasions though I've yet to understand why.

enricc wrote  Oct 3 2007 at 9:59 AM  
Hi Stacy, my deployment was fine and I can create users and roles, but the UserEdit.aspx is throwing the following:

10/03/2007 11:45:11.02 w3wp.exe (0x1A70) 0x1914 Windows SharePoint Services General 8dzz High Exception Type: System.Web.HttpCompileException Exception Message: c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\FBA\MANAGEMENT\UserEdit.aspx(138): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement

The instruction causing this is

user.Email;

It seems some operation is missing... anyway great job! Greetings.

foundit wrote  Oct 5 2007 at 12:42 AM  
Hi enricc, seems to work if you comment out the line of code. Good luck!

sidsevensix wrote  Nov 5 2007 at 8:39 PM  
I guess this is common knowledge, but for all those that are scratching there head on how to install this.
Download the Released files to your sharepoint server in the same folder
open up Deploy.cmd in a text editor
change the "http://aspnet" entires to the desired sharepoint

remove "bin\" from the following line:
sitestsadm -o addsolution -filename bin\FBAManagement.wsp

Save Deploy.cmd
Run Deploy.cmd (better if you execute it from the command line)

Note: stsadm should be in the environment variable path.

rcloninger wrote  Nov 13 2007 at 7:15 PM  
Documentation seems to be lacking here, so in case you are as confused as I was...if you want to enhance this, it is known as a SharePoint Feature. Ted Pattison has a good article about it at http://msdn2.microsoft.com/en-us/library/bb466224.aspx. The article will explain why the solution is structured the way it is and how to deploy any changes you make to the solution.

fastbreak wrote  Jan 30 at 9:53 PM  
I added this FBA to my sharepoint site and features and the solution was deployed successfully. However, when I go into site settings and click on Manage FBA Users or Roles I get an unknown error page. Everything said it installed correctly but when I try and click on the links in site settings I get an error page. Does anybody have any idea what the problem is. Am I missing something.

blindeza wrote  Feb 26 at 5:38 PM  
hello, i need some help.
in the membership request webpart i need to change the "Sign up for your new account" to other text, but i can't find this text.
were i can find this text, someone knows?
thanks

ashiryaev wrote  Apr 23 at 12:21 PM  
About UserEdit.aspx. I've changed web.config property <identity impersonate="false" /> and it began work.

bafadam wrote  May 24 at 10:32 PM  
Does anyone else get the "Role manager is not enabled." every time I try and do anything that hits any of the role stuff.

I've got the role manager set in my web.config.

Updating...