Simply add the string {protect} to the beginning of any line that you wish to encrypt in the property file - I'm using profiles_tdi.properties in the following example.
As an example, change: -
source_ldap_user_password=Passw0rd123
to:
{protect}-source_ldap_user_password=Passw0rd123
Then run an Assembly Line such as populate_from_dn_file and you'll then get something like this:
{protect}-source_ldap_user_password={encr}89ae788e9f88bbc8877a7729e99ac9d990ea
As an example, change: -
source_ldap_user_password=Passw0rd123
to:
{protect}-source_ldap_user_password=Passw0rd123
Then run an Assembly Line such as populate_from_dn_file and you'll then get something like this:
{protect}-source_ldap_user_password={encr}89ae788e9f88bbc8877a7729e99ac9d990ea
Comentários
Postar um comentário