The Set_Conversation_Security_Password call (function name cmscsp) is issued by the invoking program to specify the password required to gain access to the invoked program.
CM_ENTRY Set_Conversation_Security_Password(
unsigned char FAR *conversation_ID,
unsigned char FAR *security_password,
CM_INT32 FAR *security_password_length,
CM_INT32 FAR *return_code
);
The allowed characters are:
If the CPI-C automatic logon feature is to be used, this parameter must be set to the MS$SAME string. See the Remarks section for details.
If the CPI-C automatic logon feature is to be used, this parameter must be set to 7. See the Remarks section for details.
The conversation must be in INITIALIZE state.
There is no state change.
This call has an effect on the conversation only if the conversation security type is CM_SECURITY_PROGRAM. It overrides the initial password from the side information specified by Initialize_Conversation. This call cannot be issued after Allocate has been issued.
An invalid password is not detected until the allocation request, generated by Allocate, is sent to the partner LU. The error is returned to the invoking program on a subsequent call.
Automatic logon for CPI-C applications is supported by Microsoft® SNA Server 3.0 with Service Pack 1 or later and by SNA Server 4.0. This feature requires specific configuration by the network administrator: The CPI-C application must be invoked on the LAN side from a client of SNA Server. The client must be logged into a Microsoft® Windows NT® domain, but can be any platform that supports SNA Server's CPI-C APIs.
The client application is coded to use "program" level security, with a special hard-coded CPI-C user name MS$SAME and password MS$SAME. When this session allocation flows from client to SNA Server, the SNA server looks up the host account and password corresponding to the Windows NT account under which the client is logged in, and substitutes the host account information into the APPC attach message it sends to the host.