! TOOLS:NUSER_ACTIONS.DAT
! ----------------------------------------------------------------------------
!
! List of all global parameter flags
!
! ----------------------------------------------------------------------------
! Description of information to be stored in the ACCOUNT NAME SYSUAF field
ACCOUNT_DESC=Account Name
! Minimum number of characters to prompt and store in the ACCOUNT NAME field
! (Permissible values are from 0 to 8)
ACCT_LEN_MIN=0
! Maximum number of characters to prompt and store in the ACCOUNT NAME field
! (Permissible values are from ACCT_LEN_MIN to 8)
ACCT_LEN_MAX=8
! Whether the characters to store in the ACCOUNT NAME field must be all numeric
! (Permissible values are FALSE or TRUE)
ACCT_NUMERIC=FALSE
! Logical name to check for to see if the DBMS application is installed
DBMS_LOGICAL=DBMS$DBMS
! 3-char identifier prefix for the Database product
DBMS_PREFIX=DB_
! Name of any installed Database product (Must be physically after DBMS_LOGICAL)
DBMS_PRODUCT=MANMAN
! Default Response for [Non-]Restricted response
DEFAULT_RESTRICTED=Y
! Whether or not to set the DISPWDHIS login flag when adding a new acct
DISPWDHIS=Y
! List of nodes to duplicate data between (Separate multiple nodes with a comma)
!   (The nodes must match the DISK$node portion of the filespecs in the
!    TOOLS:SYSUAF_SPECS.DAT file)
!   (Separate multiple node lists with a vertical bar (|))
!DUPLICATE_NODES=
! Login Command Procedure for Non-Restricted users
LGICMD_NON_RESTRICTED=TOOLS:LOGIN.COM
! Login Command Procedure for Restricted users
LGICMD_RESTRICTED=TOOLS:CAPTLOGIN.COM
! Logical name to check for to see if the 4GL product is installed
4GL_LOGICAL=FOURGL$PRODUCT
! Name of any installed 4GL (**Must be physically after the 4GL_LOGICAL line**)
4GL_DESC=FOCUS
! 4-char identifier prefix for the 4GL product
4GL_PREFIX=FOC_
! ----------------------------------------------------------------------------
!
! List of all allowable menu options
! Format of each data line is:
!   Letter (or <RETURN>) to appear as the menu selection character
!   Description to be displayed for this menu selection
!   One or more numbers indicating the fields to prompt for (separated by |)
!
! ----------------------------------------------------------------------------
!<RETURN>,add a new user,1|2|3|4|5|6|7|8|9|10|11|12|13|
<RETURN>,add a new user,1|2|3|4|5|6|7|11|13|
D,delete an existing user,1|
R,make an existing non-Restricted user "Restricted",1|
N,make an existing Restricted user "non-Restricted",1|
!G,grant an existing user access to GRANT_DENY_OBJECTS database(s),1|12|
!X,deny an existing user access to GRANT_DENY_OBJECTS database(s),1|12|
!F,change access to division-specific files for an existing user,1|11|
!T,change a Security Database template for an existing user,1|12|
I,grant or deny additional identifiers for an existing user,1|13|
P,change the password of an account back to the username,1|
S,change your own password on all of the cluster nodes,14|
U,change the ACCOUNT_DESC for an existing user,1|5|
O,change the First and Last name for an existing user,1|2|
Q,add a new identifier,13|
Z,delete an existing identifier,13|
! ----------------------------------------------------------------------------
! The possible numbered fields to prompt for is as follows:
!    1 = Get Username
!    2 = Get First and Last names
!    3 = Get Division
!    4 = Get UIC
!    5 = Get Account Name (Department)
!    6 = Get Restricted/Non-Restricted flag option
!    7 = Get Default Print Queue
!    8 = See if this User is to be allowed access to ASK or FOCUS
!    9 = Get Security Database Template for the Default DBMS Database
!   10 = Grant 4GL access for database associated with the Default Database?
!   11 = Get Divisional-access Identifier (Default of divU)
!   12 = Get Other DBMS or 4GL databases to be granted/denied/changed access
!   13 = Get Other Identifiers to Add/Grant/Deny/Delete
!   14 = Get Password, then change the password on a cluster-wide basis
! ----------------------------------------------------------------------------
