HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_USERID_PASSWORD
AP_DLPI_MSG
DLPI messages
AP_SDLC_MSG
SDLC messages
AP_NLI_MSG
NLI messages
AP_IPDL_MSG
Enterprise Extender (HPR/IP) messages
AP_DLC_MSG
Node to DLC messages
AP_NODE_MSG
Node messages
AP_SLIM_MSG
Messages sent between master and backup servers in a client-server system
AP_DATAGRAM
Datagram messages
truncation_length
The maximum length, in bytes, of the information written to the trace file for each message. If a message
is longer than this, SNAplus2 writes only the start of the message to the trace file, and discards the data
beyond
truncation_length. This allows you to record the most important information for each message but
avoid filling up the file with long messages. A value of zero indicates that trace messages are not truncated.
3.168.4 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.169 QUERY_USERID_PASSWORD
QUERY_USERID_PASSWORD returns information about user ID / password pairs for use with APPC and CPI-C
conversation security, or about profiles for a defined user ID and password. It can be used to obtain information
about a specific user ID / password pair or about multiple pairs, depending on the options used.
3.169.1 VCB Structure
typedef struct query_userid_password
{
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 */
694