Password Command Registry entry
Specifies which password authentication script is used when supervisor authoriCertain actions performed by staff, such as cancelling a certificate order, require supervisor authorivwverifypasswd
script is run. This entry allows an alternate script to be run.
Note:
Two scripts are installed with Vitalware: vwverifypasswd
(which is used by default) and vwverifypasswdssh
.
Usage
This Registry entry is assigned at the system level only:
Key | System |
---|---|
Key 1 | System |
Key 2 | Setting |
Key 3 |
|
Value | script |
System | Setting | Password Command | script |
where:
script | is the name of the script to run. |
Example
This entry specifies that the vwverifypasswdssh
script (an ssh version of vwverifypasswd
) is run rather than the default script vwverifypasswd
:
Key | Setting |
---|---|
Key 1 | System |
Key 2 | Setting |
Key 3 | Password Command |
Value | vwverifypasswdssh |
Note:
In order to run vwverifypasswd
the perl module Net::Telnet
must be installed on the server and the telnet port (23
) must not be blocked. To run vwverifypasswdssh
the perl module Net::SSH::Perl
must be installed on the server and the ssh port (22
) must not be blocked.