以下步骤说明如何为与 Access Manager 服务器通信的分布式验证 UI 服务器设置加密的密码。
要为分布式验证 UI 服务器设置密码:
在 Access Manager 服务器上:
在分布式验证 UI 服务器上,对 AMConfig.properties 文件执行以下更改:
注释掉 com.iplanet.am.service.password 属性。
将 com.iplanet.am.service.secret 属性设为步骤 1a 中得到的加密 amadmin 密码。
添加从步骤 1b 中复制的 am.encryption.pwd 和加密的值。例如:
com.sun.identity.agents.app.username=username #com.iplanet.am.service.password=password com.iplanet.am.service.secret=AQIC0K3omEozd544XEJIg25GT2wi1D7UAQLX am.encryption.pwd=ydV8JXhJF2J35vpxjZRiGt7SH/7mUr+Y
重新启动分布式验证 UI 服务器。