HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_SECURITY_ACCESS_LIST
Chapter 3 377
def_data.description
A null-terminated text string (0 - 31 characters
followed by a null character) describing the security
access list. This string is for information only. It is
stored in the node’s configuration file and returned on
the QUERY_SECURITY_ACCESS_LIST verb, but
SNAplus2 does not make any other use of it.
def_data.num_users
Number of user names being defined by this verb. Each
user must be specified by a security_user_data
structure following the def_data structure.
For each user name in the list, up to the number
specified in
num_users
, a security_user_data
structure is required with the following information:
user_name
Name of the user. This is a user ID
defined using the
DEFINE_USERID_PASSWORD
verb.
Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2
returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_LIST_NAME
The
list_name
parameter contained
a character that was not valid.
AP_INVALID_USER_NAME
One or more of the specified user
names was not valid.
Appendix A, “Common Return Codes,” lists further secondary return
codes associated with AP_PARAMETER_CHECK, which are common to
all NOF verbs.