Controls the use of integrated logins for the database.
Standard, Mixed, or Integrated
Can be set only for the PUBLIC group. Takes effect immediately.
Standard
This option specifies whether integrated logins are permitted. One of following three values are accepted (the values are case insensitive):
Standard This is the default setting, which does not permit integrated logins. An error occurs if an integrated login connection is attempted.
Mixed With this setting, both integrated logins and standard logins are allowed.
Integrated With this setting, all logins to the database must be made using integrated logins.
WARNING! Setting the LOGIN_MODE database option to Integrated restricts connections to only those users who have been granted an integrated login mapping. Attempting to connect using a user ID and password generates an error. The only exceptions to this are users with DBA authority (full administrative rights).
For more information on integrated logins see Chapter 3, “Sybase IQ Connections” in the Sybase IQ System Administration Guide.