2016-05-10 17:43 GMT+02:00 remi marchal <[email protected]>:
> Dear Slurm users, > > I am quite new in the slurm community. > > I set up a slurm cluster using a munge authentification and would like to > allow ldap users to submit jobs. > > ldap authentification works perfectly on the all hosts. > > When I submit a job using a local user, everything works fine. > > However, when I submit a job using an ldap account, it remains pended and > I see the following error message in the slurmd logfile: > > [2016-05-10T17:14:45.213] Launching batch job 126 for UID 1050 > [2016-05-10T17:14:45.213] error: _send_slurmstepd_init: getpwuid_r: No > error > Can you provide the output of `getent passwd | grep 1050` on the compute node? Have you configured passwd/shadow source appropriately? cheers, marcin
