XPQ: Changing passwords on some nodes via a combination of NODE and NETWORK_CHANGE entries in PQACL

XPQ: Changing passwords on some nodes via a combination of NODE and NETWORK_CHANGE entries in PQACL

A combination of the NODE entries, the MEMBER with a specific UserID, and the NETWORK_CHANGE ALWAYS setting on a PQGROUP in the PQACL file will limit password changes across the network for some systems.

Below is an example of the PQACL file with the NODE entries and a PQGROUP configured with a MEMBER with a specific UserID and NETWORK_CHANGE ALWAYS
If a user on \DEV.1,2 or \TEST.1,2 has a password change, a network password change request will be sent to the other nodes, i.e. \TEST or \DEV, but not to \PROD.

! Node entries
NODE \DEV

NODE \TEST
NODE \PROD

PQGROUP DEV-TEST-USER
DESCRIPTION "Password change for DEV.1.2 and TEST.1.2"
OWNER $security
MEMBERS
         \DEV.1,2
         \TEST.1,2
NETWORK_CHANGE ALWAYS