This issue’s utility by Carsten Flensburg allows you to synchronize passwords across multiple iSeries systems so that changing a password on one system will automatically update the password on other systems.
The utility consists of two RPG ILE programs, CBX9181 and CBX9182, and RPG service program CBX918S. These programs use a DDM data queue to send and receive an encrypted password for a specified user profile.
CBX9181 is a user profile event exit program that is called every time a user profile event occurs, such as when a user profile is created, changed, restored or deleted. Based on the passed received by the exit program, CBX9181 generates an entry on a DDM data queue pointing to a remote system where the user profile’s password should be mirrored.