Tuesday, March 26, 2013

Configuring and Compiling PAM Module for Torque 2.5 Server

If you are compiling PAM Module for the Torque Server and Clients, do remember to add the following to the Torque 2.5 configuration file

./configure \
--prefix=/opt/torque \
--exec-prefix=/opt/torque/x86_64 \
--enable-docs \
--disable-gui \
--with-server-home=/var/spool/torque \
--enable-syslog \
--with-scp \
--disable-rpp \
--disable-spool \
--with-pam
For more information on how to compile Torque.
  1. See Installing Torque 2.5 on CentOS 6. 
  2. See Using pam_pbssimpleauth.so to authorise login for users for Torque 

No comments: