To enable centrify authentication in sas.
1. Go to /etc/pam.d
2. Edit sasauth file and search for methods. By default it should only have pw. Add pam to it. It should look like below
methods=pw pam
Also do the same changes in sasauth.conf file:
1. Go to <SASHOME>/SASFoundation/9.4/utilities/bin
2. Backup sasauth.conf
3. Edit sasauth.conf file and search for methods. By default it should only have pw. Add pam to it. It should look like below
methods=pam
Then do proc permtest
1. Go to /etc/pam.d
2. Edit sasauth file and search for methods. By default it should only have pw. Add pam to it. It should look like below
methods=pw pam
Also do the same changes in sasauth.conf file:
1. Go to <SASHOME>/SASFoundation/9.4/utilities/bin
2. Backup sasauth.conf
3. Edit sasauth.conf file and search for methods. By default it should only have pw. Add pam to it. It should look like below
methods=pam
Then do proc permtest
proc
permtest; run;
Comments
Post a Comment