The Auto Group Management option is used to determine how the
appropriate users and the appropriate computers are added to the
security groups. Microsoft Dynamics CRM can add the users and the
computers. Or, a user who has appropriate permissions in the Microsoft
Dynamics CRM security groups can manually add the users and the
computers.
For the Auto Group Management option, use one of the following methods. Use Method 1 to set the AutoGroupManagementOff option to "false" and to have Auto Group Management turned on. Use Method 2 to set the AutoGroupManagementOff option to "true" and to have Auto Group Management turned off.
Note The Auto Group Management option can be used only if you are installing Microsoft Dynamics CRM by using pre-created Active Directory security groups.
Note: When import organization wizard runs to import organization it considers AutoGroupManagementOff registry value to assign necessary SQL permissions on the imported database. If it's set to 1 import org wizard will not assign SQL permissions on the database, so SQL permissions may need to be assigned through SQL management studio after the import wizard succeeds. If it's set to 0 import org wizard will assign SQL permissions on the database. By default AutoGroupManagementOff reg value is set to 0.
Create an XML configuration file that uses the syntax in the following example. Modify the variables as appropriate. To modify the variables that are in this example, refer to step 6 in the "Installation option 2: Use the pre-created Active Directory security groups when you install Microsoft Dynamics CRM" section as a guideline.
In this example, the XML file is named Config_precreate.xml. The domain name is microsoft.com. The Active Directory hierarchy is as follows:
For the Auto Group Management option, use one of the following methods. Use Method 1 to set the AutoGroupManagementOff option to "false" and to have Auto Group Management turned on. Use Method 2 to set the AutoGroupManagementOff option to "true" and to have Auto Group Management turned off.
Note The Auto Group Management option can be used only if you are installing Microsoft Dynamics CRM by using pre-created Active Directory security groups.
Note: When import organization wizard runs to import organization it considers AutoGroupManagementOff registry value to assign necessary SQL permissions on the imported database. If it's set to 1 import org wizard will not assign SQL permissions on the database, so SQL permissions may need to be assigned through SQL management studio after the import wizard succeeds. If it's set to 0 import org wizard will assign SQL permissions on the database. By default AutoGroupManagementOff reg value is set to 0.
Method 1: Set the AutoGroupManagementOff option to "false"
Because this setting is the default setting, you do not have to add anything to the configuration file. However, the following procedure is an example that describes how to set the AutoGroupManagementOff option to "false."Create an XML configuration file that uses the syntax in the following example. Modify the variables as appropriate. To modify the variables that are in this example, refer to step 6 in the "Installation option 2: Use the pre-created Active Directory security groups when you install Microsoft Dynamics CRM" section as a guideline.
In this example, the XML file is named Config_precreate.xml. The domain name is microsoft.com. The Active Directory hierarchy is as follows:
- root domain
- Company Name OU
- Company Name OU
- Company Name OU
<CRMSetup> <Server> <Groups> <Groups autogroupmanagementoff="false"> <PrivUserGroup>CN=PrivUserGroup,OU=Company Name,OU=Company Name,DC=microsoft,DC=com</PrivUserGroup> <SQLAccessGroup>CN=SQLAccessGroup,OU=Company Name,OU=Company Name, DC=microsoft,DC=com</SQLAccessGroup> <UserGroup>CN=UserGroup,OU=Company Name,OU=Company Name,DC=microsoft,DC=com</UserGroup> <ReportingGroup>CN=ReportingGroup,OU=Company Name,OU=Company Name, DC=microsoft,DC=com</ReportingGroup> <PrivReportingGroup>CN=PrivReportingGroup,OU=Company Name,OU=Company Name, DC=microsoft,DC=com</PrivReportingGroup> </Groups> </CRMSetup>
Method 2: Set the AutoGroupManagementOff option to "true"
- Create an XML configuration file that uses the syntax that is in
the following example. Modify the variables as appropriate. To modify
the variables that are in this example, refer to step 6 in the
"Installation option 2: Use the pre-created Active Directory security
groups when you install Microsoft Dynamics CRM" section as a guideline.
In this example, the XML file is named Config_manageoff.xml. The domain name is microsoft.com. The Active Directory hierarchy is as follows:- root domain
- Company Name OU
- Company Name OU
- Company Name OU
<CRMSetup> <Server> <Groups AutoGroupManagementOff="true"> <PrivUserGroup>CN=PrivUserGroup,OU=Company Name,OU=Company Name, DC=microsoft,DC=com</PrivUserGroup> <SQLAccessGroup>CN=SQLAccessGroup,OU=Company Name,OU=Company Name, DC=microsoft,DC=com</SQLAccessGroup> <UserGroup>CN=UserGroup,OU=Company Name,OU=Company Name, DC=microsoft,DC=com</UserGroup> <ReportingGroup>CN=ReportingGroup,OU=Company Name,OU=Company Name, DC=microsoft,DC=com</ReportingGroup> <PrivReportingGroup>CN=PrivReportingGroup,OU=Company Name,OU=Company Name, DC=microsoft,DC=com</PrivReportingGroup> </Groups> </Server> </CRMSetup>
- root domain
- Add the appropriate user accounts and the appropriate computer accounts as members of the following groups.
Note You must follow this step only if the AutoGroupManagementOff option is set to "true."
PrivUserGroup- The account that the CRMAppPool application pool uses
- The account that the ASP.NET process model uses
- The user account that runs the Microsoft Dynamics CRM installation
- The computer account on which the Microsoft Dynamics CRM-Exchange E-mail Router will be installed
- All Microsoft Dynamics CRM user accounts (this includes the user who is installing Microsoft Dynamics CRM)
- The account that the CRMAppPool application pool uses
- The account that the ASP.NET process model uses
- All Microsoft Dynamics CRM user accounts (this includes the user who is installing Microsoft Dynamics CRM)
- The computer account on which the Microsoft Dynamics CRM Data Connector for Microsoft SQL Server Reporting Services will be installed
- Log on to the domain controller server as a user who has domain administrator permissions.
- Click Start, click Administrative Tools, and then click Active Directory Users and Computers.
- In the navigation pane, expand the tree to the node that contains the security group, right-click the security group, click Properties, and then click the Members tab.
- To add a user account, click Add, and then click OK. To add a computer account, click Object Types, click to select the Computers check box, and then click OK.
- To verify which account the CRMAppPool application pool uses, follow
these steps on the computer that is running the Microsoft Dynamics CRM
server:
- Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager.
- Expand the computer name.
- Expand Application Pools.
- Right-click CRMAppPool, click Properties, and then click the Identity tab.
If the Configurable option is selected, you must add the specified user account to the security group. The specified user account appears in a text box. - To verify the account that the ASP.NET process model uses, follow these steps on the Microsoft Dynamics CRM server:
- In Windows Explorer, open the following folder: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\CONFIG
- Right-click Machine.config, click Open With, and then click Notepad.
- Search for the word "username" in the text. The file contains multiple instances of the word. Locate the fifth instance of "username" that is in the text. The value for the fifth instance of "username" is the account that the ASP.NET process model uses.
If a user name is specified in the Machine.config file, you must add the specified user account to the security group. - In Windows Explorer, open the following folder:
No comments:
Post a Comment