Configure PAM authentication on Redhat version 6 for InfoSphere DataStage
Problem
The configuration file requires changes for Redhat v6 for InfoSphere DataStage
Resolving the problem
Perform the following steps:
- As root or your DataStage administrator user, cd to the DSEngine directory and edit the uvconfig file and set:
AUTHENTICATION 1 - From the DSEngine directory run,
. ./dsenv
To set up your environment. - Stop the DataStage engine
bin/uv -admin -stop. - Next, from the same directory run:
bin/uv -admin -regen - As the root user you will need to you must create a file named dsepam in the /etc/pam.d and add the following content:
# for DataStage PAM authentication
auth include system-auth
account include system-auth
password include system-auth
session include system-auth
6. Restart the DataStage engine.
bin/uv -admin -start
Thank You.
Regards,
Guru