From 7e76cd2b21c07832da4cc68be29de063978967ad Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Wed, 6 Mar 2013 09:26:39 -0800 Subject: [PATCH] Update pam_slurm module information --- doc/html/faq.shtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/html/faq.shtml b/doc/html/faq.shtml index 7fde96a4428..7099030ff11 100644 --- a/doc/html/faq.shtml +++ b/doc/html/faq.shtml @@ -962,11 +962,12 @@ limit from being propagated:<i>PropagateResourceLimitsExcept=MEMLOCK</i>.</p> <p>We also have a PAM module for SLURM that prevents users from logging into nodes that they have not been allocated (except for user -root, which can always login. pam_slurm is available for download from -<a href="https://sourceforge.net/projects/slurm/"> -https://sourceforge.net/projects/slurm/</a> or use the -<a href="http://www.debian.org/">Debian</a> package -named <i>libpam-slurm</i>. +root, which can always login. +This pam_slurm module is included with the Slurm distribution. +The module is built by default, but can be disabled using the +.rpmmacros option "%_without_pam 1" or by entering the command line +option "--without pam" when the configure program is executed. +It's source code is in the directory "contribs/pam". The use of pam_slurm does not require <i>UsePAM</i> being set. The two uses of PAM are independent. -- GitLab