Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
74
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
hpc-factory
Merge requests
!24
The source project of this merge request has been removed.
Fix ssh issue with pam-slurm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fix ssh issue with pam-slurm
atlurie/packer-openstack-hpc-image:feat-add-pam-slurm
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Eesaan Atluri
requested to merge
atlurie/packer-openstack-hpc-image:feat-add-pam-slurm
into
main
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Closes
#51 (closed)
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
3c73f0bf
2 commits,
2 years ago
2 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ansible/roles/pam_slurm_adopt/tasks/main.yml
+
3
−
3
Options
@@ -24,8 +24,8 @@
marker_begin
:
"
BEGIN
account"
marker_end
:
"
END
account"
block
:
|
"
-account sufficient pam_slurm_adopt.so
"
"
account required pam_access.so
"
-account sufficient pam_slurm_adopt.so
account required pam_access.so
-
name
:
Update sshd pam file
blockinfile
:
@@ -36,7 +36,7 @@
marker_begin
:
"
BEGIN
session"
marker_end
:
"
END
session"
block
:
|
"
session include password-auth-no-systemd
"
session include password-auth-no-systemd
-
name
:
Update secure access config for the node
lineinfile
:
Loading