dmcreateuser—Adding a user account
Use this command to add a new user. Adding a user account is necessary to provide users with the ability to log in to Management Console.
Syntax
DMCREATEUSER username user fullname name description text password password
role role manager manager changePassword initial passwordNeverExpires expiry
[-accessserver hostname host port number adminuser name adminpassword password]
Parameters
- username user
- Specifies the unique name for the user you want to create an account for.
- fullname name
- Specifies the full name of the user.
- description text
- Specifies a description about the user.
- password password
- Specifies the password you want the user to supply when logging into Management Console. If you have enabled complex passwords, then you must specify a password that meets the requirements.
- role role
- Specifies the role you want to assign to the user. Enable one
of the following values:
- SYSADMIN—Specifies that a user assigned to this role is working in a system administrator account and can perform all available operations in Management Console. Only users that require full operational access to the Monitoring and Configuration perspectives should be assigned to this role. System administrators can also modify system parameters to calibrate their replication environment.
- ADMIN—Specifies that a user assigned to this role is working in an Administrator account and can perform all available operations in Management Console, but cannot modify system parameters. Users assigned to this role can access both the Monitoring and Configuration perspectives.
- OPERATOR—Specifies a that user assigned to this role is working in an Operator account and has access to both the Monitoring and Configuration perspectives. Operators can add, import and export projects, but they cannot create new subscriptions. Users assigned to the Operator role can start, stop, and monitor replication activities. They can also view the tables selected for refresh and start a refresh on a subscription. Operators can view notifications sent by subscriptions or datastores. However, users assigned to this role cannot configure replication and select or remove tables from a refresh.
- MONITOR—Specifies that a user assigned to this role is working in a Monitoring account and only has access to the Monitoring perspective in Management Console. Users assigned to the Monitor role can view the event log, view statistics, and view table mappings. Monitors can view the replication state and status of a subscription and can view latency threshold information. However, users assigned to this role cannot start or stop replication, configure replication, refresh tables, or view notifications sent by subscriptions and datastores.
- manager manager
- Specifies that a user assigned the role of SYSADMIN also has privileges
to manage datastores and user accounts in the Access Manager perspective
of Management Console.
If you want to enable this privilege for a system administrator, then
specify a value of TRUE. Otherwise, specify a value FALSE.Note: You must enable this privilege with a value of TRUE if you are creating a user account for the UNIX or Linux® platforms that will allow you to log in to Management Console for the first time after the installation.
- changePassword initial
- Specifies you want the user to change their password when logging into Management Console for the first time. If you want the user to change the password, specify a value of TRUE. Otherwise, if you want the user to login using the same password you have assigned to them, then specify a value of FALSE.
- passwordNeverExpires expiry
- Specifies that you want to override any existing password expiry policies set in Management Console so that the password never expires. If you want to override an existing password expiry policy, specify a value of TRUE. Otherwise, if you want the password to expire, then specify a value of FALSE.
- -accessserver hostname host port number adminuser name adminpassword password
The following parameters are optional and are only required if you are running this command remotely from the system where you have installed Access Server. The -accessserver parameter indicates that you want to connect to a remote installation of Access Server. It indicates that you want to run this command for an installation of Access Server that is physically remote from the Access Server installation where you are running this command.
- -accessserver
- Specify
-accessserver. This parameter indicates that you want to connect to a remote installation of Access Server. - hostname host
- The fully qualified host name of the remote system where Access Server is installed.
- port number
- The port number for the remote system.
- adminuser name
- A user with system administrator (SYSADMIN) privileges (see the role parameter above) and the ability to manage users and datastores (see the manager parameter above).
- adminpassword password
- The password for the specified SYSADMIN user.