Enables or disables network-based authentication.
RETCODE DBSETLNETWORKAUTH(loginrec, enable) LOGINREC *loginrec; DBBOOL *enable;
A pointer to a LOGINREC structure, 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 network authentication.
SUCCEED or FAIL.
If DBSETLNETWORKAUTH is not called, network authentication is disabled by default.