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
ad04b4f2
Commit
ad04b4f2
authored
21 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add warning not to use AuthType=auth/none if any security is desired.
parent
0f27bda4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/html/quickstart_admin.html
+5
-2
5 additions, 2 deletions
doc/html/quickstart_admin.html
doc/man/man5/slurm.conf.5
+3
-1
3 additions, 1 deletion
doc/man/man5/slurm.conf.5
etc/slurm.conf.example
+6
-2
6 additions, 2 deletions
etc/slurm.conf.example
with
14 additions
and
5 deletions
doc/html/quickstart_admin.html
+
5
−
2
View file @
ad04b4f2
...
@@ -74,7 +74,10 @@ per the SLURM configuration.</p>
...
@@ -74,7 +74,10 @@ per the SLURM configuration.</p>
<h3>
Infrastructure
</h3>
<h3>
Infrastructure
</h3>
<p>
All communications between SLURM components are authenticated. The authentication
<p>
All communications between SLURM components are authenticated. The authentication
infrastructure used is specified in the SLURM configuration file and options include:
infrastructure used is specified in the SLURM configuration file and options include:
<a
href=
"http://www.theether.org/authd/"
>
authd
</a>
, munged and none.
</p>
<a
href=
"http://www.theether.org/authd/"
>
authd
</a>
, munged and none.
The default authentication infrastructure is "none". This permits any user to execute
any job as another user. This may be fine for testing purposes, but certainly not for production
use.
<b>
Configure some AuthType value other than "none" if you want any security.
</b></p>
<p>
Quadrics MPI works directly with SLURM on systems having Quadrics interconnects.
<p>
Quadrics MPI works directly with SLURM on systems having Quadrics interconnects.
For non-Quadrics interconnect systems,
<a
href=
"http://www.lam-mpi.org/"
>
LAM/MPI
</a>
For non-Quadrics interconnect systems,
<a
href=
"http://www.lam-mpi.org/"
>
LAM/MPI
</a>
is the preferred MPI infrastructure. LAM/MPI uses the command
<i>
lamboot
</i>
to
is the preferred MPI infrastructure. LAM/MPI uses the command
<i>
lamboot
</i>
to
...
@@ -338,7 +341,7 @@ adev0: scontrol shutdown
...
@@ -338,7 +341,7 @@ adev0: scontrol shutdown
<td
colspan=
"3"
><hr>
<p>
For information about this page, contact
<a
href=
"mailto:slurm-dev@lists.llnl.gov"
>
slurm-dev@lists.llnl.gov
</a>
.
</p>
<td
colspan=
"3"
><hr>
<p>
For information about this page, contact
<a
href=
"mailto:slurm-dev@lists.llnl.gov"
>
slurm-dev@lists.llnl.gov
</a>
.
</p>
<p><a
href=
"http://www.llnl.gov/"
><img
align=
middle
src=
"lll.gif"
width=
"32"
height=
"32"
border=
"0"
></a></p>
<p><a
href=
"http://www.llnl.gov/"
><img
align=
middle
src=
"lll.gif"
width=
"32"
height=
"32"
border=
"0"
></a></p>
<p
class=
"footer"
>
UCRL-WEB-201790
<br>
<p
class=
"footer"
>
UCRL-WEB-201790
<br>
Last modified
Jan
uary 1
5
, 2004
</p></td>
Last modified
Febr
uary 1
2
, 2004
</p></td>
</tr>
</tr>
</table>
</table>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
3
−
1
View file @
ad04b4f2
.TH "slurm.conf" "5" "
Jan
uary 2004" "Morris Jette" "Slurm configuration file"
.TH "slurm.conf" "5" "
Febr
uary 2004" "Morris Jette" "Slurm configuration file"
.SH "NAME"
.SH "NAME"
slurm.conf \- Slurm configuration file
slurm.conf \- Slurm configuration file
.SH "DESCRIPTION"
.SH "DESCRIPTION"
...
@@ -22,6 +22,8 @@ components.
...
@@ -22,6 +22,8 @@ components.
Acceptable values at present include "auth/none" and "auth/authd".
Acceptable values at present include "auth/none" and "auth/authd".
The default value is "auth/none", which means the UID included in
The default value is "auth/none", which means the UID included in
communication messages is not verified.
communication messages is not verified.
This may be fine for testing purposes, but
\fBdo not use "auth/none" if you desire any security\fR.
"auth/authd" indicates that Brett Chun's authd is to be used (see
"auth/authd" indicates that Brett Chun's authd is to be used (see
"http://www.theether.org/authd/" for more information).
"http://www.theether.org/authd/" for more information).
All SLURM daemons and commands must be restarted for a change in
All SLURM daemons and commands must be restarted for a change in
...
...
This diff is collapsed.
Click to expand it.
etc/slurm.conf.example
+
6
−
2
View file @
ad04b4f2
...
@@ -131,8 +131,12 @@
...
@@ -131,8 +131,12 @@
# o Define the authentication method for communicating between SLURM
# o Define the authentication method for communicating between SLURM
# components
# components
#
#
# "auth/none" : no authentication, the default
# "auth/none" : no authentication, the default
# "auth/authd" : Brent Chun's authd
# "auth/authd" : Brent Chun's authd
# "auth/munge": LLNL's munge
#
# WARNING: The use of "auth/none" permits any user to execute jobs as any
# other user. This may be fine for testing purposes, but do not use it in production.
#
#
# AuthType=auth/none
# AuthType=auth/none
...
...
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