Software AG Products 10.5 | Administering Integration Server | Master Passwords and Outbound Passwords | Working with Master Password Settings | Storing the Master Password in a File
 
Storing the Master Password in a File
The configPassman.cnf provides properties that you can use to configure the master password store.
*To configure the master password store for a file
1. Use a text editor to open the following file:
Integration Server_directory /instances/instance_name/config/configPassman.cnf
2. Set the properties as described in the following table:
Property
Description
master.password.storeInFile
Controls whether Integration Server stores the master password in a file (true). Set to true.
master.password.field.fileName
Location of the master password store.
The default is: config/empw.dat
When specifying the path, use the forward slash (/) only. The backward slash (\) is not supported.
master.password.field.repeatLimi
Indicates the number of password changes required before you can reuse a password. The default is 3.
3. Save and close the configPassman.cnf file.