1.8.4. Command line tool for automated setup processes

The new Command-line tool ppwutil.exe is an executable file which can be found under $CADENAS\bin\x86 . They can be used in automated setup processes to set different values according to the installation in the configuration files of CADENAS. It is possible to enter passwords of users and set passwords for databases or API accesses without having to take a detour via graphical tools.

Right-click on the file in Windows Explorer and select Properties. The small Windows information window opens, in which you can enter further arguments in the input field at the top.

The following arguments are possible:

Input

Issue

ppwutil.exe -encryptPassword -value hallo -config $CADENAS_SETUP/odbc.cfg -block PLINKDB -item DBPASS

ppwutil.exe -encryptPassword -value hallo -config $CADENAS_SETUP/psolrights.cfg -block DB -item dbopenid -replace pwd

ppwutil.exe -encryptPassword -value hallo -config $CADENAS_SETUP/psolrights.cfg -block DB -item dbopenid -replace pwd -template "openid,1,https://login.microsoftonline.com/12-34-56/,(...),pwd"

Example 1.1. Various input options