HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_SECURITY_ACCESS_LIST
Chapter 3466
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_SECURITY_ACCESS_LIST
list_name
The name of the security access list being deleted, or
the list from which user names are being deleted. This
is an ASCII string of 1 - 14 characters, padded on the
right with spaces if the name is shorter than 14
characters, which must match a previously-defined
security access list name.
num_users
The number of user names to be deleted from the
security access list, as follows
To delete one or more user names from the list but
leave other user names configured, specify the
number of user names that are being deleted. Each
of these must be defined by a user name structure,
as described below.
To delete the entire security access list, specify zero
in this parameter and do not include any user
names
For each user name to be delete, up to the number
specified in
num_users
, the following parameter is
required:
user_name
The user name being deleted. This
must match a user name that is
currently defined for this security
access list.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2
returns the following parameters: