fba configuration manager for sharepoint 2010

3
FBA Configuration Manager for SharePoint 2010 RSS Subscribe to Project HOME DOWNLOADS DOCUMENTATION DISCUSSIONS ISSUE TRACKER SOURCE CODE PEOPLE LICENSE Page Info Change History (all pages) 21 people following this project (follow) Project Description Setting up Forms Based Authentication in SharePoint 2010 requires updating the web.config file of three web applications. This utility allows you to update all 3 configs in a single click. The updater can also be invoked from PowerShell. See my post at http://merill.net/2010/12/fba-configuration-manager-for- sharepoint-2010/ Updates the Web Application, Central Admin and STS web.config files with the FBA settings in settingsXml. Updated nodes include: - /configuration/SharePoint/PeoplePickerWildcards - /configuration/system.web/membership/providers - /configuration/system.web/roleManager/providers - /configuration/connectionStrings

Upload: harsh-damania-hd

Post on 24-Oct-2015

6 views

Category:

Documents


0 download

DESCRIPTION

FA sp2010

TRANSCRIPT

Page 1: FBA Configuration Manager for SharePoint 2010

FBA Configuration Manager for SharePoint 2010

RSS Subscribe to Project HOME

  DOWNLOADS

  DOCUMENTATION

  DISCUSSIONS

  ISSUE TRACKER

  SOURCE CODE

  PEOPLE

  LICENSE Page Info Change History (all pages)

21 people following this project (follow)Project DescriptionSetting up Forms Based Authentication in SharePoint 2010 requires updating the web.config file of three web applications.

This utility allows you to update all 3 configs in a single click. The updater can also be invoked from PowerShell.

See my post at http://merill.net/2010/12/fba-configuration-manager-for-sharepoint-2010/

Updates the Web Application, Central Admin and STS web.config files with the FBA settings in settingsXml.

Updated nodes include:- /configuration/SharePoint/PeoplePickerWildcards- /configuration/system.web/membership/providers- /configuration/system.web/roleManager/providers- /configuration/connectionStrings

Format of settingsXml needs to be as follows:

Page 2: FBA Configuration Manager for SharePoint 2010

<Config>

<PeoplePicker><add key="fbaMembers" value="%" /></PeoplePicker>

<SqlConnection><add name="fbaSQL"

connectionString="server=yourSqlServer;database=aspnetdb;Trusted_Connection=tr

ue"/></SqlConnection>

<Membership><add name="LdapMember"

type="Microsoft.Office.Server.Secu..."/></Membership>

<Role><add name="LdapRole" type="Microsoft.Office.Serve..."/></Role>

</Config>

Last edited Dec 2 2010 at 3:59 AM by merill, version 5

Page 3: FBA Configuration Manager for SharePoint 2010

downloadCURRENT FBA Configuration Manager 1.1

DATE Thu Dec 2 2010 at 7:00 AM

STATUS Stable

DOWNLOADS 1,587

RATING      0 ratings

Ads by Lake Quincy Media | Ad revenue is donated.

ACTIVITY

PAGE VIEWS VISITS DOWNLOADS

117 55 12

Days: 7 30 All Details