GLD1160E Unable to initialize the LDAP client SSL support: Error return_code, Reason reason_code.
Explanation
The LDAP server is unable to initialize the LDAP client SSL support. See the description of ldap_ssl_client_init() in z/OS IBM Tivoli Directory Server Client Programming for z/OS for more information about the error.
- return_code
- Return code from ldap_ssl_client_init()
- reason_code
- Reason code from ldap_ssl_client_init()
System action
LDAP server initialization continues if the tcpTerminate option in the LDAP server configuration file is set to recover (this is the default if the configuration option is not specified). In this case, SSL support is not available until the error is corrected and the server is restarted. If the tcpTerminate option is set to terminate, the program ends.
Operator response
None.System programmer response
None.User response
None.Problem determination
Not applicable.Module
None.Example
None.Administrator response
Use the information in the message to correct the error. If SSL connections are not needed, remove the sslKeyRingFile option from the LDAP server configuration file. Restart the program if it ended or if SSL connections are needed.