For more information... RTFM!
NAVIGATION
PAGES THAT LINK HERE
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

Password

Set a password for the RemoteUser.

Synopsis

Password  password

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:

Password  ABcu1R4h0uTt6

Category:  Local config directives
Last modified by: Kevin Walsh
Modification date: Sunday 8 October 2006 at 1:23 AM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us