Difference between revisions of "DB LOCAL LOGIN"

From Recital Documentation Wiki
Jump to: navigation, search
(No difference)

Revision as of 16:21, 12 March 2009

DB_LOCAL_LOGIN

Class

Environment Variables / Symbols


Purpose

Used to determine whether the Recital Database and Mirage Servers allow local connections from specific non-authenticated users.


Description

The DB_LOCAL_LOGIN environment variable / symbol is used to determine whether the Recital Database and Mirage Servers allows local connections from specific non-authenticated users. Normally, checks are made on all users attempting to connect to the Server to ensure that they are valid users. If DB_LOCAL_LOGIN is set to true (or "on" or "yes"), then the username/password combinations of recital/recital and ?/? are not checked providing the client is on the same machine as the Server. If DB_LOCAL_LOGIN is set to false (or "off" or "no"), then all connecting users must provide valid username and password information for the machine in question. DB_LOCAL_LOGIN has no effect on connections from remote clients; all remote connections must be authenticated.


Products

Recital Database Server, Recital Mirage Server