The Smarts EDAA logs into domains using the EDAA account . This account has the same access privileges as the admin account as well as the ability to perform actions on behalf of other users. To secure this account, change its default password, which is changeme.
Procedure
- In the install directory of each domain server accessed by Smarts EDAA, type sm_edit conf/serverConnect.conf
By default, only presentation SAM is exposed.
- In the
serverConnect.conf
file, change the encrypted default password for the _edaa
account.
For example, you can change this password:
*:_edaa:<E-1.0>94C355DA7E0EB7AADE32F80F201F70C5CCA88288443EE23CB5249ACD10C773E1:Impersonate
to the new password:
*:_edaa:<new_password>:Impersonate
When you save the
serverConnect.conf
file,
sm_edit
encrypts the new password.
- In the install directory of the SAM server hosting the Smarts EDAA, type sm_edit conf/edaaClientConnect.conf
- In the
edaaClientConnect
file, change the encrypted default password for the _edaa
account.
For example, you can change this password:
*:*:_edaa:<E-1.0>94C355DA7E0EB7AADE32F80F201F70C5CCA88288443EE23CB5249ACD10C773E1
to the new password:
*:*:_edaa:<new_password>
When you save the
edaaClientConnect
file,
sm_edit
encrypts the new password.
- Stop the Smarts Tomcat hosting the Smarts EDAA by typing bin/sm_service stop smarts-tomcat.
- Restart the Smarts Tomcat hosting the Smarts EDAA by typing bin/sm_service start smarts-tomcat.
- Verify that the Smarts EDAA can access each domain.