Use this variable to specify the security method to use when accessing the AcuServer host. AcuXDBC's network security methods are not used with AcuServer.
SECURITY_METHOD can take any of three values. The value specified here must match the value specified in the server configuration file on the AcuServer host. Valid values include:
| Value | Description |
|---|---|
| NONE (false, no) | Do not use the native operating system security. Use AcuServer security instead. |
| LOGON | Use the system's native security to manage user logons. |
| NAMED-PIPE (on, true, yes) | Use Windows security based on the connection made from the client to the server via a named pipe. |