PAM 4.0 is deployed and Linux account pamadmin is configured to manage root's password. The user has all the proper privileges on the OS, but the following error occurs.
PAM-CM-1349: A problem occurred while executing the script processor. Please try your request again or contact your Administrator.
Privileged Access Manager 4.0.0 and 4.0.1
An issue with the regex for the default password entry prompt caused the script processor to error.
This issue will be fixed as DE520357 in a future release.
As a workaround, open the target application, go to the Script Processor tab, and put (?si)(.*?password(\sfor|:).*?) in Password Entry Prompt.
The above regular expression may not work in all cases. The latest PAM releases use the following expression:
(?si)(.*?password(\sfor|\sagain|)(\s\S*|):.*?)