skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : ServiceUser
 

ServiceUser

Sets authorization for users who are allowed to access the service for data access.
On Linux, UNIX, and Windows: Specify everyone when ServiceAuthMethods=anonymous. To configure authorization for multiple users, you must set the ServiceUser attribute for each user.

Valid values

*user_id=The user ID of a user who is allowed to use the OpenAccess SDK service. To configure authorization for more than one user, you must configure this attribute multiple times, one instance for each user.
Note: On Windows servers, you must prefix the user ID with the Windows server name or the Windows domain name, for example, SALES\DJONES.
Note: Alternatively, you can set the ServiceUserGroup attribute to configure authorization for groups of users defined on Linux, UNIX, or Windows. See ServiceUserGroup for more information about configuring authorization for user groups on Linux, UNIX, and Windows.
*authenticated=Any user who can provide a valid host user ID and password or who uses NTLM or Kerberos authentication will receive the same authorization.
*everyone=All connections will receive the same authorization level, regardless of how they are authenticated.

Type

Dynamic