Previous Topic

Next Topic

Display a list of access records (directory/access or lsacc)

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.

Windows/OpenVMS Format:

directory/access access [/qualifiers]

UNIX/Linux Format:

lsacc access [-qualifiers]

Qualifier Summary

/comment or -comment

/[no]log or -[no]log

/[no]confirm or -[no]confirm

/idtype or -idtype

/idname or -idname

/local_user or -loca_user

/type or -type=type

/identifier or identifier

/member or -member

/privileges or -privileges

/password or -password

Examples

Windows:

Schedule> directory/access tmasters /full 
 \syscontrol\users\tmasters 
 Type  = User Settings
Comment = Default user setting

Identifier = 0xc0000003
Member of =
Privleges = AllAccess

Password = ********

OpenVMS:

Schedule> dir /access /identifier
Access Information Directory [syscontrol.users]
  administrator            0xc0000002
sfred 0xc000000f
domain_5cadministrator 0xc0000011
domain_5ccungar 0xc0000010
samuel 0xc0000004

UNIX/Linux:

Schedule> lsacc -privileges
Access Information Directory [syscontrol.users]
  administrator            AllAccess
sfred ReadAll
domain_5cadministrator SubmitAny
domain_5ccungar AllAccess
samuel Disabled

Qualifiers

/comment or -comment

The COMMENT qualifier is the comment that is associated with an access record.


/[no]confirm or -[no]confirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.

/identifier or 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 or 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 or idname

The IDNAME qualifier is the used in the map identifier record to identify the corresponding access record name.

Usage: Map Identifier (System Created)

/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 or -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

/[no]log or -[no]log

The LOG qualifier causes each completed operation to issue a note to the user.

/password or -password

The PASSWORD qualifier is the system password that is entered the first time you use SCHEDULE.

Usage: User Settings

/privileges or 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 rights

Usage: User Settings, Group Settings

/type or -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

See Also

ACCESS File Commands

Copy an access record (copy/access or cpacc)

Create an access record (create/access or mkacc)

Delete an access record (delete/access or rmacc)

Modify an access record (modify/access or chacc)

Rename an access record (rename/access or mvacc)