You change the password in the login-config.xml file when you change the password for the following service accounts:
You may need to regularly change the password for these accounts to comply with your organization's security and password policies.
Note: You may need to use more than one method to change the password on all components that the service account interacts with. If the password is a clear text password, use the pwdtools utility to encrypt it before you change the password in the login-config.xml file.
To change the password in the login-config.xml file
JBoss_home/server/default/conf
There are six instances in the file. You name this account when you create a user to prepare the database for CA ControlMinder Enterprise Management.
The parameter is enclosed by the <module-option name="password"> and </module-option> tags.
The RDBMS_service_user password is changed.
<module-option name="userName">reportserver</module-option>
The parameter is enclosed by the <module-option name="password"> and </module-option> tags.
The reportserver password is changed.
Example: Change the RDBMS_service_user Password in the login-config.xml File
This snippet of the login-config.xml file shows you one instance of the changed RDMBS_service_user password. The user is named caidb01. The password has been encrypted and is }>8:Jt^+%INK&i^v:
<application-policy name="imobjectstoredb"> <authentication> <login-module code="com.netegrity.jboss.datasource.PasswordEncryptedLogin" flag="required"> <module-option name="userName">caidb01</module-option> <module-option name="password">{AES}:}>8:Jt^+%INK&i^v==</module-option> <module-option name="managedConnectionFactoryName"> jboss.jca:name=jdbc/objectstore,service=NoTxCM</module-option> </login-module> </authentication> </application-policy>
Example: Change the reportserver Password in the login-config.xml File
This snippet of the login-config.xml file shows you the changed reportserver password. The password has been encrypted and is }>8:Jt^+%INK&i^v:
<application-policy name="JmsXATibcoRealm"> <authentication> <login-module code="com.netegrity.jboss.datasource.PasswordEncryptedLogin" flag="required"> <module-option name="userName">reportserver</module-option> <module-option name="password">{AES}:}>8:Jt^+%INK&i^v==</module-option> <module-option name="managedConnectionFactoryName"> jboss.jca:service=TxCM,name=TibcoJmsXA</module-option> </login-module> </authentication> </application-policy>
Copyright © 2013 CA Technologies.
All rights reserved.
|
|