Skip to content
Snippets Groups Projects
Commit 6ac9f166 authored by Morris Jette's avatar Morris Jette
Browse files

Add new "User Permissions" web page

parent 486a1db7
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,7 @@ generated_html = \ ...@@ -101,6 +101,7 @@ generated_html = \
tres.html \ tres.html \
troubleshoot.html \ troubleshoot.html \
tutorials.html \ tutorials.html \
user_permissions.html \
wckey.html wckey.html
html_DATA = \ html_DATA = \
......
...@@ -531,6 +531,7 @@ generated_html = \ ...@@ -531,6 +531,7 @@ generated_html = \
tres.html \ tres.html \
troubleshoot.html \ troubleshoot.html \
tutorials.html \ tutorials.html \
user_permissions.html \
wckey.html wckey.html
html_DATA = \ html_DATA = \
......
...@@ -49,6 +49,7 @@ Documentation for other versions of Slurm is distributed with the code</b></p> ...@@ -49,6 +49,7 @@ Documentation for other versions of Slurm is distributed with the code</b></p>
<li><a href="power_save.html">Power Saving Guide (power down idle nodes)</a></li> <li><a href="power_save.html">Power Saving Guide (power down idle nodes)</a></li>
<li><a href="prolog_epilog.html">Prolog and Epilog Guide</a></li> <li><a href="prolog_epilog.html">Prolog and Epilog Guide</a></li>
<li><a href="troubleshoot.html">Troubleshooting Guide</a></li> <li><a href="troubleshoot.html">Troubleshooting Guide</a></li>
<li><a href="user_permissions.html">User Permissions</a></li>
<li><a href="wckey.html">WCKey Management</a></li> <li><a href="wckey.html">WCKey Management</a></li>
<li>Workload Prioritization</li> <li>Workload Prioritization</li>
<ul> <ul>
...@@ -135,6 +136,6 @@ Documentation for other versions of Slurm is distributed with the code</b></p> ...@@ -135,6 +136,6 @@ Documentation for other versions of Slurm is distributed with the code</b></p>
</li> </li>
</ul> </ul>
<p style="text-align:center;">Last modified 25 August 2015</p> <p style="text-align:center;">Last modified 22 September 2015</p>
<!--#include virtual="footer.txt"--> <!--#include virtual="footer.txt"-->
<!--#include virtual="header.txt"-->
<h1>User Permissions</h1>
<p>Slurm supports several special user permissions as described below.</p>
<h2>Operator</h2>
<p>These users can add, modify, and remove any database object
(user, account, etc), and add other operators.
On a SlurmDBD served cluster, these users can
<ul>
<li>View information that is blocked to regular uses by a PrivateData flag</li>
<li>Create/Alter/Delete Reservations</li>
</ul>
<p>Set using an <b>AdminLevel</b> option in the user's database record.
For configuration information, see
<a href="accounting.html">Accounting and Resource Limits</a>.</p>
<h2>Admin</h2>
<p>These users have the same level of privileges as an operator in the database.
They can also alter anything on a served slurmctld as if they were the SlurmUser
or root.</p>
<p>An <b>AdminLevel</b> option in the user's database record.
For configuration information, see
<a href="accounting.html">Accounting and Resource Limits</a>.</p>
<h2>Coordinator</h2>
<p>A special privileged user, usually an account manager or such, that can add
users or sub-accounts to the account they are coordinator over.
This should be a trusted person since they can change limits on account and
user associations inside their realm.</p>
<p>Set using a table in Slurm's database defining user's and accounts for
which they can serve as coordinators.
For configuration information, see the
<a href="sacctmgr.html">sacctmgr</a> man page.</p>
<p style="text-align:center;">Last modified 22 September 2015</p>
<!--#include virtual="footer.txt"-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment