Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

ftsetpwd

&pagelevel(3)&pagelevel

Note on usage

Function: Store user password

User group: FT administrator

This command is only available on Windows systems.

Functional description

With ftsetpwd, you can store the user password of a Windows user ID in openFT. Output is written to standard output. If no user password has been stored for a user, this user cannot use the functions Admission Profiles, Follow-up Processing, Preprocessing/Postprocessing or Asynchronous Requests.

Format

ftsetpwd -h |

[ -ua=<user ID 1...36>[,<password 1...64> ]]
[ -s=<partner 1...15>]
[ -c]

Description

-h

Displays the command syntax on the screen. Entries after the -h are ignored.

-ua=user ID[,password]

user ID of the user logged on or of any user whose password is to be stored in openFT or for whom a check is to be performed to determine whether a password is currently stored. In the case of local IDs, you enter the ID without the prefixed host name. In the case of global IDs, you must specify the ID together with the prefixed domain name, e.g. domain\user1234

If you specify -c, you must not specify a password here.

-s=partner

partner is the name of a different Windows system for which you want to store the user password there. This parameter can be omitted if the user password is to be stored on the local computer.

-c

This parameter allows you to check whether a valid password is stored for a user.

-c must be specified together with -ua, and no password may be entered for -ua.

Examples

  1. You want to store the password topsecret for the user ID Administrator on the system Win01.

    ftsetpwd -ua=Administrator,topsecret -s=Win01

  2. A check is to be made on the computer Win02 whether a valid password is stored for the global identifier dispatch\miller.

    ftsetpwd -ua=dispatch\miller -s=Win02 -c

  3. You want to check if a valid password is stored for the user ID miller on the local system.

    ftsetpwd -ua=miller -c