You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm. You want to provide access to
non- Active Directory users. You need to ensure that the solution can authenticate users. What
should you do?
A.
Configure the membership provider and role manager for the Central Administration web
Application.
B.
Run the SQL Server Import and Export Wizard.
C.
Grant web Application permissions and zone-level permissions to users within the Microsoft SQL
Server database of the extended web Application.
D.
Set claims-based authentication.
E.
Set Classic mode authentication.
F.
Grant site collection permissions to all users by conducting a user import.
G.
Run the ASP.NET SQL Server Setup Wizard.
H.
Configure the membership provider and role manager for the web Application.
Explanation:
Configure the membership provider and role manager for the web application:
http://blogs.technet.com/b/mahesm/archive/2010/04/07/configure-forms-based-authenticationfba-withsharepoint-2010.aspx
Configure the membership provider and role manager for the Central Administration web
application:
Not needed for CA
Grant web application permissions and zone-level permissions to users within the Microsoft SQL
Server database of the extended web application:
Extended is for more zones
Grant site collection permissions to all users by adding them to the web application through a policy:
Provision permissons.
Set Classic mode authentication:
Uses microsoft windows as authentication provider
Configure Internet Information Services to enable digist authentication:
Increased security over basic
Run the ASP.NET SQL Server Setup Wizzard:
Used to create a ASP.NET membership database
SQL Server Migration Assistance:
Tool to migrate databases to SQL