Password File (password.ini)

The password file is not a complete configuration file like the other examples. Use this file with another .ini file. In the other .ini file, set the passwordFile parameter (in the [Misc] section) to the path to the password file. See Password Configuration File for more information.

; This is a sample password configuration file.
; Point to this file in the "passwordFile" parameter of the [Misc] section.
; Section headings are enclosed by square brackets.
; Comments have leading semicolons (;) or pound signs (#).
; Option and values are separated by an equal sign.

[Passwords]
; The database administrator's Vertica password (not Linux password), 
; and used if dbPromptForPassword is False.
; dbPassword=myDBsecret

; The password for the rsync user account.
; serviceAccessPass=myrsyncpw

; The password for the dest_dbuser Vertica account, for replication tasks only.
; dest_dbPassword=destDBsecret