Provides a list of access records or information about an access record or group of access records.
The directory/access command is used to display directory information about an access record.
General Format
directory/access access [/qualifiers]
Alternate
lsacc access [-qualifiers]
Qualifier Summary
general qualifiers:
· /comment
· /[no]log
· /[no]confirm
· /idtype
· /idname
· /local_user
· /type
· /identifier
· /member
· /privileges
· /password
Examples
$ schedule directory/access pjones /full
\syscontrol\users\pjones
Type = User Settings
Comment = Default user setting
Identifier = 0xc0000003
Member of =
Privleges = AllAccess
Password = ********
Qualifiers
/comment
The COMMENT qualifier is the comment that is associated with an access record.
/identifier
The IDENTIFIER qualifier is used to map the access record to a distinct id number. This is usually performed automatically when the record is created.
Usage: User Settings, Group Settings, Map Identifier, Next Identifier
/IDTYPE
The IDTYPE qualifier is the used in the map identifier record to identify the map as a User or Group setting.
Usage: Map Identifier (System Created)
/IDNAME
The IDNAME qualifier is the used in the map identifier record to identify the corresponding access record name.
Usage: Map Identifier (System Created)
/full
The FULL qualifier displays a variables value and any comment that may be attached to it.
/LOCAL_USER
The LOCAL_USER qualifier is the used in the "proxy for a remote user" access record to identify the local user that is being mapped to this proxy record
Usage: Proxy for a remote user (System Created)
/MEMBER
The MEMBER qualifier is used to add an access record to a master record such as Administrator. For instance is you add a user to the Administrator record, the user will possess all access rights of Administrator.
Usage: User Settings
/PASSWORD
The PASSWORD qualifier is the system password that is entered the first time you use SCHEDULE. Usage: User Settings
/PRIVILEGES
The PRIVILEGES qualifier is used to assign any of 5 access privileges to an access record. The possible privileges are:
Field |
Description |
AllAccess |
Grant Access to the entire database |
ReadAll |
Grant Read Access to the entire database |
SubmitAny |
Grant ability to submit any job |
ChangeUser |
Grant ability to change the user of a job |
Disabled |
Deny all types of access to this user |
None |
No access privileges |
Usage: User Settings, Group Settings
/SYMBOL[=prefix_string,format]
The SYMBOL requests that all information be output to a file containing a list of enviroment variables. Each field of the access record is listed in the file as an environment variable. The environment variable name is constructed by prefixing the field name with the provide string. If none is provided a default value of SO is used.
The format defines the way that environmental variables are output. The default output specification is: "%s=\" %s\" "" which produces the following format style.
SO_IDENTIFICATION = "0xc00000d8"
Alternate output styles may be created by changing the format field.
/TEMPLATE[=prefix_string]
The TEMPLATE formats the directory output as it is defined in the template file . This output can be used for a variety of reasons and can be output to a file using the OUTPUT. The supplied template file extracts all database information into a format suitable for insertion if desired.
/TYPE
The TYPE qualifier is used to categorize the access record according to how it will be used. The possible types are:
Field |
Description |
Group Settings |
For group access records |
User Settings |
For user access records |
Proxy for a remote user |
When creating a proxy record for a remote user |
Map Identifier |
For internal mapping of access records |
Next Identifier |
Place holder for next access record |
Usage: User Settings, Group Settings, Proxy for Remote User, Map Identifier, Next Identifier