EEM Documentation shows a way to use some LDAP browsing tools like JXPlorer, to connect to CA Directory and reset the password for eiamadmin
If such a tool is not available, this document provides a way to reset eiamadmin password in EEM.
EEM 12.x
Embedded Entitlements Manager 12.x
Make a recursive folder backup of CA Directory (cp -rp /opt/CA/SharedComponents/CADirectory )
Login as unix user dsa to perform below steps (su - dsa
)
Backup existing Directory database:
dxdumpdb -f saved_file.ldif <dsa_name>
## Note: dsa_name is normally itechpoz or iTechPoz
(DXSERVER/data/itechpoz/*.db that file usually indicates the dsa_name the above command needs)
cp saved_file.ldif modified_file.ldif
dxpassword -P SHA512 NewPassword
{SHA512}diQwBbzAvqCdbAQJtvLjKoBQ8x8SO3l2eOmDAboYIv3+rBDd+igbOenrX1pO3bJxucnOXeeP
MRZ4gG5M9VeNgg==
{SHA512}diQwBbzAvqCdbAQJtvLjKoBQ8x8SO3l2eOmDAboYIv3+rBDd+igbOenrX1pO3bJxucnOXeePMRZ4gG5M9VeNgg==
dn: cn=EiamAdmin,cn=Admins,cn=Entities,cn=iTechPoz
userPassword: {SHA512}diQwBbzAvqCdbAQJtvLjKoBQ8x8SO3l2eOmDAboYIv3+rBDd+igbOenrX1pO3bJxucnOXeePMRZ4gG5M9VeNgg==
pzPasswordDigest: {SHA512}diQwBbzAvqCdbAQJtvLjKoBQ8x8SO3l2eOmDAboYIv3+rBDd+igbOenrX1pO3bJxucnOXeePMRZ4gG5M9VeNgg==
dxloaddb <dsa_name> modified_file.ldif