High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_SECURITY_ACCESS_LIST
Chapter 4900
QUERY_SECURITY_ACCESS_LIST
QUERY_SECURITY_ACCESS_LIST returns information about security
access lists defined in a SNAplus2 configuration file. It can return
information about a single list or multiple lists, depending on the options
used
VCB Structure
typedef struct query_security_access_list
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char *buf_ptr; /* pointer to buffer */
AP_UINT32 buf_size; /* buffer size */
AP_UINT32 total_buf_size; /* total buffer size required */
AP_UINT16 num_entries; /* number of entries */
AP_UINT16 total_num_entrieS; /* total number of entries */
unsigned cha list_options; /* listing options */
unsigned char reserv3; /* reserved */
unsigned char list_name[14]; /* Security Access List name */
unsigned char user_name[10]; /* user name */
AP_UINT32 num_init_users; /* number of users for first */
/* list when starting in middle */
AP_UINT32 num_last_users; /* number of users on last */
/* overlay if last list is */
/* incomplete */
unsigned char last_list_incomplete; /* set to AP_YES if user data */
/* for last list is incomplete */
} QUERY_SECURITY_ACCESS_LIST;
typedef struct security_access_detail
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char list_name[14]; /* list name */
unsigned char reserv1[2]; /* reserved */
AP_UINT32 num_filtered_users; /* number of users returned */
SECURITY_LIST_DEF def_data; /* list definition */