Contents Index Using integrated logins Creating an integrated login

ASA Database Administration Guide
  Connecting to a Database
    Using integrated logins
      Using integrated logins

Enabling the integrated login feature

The LOGIN_MODE database option determines whether the integrated login feature is enabled. As database options apply only to the database in which they are found, different databases can have a different integrated login setting even if they are loaded and running within the same server.

The LOGIN_MODE database option accepts one of following three values (which are case insensitive).

Example 

The following SQL statement sets the value of the LOGIN_MODE database option to Mixed, allowing both standard and integrated login connections:

SET OPTION Public.LOGIN_MODE = Mixed

Contents Index Using integrated logins Creating an integrated login