HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_SECURITY_ACCESS_LIST
Chapter 4922
AP_YES
The complete data for the last
security access list was too large to fit
in the data buffer. At least one user
name structure is included, but there
are further user name structures that
are not included in the data buffer.
The
num_last_users
parameter
indicates how many user name
structures have been returned. The
application can issue further verbs to
obtain the remaining data.
AP_NO
The data for the last list is complete.
Each entry in the data buffer consists of the following.
security_access_detail.list_name
The name of the security access list. This is an ASCII
string of 1 - 14 characters.
security_access_detail.num_filtered_users
The total number of user names in this security access
list.
security_access_detail.def_data.description
A null-terminated text string describing the security
access list, as specified in the definition of the list.
security_access_detail.def_data.num_users
The total number of users in the security access list.
If this is the last list in the data buffer, and the
last_list_incomplete
parameter is set to AP_YES,
the total number of user name structures returned for
this list will be as specified by the
num_last_users
parameter; this will be less than
num_users
.
For each user name in the list, a
security_user_data
structure is returned with the follow information:
user_name