1.UAF> ADD ROBIN /PASSWORD=SP0152/UIC=[014,006] -
_/DEVICE=SYS$USER/DIRECTORY=[ROBIN]/OWNER="JOSEPH ROBIN" /ACCOUNT=INV
%UAF-I-ADDMSG, user record successfully added
%UAF-I-RDBADDMSGU, identifier ROBIN value: [000014,000006] added to
RIGHTSLIST.DAT
%UAF-I-RDBADDMSGU, identifier INV value: [000014,177777] added to
RIGHTSLIST.DAT
This example illustrates the typical ADD command and
qualifiers. The resulting record from this command appears
in the description of the SHOW command.
2.UAF> ADD WELCH /PASSWORD=SP0158/UIC=[014,051] -
_/DEVICE=SYS$USER/DIRECTORY=[WELCH]/OWNER="ROB WELCH"/FLAGS=DISUSER -
_/ACCOUNT=INV/LGICMD=SECUREIN
%UAF-I-ADDMSG, user record successfully added
%UAF-I-RDBADDMSGU, identifier WELCH value: [000014,000051] added to
RIGHTSLIST.DAT
UAF> MODIFY WELCH/FLAGS=(RESTRICTED,DISNEWMAIL,DISWELCOME, -
_NODISUSER,EXTAUTH)/NODIALUP=SECONDARY/NONETWORK=PRIMARY -
/CLITABLES=DCLTABLES/NOACCESS=(PRIMARY, 9-16, SECONDARY, 18-8)
%UAF-I-MDFYMSG, user records updated
The commands in this example add a record for a restricted
account. Because of the number of qualifiers required, a MODIFY
command is used in conjunction with the ADD command. This helps
to minimize the possibility of typing errors.
In the ADD command line, setting the DISUSER flag prevents the
user from logging in until all the account parameters are set
up. In the MODIFY command line, the DISUSER flag is disabled
(by specifying NODISUSER) to allow access to the account.
The EXTAUTH flag causes the system to consider the user as
authenticated by an external user name and password, not by the
SYSUAF user name and password.
The record that results from these commands and an explanation
of the restrictions the record imposes appear in the
description of the SHOW command.