[torqueusers] Not able to build torque with pam support.
Prakash Velayutham
prakash.velayutham at cchmc.org
Thu Feb 25 10:54:20 MST 2010
Once you have PAM support built in, just edit the necessary PAM config
files under /etc/pam.d folder (generally that is where they are in
linux) to include the pam_pbssimpleauth.so library in the account
section and that should be it.
We use it here for SSH service to prevent users from directly logging
into compute nodes and running jobs.
Prakash
On Feb 25, 2010, at 8:28 AM, Sabuj Pattanayek wrote:
> On Thu, Feb 25, 2010 at 7:27 AM, Roy Dragseth
> <roy.dragseth at cc.uit.no> wrote:
>>> --with-pam=/lib64/security
>>
>> Thanks a bunch!! That nailed it.
>>
>> (Although I must say that I really hate to sprinkle my .spec files
>> with %ifarch
>> x86_64 since I need to support both 32 and 64 bit archs.)
>
> Well, I'm not even sure how the pam stuff is used in torque, but
> torque on our head node is 32 bit (compiled --with-pam=/lib/security)
> and all our compute nodes are 64bit (compiled
> --with-pam=/lib64/security).
> _______________________________________________
> torqueusers mailing list
> torqueusers at supercluster.org
> http://www.supercluster.org/mailman/listinfo/torqueusers
More information about the torqueusers
mailing list