Exit Point Format Name: TCPL0100
Exit Point Name: QIBM_QTMF_SVR_LOGON
Exit Point Name: QIBM_QTMX_SVR_LOGON
Parameter | Description | Input or output | Type and length |
---|---|---|---|
1 | Application identifier | Input | Binary(4) |
2 | User identifier | Input | Char(*) |
3 | Length of user identifier | Input | Binary(4) |
4 | Authentication string | Input | Char(*) |
5 | Length of authentication string | Input | Binary(4) |
6 | Client IP address | Input | Char(*) |
7 | Length of client IP address | Input | Binary(4) |
8 | Return code | Output | Binary(4) |
9 | User profile | Output | Char(10) |
10 | Password | Output | Char(10) |
11 | Initial current library | Output | Char(10) |
For the FTP server, this parameter contains the data field from the PASS (password) subcommand. Beginning with V5R1, if the user is authenticated by a client certificate, no data is provided for this parameter.
Attention! IBM® strongly recommends that you never code passwords directly in an exit program. Encryption, for example, allows algorithmic password determination.
Attention! IBM strongly recommends that you never code passwords directly in an exit program. Encryption, for example, allows algorithmic password determination.