Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove slurm nsswitch configuration on compute nodes #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tpdownes
Copy link
Member

This PR ensures that Slurm compute nodes honor their own OS Login configuration.

  • This configuration has been documented to conflict with OS Login because it effectively ignores the node's own passwd and group configurations from OS Login.
  • additionally, it appears to require "broken_shadow" in /etc/pam.d/common-account for some configurations. It appears that nss_slurm is not entirely compliant.

This PR ensures that Slurm compute nodes honor their own OS Login
configuration.

- This configuration has been documented to conflict with OS Login
  because it effectively ignores the node's own passwd and group
  configurations from OS Login.
- additionally, it appears to require "broken_shadow" in
  /etc/pam.d/common-account for some configurations. It appears that
  nss_slurm is not entirely compliant.
@tpdownes tpdownes requested a review from rohitramu April 26, 2024 18:39
@tpdownes tpdownes assigned rohitramu and danielahlin and unassigned rohitramu Apr 26, 2024
@tpdownes tpdownes requested review from danielahlin and removed request for rohitramu April 29, 2024 15:47
@tpdownes tpdownes assigned tpdownes and unassigned danielahlin Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants