Product Documentation

Database Integrity Utilities

Previous Topic

Next Topic

ctcmdset - Authentication File Encoding Utility

Creates an encoded password file from a text file by encoding a *.cfg file into a *.set file. The file to be processed should have an extension of .cfg.

Operational Model:

  • Standalone

Usage:

ctcmdset [filename].cfg

The plain text form of the file should be:

; User Id
USERID ADMIN
; User Password
PASSWD <pass>

Note: Each line must end with a line-feed (Enter) for the password to be encoded correctly.

TOCIndex