Difference between revisions of "DB WWWACCOUNT"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(8 intermediate revisions by one user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Used to specify a user account under which Recital Firecat processes should run
+
Used to specify a user account under which Recital Web processes should run
  
  
 
==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_WWWDEFAULT]],
 
[[DB_WWWPASSWORD]], [[DB_WWWPWFILE]], [[DB_WWWRUNASGUEST]], [[DB_WWWROOT]]
 
[[DB_WWWPASSWORD]], [[DB_WWWPWFILE]], [[DB_WWWRUNASGUEST]], [[DB_WWWROOT]]
  
Line 13: Line 13:
 
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 [[Configuration Files|recital.conf]].
 
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 [[Configuration Files|recital.conf]].
  
<code lang="bash">
+
<pre>
DB_WWWPWFILE="$\{DB_ROOT\}passwd.db" ;export DB_WWWPWFILE
+
DB_WWWPWFILE="${DB_ROOT}users/passwd.db" ;export DB_WWWPWFILE
#DB_WWWPASSWORD="" ;export DB_WWWPASSWORD</code>
+
#DB_WWWPASSWORD="" ;export DB_WWWPASSWORD
 +
</pre>
  
The following command will encrypt the password and write it to the file specified by DB_WWWPWFILE:
+
The following command will encrypt the password, <password>, and write it to the file specified by DB_WWWPWFILE:
  
 
<pre># recitaladmin passwd <password></pre>
 
<pre># recitaladmin passwd <password></pre>
Line 27: Line 28:
 
[[Category:Configuration]]
 
[[Category:Configuration]]
 
[[Category:Environment Variables|WWWACCOUNT]]
 
[[Category:Environment Variables|WWWACCOUNT]]
 +
[[Category:Recital Web]]
 +
[[Category:Recital Web Configuration]]

Latest revision as of 17:13, 9 March 2010

Purpose

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


See Also

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


Description

The DB_WWWACCOUNT environment variable is used to specify a user account under which Recital Web processes should run.

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