Password
Set a password for the RemoteUser.
Synopsis
The "password" must be encrypted unless the
"MV_NO_CRYPT" environment variable was set true
when the Interchange instance was started.
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
This directive defines a password that will be used to authorise
RemoteUser access attempts.
Example
Create a password using the following command:
perl -le 'print crypt("mypasswd","AB")'
|
|
ABcu1R4h0uTt6
|
Copy and paste the password for use as the Password directive's
parameter: