Please enable JavaScript to view this site.

Example

A sample acl.cfg file might define simple guest query access and query, read, write and exec access types to a list of users assigned to a group named admin. Two additional lists of access types have been defined but no groups using those assigned lists have yet been defined:

allow_guest=yes

guest_acl=none

default_acl=query

 

[groups]

admin=SQDUSER1@ZOS1,SQDUSER2@linus2,sqdUSER3@aix3

 

[acls]

admin=query,read,write,exec,admin

cntl=query,read,exec

status=query,read

 

Note, because of the cummulative nature of the access types the three groups could have been alternatively defined like this:

[acls]

admin=admin

cntl=exec

status=read