XYGATE Compliance PRO (XSW) Reference Manual
XYGATE
®
 Compliance PRO
™
 Reference Manual    
Appendix B: The SWACL File 
XYPRO Technology Corporation  238  Proprietary and Confidential 
B3:  ACLGROUP 
ACLGROUP is a method for profiling users by group name rather than listing the entire 
set of users. 
Syntax: 
ACLGROUP $<groupname> <list of users> 
where <groupname> is a 31-character name and 
<list of users> is a list of valid NonStop userids and aliases. 
Example: 
ACLGROUP $EVERYONE \*.*.* ALIAS:”\*.*” 
In this example, the entire set of userids and aliases available on the NonStop server 
is labeled $EVERYONE. 
Example: 
ACLGROUP $SEC-ADMIN SECURITY.* ALIAS:”sec*” 
In this example, the $SEC-ADMIN profile contains members of the NonStop userid 
group SECURITY and any alias that begins with “sec”. 
The ACLGROUP can be used in any argument that requires a user list. 
B4:  TASK 
The TASK keyword defines who can do a particular task. At this time, the only task 
supported is COLLECTION. 
$VOLVJOE.SW260 QA.JOE QA1187> fup copy swacl 
! this is the comment line 
ACLGROUP $EVERYONE \*.*.* ALIAS:"\*.*" 
!NODE \SIMINode1 <volume>.SW260 
NODE \Node2X $VJOEVol.SW260 
NODE \XYS7000Node3 $VOLJOE.SW260 
 TASK COLLECTION 
 ACL $EVERYONE 
9 RECORDS TRANSFERRED 
Syntax: 
TASK COLLECTION ACL <user list> 
where <user list> is a list of users or ACLGROUP profiles of users. 
Example: 
TASK COLLECTION ACL $EVERYONE 










