Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
6c339b2c
Commit
6c339b2c
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add description of SSSD use with Slurm on FAQ
parent
7da8e149
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/faq.shtml
+12
-0
12 additions, 0 deletions
doc/html/faq.shtml
with
12 additions
and
0 deletions
doc/html/faq.shtml
+
12
−
0
View file @
6c339b2c
...
@@ -159,6 +159,7 @@ script for Slurm?</a></li>
...
@@ -159,6 +159,7 @@ script for Slurm?</a></li>
launch a shell on a node in the job's allocation?</a></li>
launch a shell on a node in the job's allocation?</a></li>
<li><a href="#upgrade">What should I be aware of when upgrading Slurm?</a></li>
<li><a href="#upgrade">What should I be aware of when upgrading Slurm?</a></li>
<li><a href="#torque">How easy is it to switch from PBS or Torque to Slurm?</a></li>
<li><a href="#torque">How easy is it to switch from PBS or Torque to Slurm?</a></li>
<li><a href="#sssd">I am having trouble using SSSD with Slurm.</a></li>
</ol>
</ol>
<h2>For Management</h2>
<h2>For Management</h2>
...
@@ -1701,6 +1702,17 @@ Slurm recognizes and translates the "#PBS" options in batch scripts.
...
@@ -1701,6 +1702,17 @@ Slurm recognizes and translates the "#PBS" options in batch scripts.
Most, but not all options are supported.
Most, but not all options are supported.
Please share any enhancements that you make.</p>
Please share any enhancements that you make.</p>
<p><a name="sssd"><b>53. I am having trouble using SSSD with Slurm.</b></a></br>
SSSD or System Security Services Deamon does not allow enumeration of group
members by default.
SSSD is also case sensitive, which could possible raise other issues.
Add the following lines to <i>/etc/ssd/ssd.conf</i> on your head node to
address these issues:</p>
<pre>
enumerate = True
case_sensitive = False
</pre>
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 21 August 2013</p>
<p style="text-align:center;">Last modified 21 August 2013</p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment