HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_CPIC_SIDE_INFO
Chapter 3 189
text format. (This value is included
for compatibility with IBM CPI-C
implementations. The SNAplus2
node cannot provide the appropriate
restrictions on sending the password;
if a CPI-C application attempts to
issue the Allocate call with this value
set, the call will fail with a return
code indicating that the requested
security type is not supported.)
XC_SECURITY_SAME
The target TP uses conversation
security, and can accept an “already
verified” indicator from the local TP.
(This indicates that the local TP was
itself invoked by another TP, and has
verified the security user ID and
password supplied by this TP.) The
security_user_id
parameter
specified below will be used to access
the target TP; no password is
required.
def_data.side_info.security_user_id
User ID used to access the partner TP. This parameter
is not required if the
conversation_security_type
parameter is set to XC_SECURITY_NONE.
def_data.side_info.security_password
Password used to access the partner TP. This
parameter is required only if the
conversation_security_type
parameter is set to
XC_SECURITY_PROGRAM or
XC_SECURITY_PROGRAM_STRONG.
def_data.side_info.lu_alias
The alias of the local LU used to communicate with the
target TP. This alias is a character string using any
locally displayable characters.