Difference between revisions of "DB LOCAL LOGIN"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Used to determine whether the Recital Database and Mirage Servers allow local connections from specific non-authenticated users.
+
Used to determine whether the Recital Server allows local connections from specific non-authenticated users.
  
  

Latest revision as of 16:19, 5 July 2011

Purpose

Used to determine whether the Recital Server allows local connections from specific non-authenticated users.


Description

The DB_LOCAL_LOGIN environment variable is used to determine whether the Recital Server 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 Server