2 Either create a new user account that uses external authentication, or convert an existing user account. In either case, username must match the user name of a user that has an operating system user account.
▪ To create a new user account, use the following syntax: CREATE USER username IDENTIFIED EXTERNALLY
▪ To convert an existing user account, use the following syntax:
ALTER USER username IDENTIFIED EXTERNALLY
Note If the use of OpenSSL libcrypto is not enabled on the solidDB server, connections for externally-authenticated users fail with the following error: Error 08004: Server rejected the connection
If the use of OpenSSL libcrypto is not enabled on the client computer or the client cannot load the OpenSSL libcrypto library, connections for externally-authenticated users fail with the following error: SQLAllocEnv