Hello everyone,


I am trying to give users ssh access via pam_slurm_adopt.

I've installed the module and it worked correctly on testing environment

But when i add pbis-open modules (which auth users against active directory),

users are able to ssh to the server but the session isn't dedicated to the job resources.


simple example:

srun -c1 --pty bash

$nproc

1


ssh to that server

$nproc

2


This example used to work(second nproc retuend 1) before installing pbis, which install new pam module  (lsass.so)

I have tried to put 'account  sufficient   pam_slurm_adopt.so' before and after every common-* in sshd file including after/before pam_access.so



The desire result will be pam_slurm_adopt working as described + having users auth against specific groups in AD


If someone manage to solve it or have better solution We will be glad to know.


Thanks in advance, Nadav

Reply via email to