Customization File UserList Section

The userlist section pertains to the connect section with the same section identifier parameter.

This section can contain a user access entry, which specifies access rights for the specified user and overrides the default access entry in the matching connect section.

Important

Beginning with Windows 8 and Windows Server 2012, RDS server components are no longer included in the Windows operating system (see Windows 8 and Windows Server 2012 Compatibility Cookbook for more detail). RDS client components will be removed in a future version of Windows. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Applications that use RDS should migrate to WCF Data Service.

Syntax

A user access entry is of the form:

userName =
accessRights

Part Description
userName The user name of the person employing this connection. Valid user names are established with the IIS Service Manager dialog.
accessRights One of the following access rights:

- NoAccess - User cannot access the data source.
- ReadOnly - User can read the data source.
- ReadWrite - User can read or write to the data source.

See Also

Customization File Connect Section
Customization File Logs Section
Customization File SQL Section
DataFactory Customization
Required Client Settings
Understanding the Customization File
Writing Your Own Customized Handler