Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

ADD-USER

&pagelevel(3)&pagelevel

Create user entry in user catalog


Domain:

USER-ADMINISTRATION

Privileges:

USER-ADMINISTRATION
STD-PROCESSING


This command creates an entry in the user catalog of a pubset.

The POSIX user attributes are implicitly initialized with default values. Furthermore, the BS2000 system administrator must also define an account number for a remote login session.

The following users may execute this command:

  • Owners of the USER-ADMINISTRATION privilege for all BS2000 user IDs.

  • Group administrators who have at least the MANAGE-MEMBERS attribute for the BS2000 user IDs assigned to and subordinate to their groups.

Only the part of the command that is relevant to POSIX is shown in the syntax diagram on the next page. The command is described in full in the manuals "SECOS - Access Control" [9] and "BS2000 Commands" [28].

Format

ADD-USER                                                                                                                                          

. . .

,ACCOUNT-ATTRIBUTES = *PARAMETERS(...)


*PARAMETERS(...)



|

ACCOUNT = <alphanum-name 1..8>



|

. . .



|

,POSIX-RLOGIN-DEFAULT = *NO / *YES

Operands

ACCOUNT-ATTRIBUTES = *PARAMETERS(...)

Determines the accounting data of a BS2000 user ID.

. . .

POSIX-RLOGIN-DEFAULT =
Determines whether the specified account number is used for accounting for a remote login session.

POSIX-RLOGIN-DEFAULT = *NO
The account number is not used for accounting.

POSIX-RLOGIN-DEFAULT = *YES
The specified account number is used for accounting.

This entry is required for user IDs which wish to have remote access to POSIX (rlogin or Telnet access, rsh and rcp commands) or to use at, crontab or batch.

Example

The PSXROOT user ID is created with the account number PSXACC.

/ADD-USER USER-ID=PSXROOT, -

/ ACCOUNT-ATTR=*PAR(ACCOUNT=PSXACC,POSIX-RLOGIN-DEFAULT=*YES)