Exit Point Format Name: TCPL0200
Exit Point Name: QIBM_QTMF_SVR_LOGON
This is the required parameter group.
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 | Allow logon | Output | Binary(4) |
9 | User profile | Output | Char(10) |
10 | Password | Output | Char(10) |
11 | Initial current library | Input/Output | Char(10) |
12 | Initial home directory | Output | Char(*) |
13 | Length of initial home directory | Input/Output | Binary(4) |
14 | Application-specific information | Input/Output | Char(*) |
15 | Length of application-specific information | Input | Binary(4) |
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.