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.

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