When the Messaging Agent and Archive Agent are installed, the user’s eDirectory password that is used to read the configuration that starts the agents is stored in the startup file for each agent. Prior to Messenger 2.0.2 Hot Patch 1, this password was stored in plain text. By default in Messenger 2.0.2 Hot Patch 1, the password is obfuscated to prevent it from being read.
If you want to check whether the password has been obfuscated, look in the startup files. The password is prepended with $$: if it has been obfuscated.
The NMPassword utility is used to change the password in the startup file for both the Messaging Agent and the Archive Agent.
Before using the utility, you must verify that a drive has been mapped to the location of the startup file.
To change the password:
In Windows, click cmd to open a command window.
, then enterUse the following command to change the password:
c:\gwm202\server\utility\nmpwd\nmpwd.exe --startup=<path to startup file> --password=<new password>
Replace c:\gwm202 with the location where the hot patch files were extracted.
Before using the utility, you must verify the following prerequisites:
Make sure you have installed Messenger 2.0.2 Hot Patch 1.
A drive must be mapped to the location of the startup file.
After installing Messenger 2.0.2 Hot Patch 1, change to the /opt/novell/messenger/bin/ directory.
Become root by entering sux and the root password.
Use the following command to change the password:
./nmpwd --startup=<path to startup file> --password=<new password>