Enables or disables mutual authentication of the connection’s security mechanism.
RETCODE DBSETLMUTUALAUTH(loginrec, enable) LOGINREC *loginrec; DBBOOL *enable;
A pointer to a LOGINREC structure, which is passed as an argument to dbopen. You can allocate a LOGINREC structure by calling dblogin.
A boolean value (“true” or “false”) specifying whether or not the server should enable mutual authentication.
SUCCEED or FAIL.
For DBSETLMUTUALAUTH to take effect, it must be called before dbopen() and DBSETLNETWORKAUTH must be enabled.
If DBSETLMUTUALAUTH is not called, mutual authentication is disabled by default.