Technical data

Managing User Accounts
7.4 Managing System-Supplied UAF Accounts
For example:
UAF> MODIFY JOHN_JONES/FLAGS=NODISUSER
7.4.2.2 Creating SYSTEST and SYSTEST_CLIG Accounts (Alpha Only)
The following example shows typical dialogue with CREATE_SPECIAL_
ACCOUNTS.COM when it is used to create SYSTEST and SYSTEST_CLIG
accounts:
$ @CREATE_SPECIAL_ACCOUNTS.COM
This procedure creates accounts.
Passwords may be needed for the following accounts:
SYSTEST, Field Service
Passwords must be a minimum of 8 characters in length. All passwords
will be checked and verified. Any passwords that can be guessed easily
will not be accepted.
* Do you want to create an account for SYSTEST (Y/N): Y
* Enter password for SYSTEST:
* Re-enter for verification:
* Do you want to create an account for SYSTEST_CLIG (Y/N): Y
The SYSTEST_CLIG account will be disabled. You must reenable
it (/FLAGS=NODISUSER) before running UETP but do not assign a password.
* Do you want to create an account for FIELD_SERVICE (Y/N): N
$
Enabling SYSTEST_CLIG Accounts (Alpha Only)
Although you create a SYSTEST_CLIG account using CREATE_SPECIAL_
ACCOUNTS.COM, the account is disabled. Enable the account using the
/FLAGS=NODISUSER command; for example:
UAF> MODIFY SYSTEST_CLIG/FLAGS=NODISUSER
Disabling SYSTEST_CLIG Accounts (Alpha Only)
To disable a SYSTEST_CLIG account again, use the /FLAGS=DISUSER
command; for example:
UAF> MODIFY SYSTEST_CLIG/FLAGS=DISUSER
7.4.3 Maintaining System-Supplied Accounts (VAX Only)
Immediately after installing a VAX system, make the following changes in the
UAF:
1. Disable the FIELD and SYSTEST accounts. Also disable any infrequently
used accounts.
To disable an account, use the AUTHORIZE command in the following format:
MODIFY username/FLAGS=DISUSER
For example:
$ RUN SYS$SYSTEM:AUTHORIZE
UAF> MODIFY WOLF/FLAGS=DISUSER
The login flag DISUSER disables the account and prevents anyone from
logging in to the account.
Managing User Accounts 79