Setting Custom Password Policy
There may be instances where you may need to set a custom password policy. There is a new property that has been added to the tea.tra file to meet this requirement.
- Procedure
- Open the tea.tra file.
- Under the TEA variables section, locate
tibco.env.TEA_START_PARAMS. - Specify the
nameand the-Dpassword.policywhere-Dpassword.policy ="<location_of_custom_password_policy_xml_file>". The following is an example of setting a custom password policy:name=password.policy -Dpassword.policy="%TEA_CONFIG_HOME%/conf/TEAPasswordPolicy.xml" or C:\tea240\tibco\cfgmgmt\tea\conf\TEAPasswordPolicy.xml or "/home/user/tea_2.4.0/tibco/cfgmgmt/tea/conf/TEAPasswordPolicy.xml"