Hi, I have two towers (computers), few Odroid XU4 (rapsberry like) and an additional computer which will be the controller. I am planning to use spack (https://spack.io/) on a NFS share from the controller such that all other computers (odroid included) can use theses modules. I wish that users can be authenticated through an LDAP server getting some properties (for instance their group name). Based on the group name, I want to authorize (or not) the two towers. My question is : how can I configure slurm to achieve this goal ? Because I read the online documentation but it is not clear enough to me.
Thanks !