Difference between revisions of "DB WWWPASSWORD"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 4: Line 4:
  
 
==See Also==
 
==See Also==
[[DB_HTTP_ALLOW]], [[DB_HTTP_DENY]], [[DB_HTTP_ENABLED]], [[DB_PORT80_ENABLED]], [[DB_WWWACCOUNT]],[[DB_WWWDEFAULT]],
+
[[DB_HTTP_ALLOW]], [[DB_HTTP_DENY]], [[DB_HTTP_ENABLED]], [[DB_PORT80_ENABLED]], [[DB_WWWACCOUNT]], [[DB_WWWDEFAULT]],
 
[[DB_WWWPWFILE]], [[DB_WWWRUNASGUEST]], [[DB_WWWROOT]]
 
[[DB_WWWPWFILE]], [[DB_WWWRUNASGUEST]], [[DB_WWWROOT]]
  

Revision as of 16:01, 3 March 2010

Purpose

Used to specify a password for the user account under which Recital Web processes should run


See Also

DB_HTTP_ALLOW, DB_HTTP_DENY, DB_HTTP_ENABLED, DB_PORT80_ENABLED, DB_WWWACCOUNT, DB_WWWDEFAULT, DB_WWWPWFILE, DB_WWWRUNASGUEST, DB_WWWROOT


Description

The DB_WWWPASSWORD environment variable is used to specify a password for the user account under which Recital Web processes should run. This environment variable is not currently used: the instructions below explain how to set a default password.

To use the user account specified in DB_WWWACCOUNT, DB_WWWPWFILE must be set to a filename and DB_WWWPASSWORD should be commented out in recital.conf.

DB_WWWPWFILE="${DB_ROOT}users/passwd.db"		;export DB_WWWPWFILE
#DB_WWWPASSWORD=""						;export DB_WWWPASSWORD

The following command will encrypt the password, <password>, and write it to the file specified by DB_WWWPWFILE:

# recitaladmin passwd <password>


Products

Recital Web