Configure Windows Authentication for Data Sources
If you plan to use Windows™ authentication to connect to your data source, you must enable a data sources account by editing the Credentials.config file.
- Open Credentials.config.
- Locate the
DataSourcesCredentialskey element:<DataSourcesCredentials enabled="true" userName="" password="" /> - Modify the key by making these changes:
- Ensure that the
nameparameter is set to true. - Set the value of the
userNameparameter to the name of a Windows account that has access to the database server. - Set the value of the
passwordparameter to the password of the Windows account.
- Ensure that the
- Save the changes to the Credentials.config file.
You can now use CDM to connect to a data source using Windows authentication.