diff options
author | John Terpstra <jht@samba.org> | 2005-03-05 05:43:19 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:14 -0500 |
commit | 90f2fb9ad62aaef11b3e720dda0873a906af10ec (patch) | |
tree | 20d9634b83d8b5b9e2edeb5ff7c8f6300104f36b /docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml | |
parent | c1575807a409483f9b423f4d10e09b9e4bb56a1a (diff) | |
download | samba-90f2fb9ad62aaef11b3e720dda0873a906af10ec.tar.gz samba-90f2fb9ad62aaef11b3e720dda0873a906af10ec.tar.bz2 samba-90f2fb9ad62aaef11b3e720dda0873a906af10ec.zip |
Another update - adding Privilege info to chapter 6, updating it also in the HOWTO.
(This used to be commit b5c7f01601c473a977be7cae153408d7158af58b)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml | 48 |
1 files changed, 38 insertions, 10 deletions
diff --git a/docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml b/docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml index d649287995..ef670e201d 100644 --- a/docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml +++ b/docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml @@ -74,18 +74,46 @@ must be defined in the <smbconfsection>global</smbconfsection> section of the &s </para> <para> -Currently, the following rights are supported in Samba 3: -<screen> -SeAddUsersPrivilege Add users and groups to the domain -SeDiskOperatorPrivilege Manage disk shares -SeMachineAccountPrivilege Add machines to domain -SePrintOperatorPrivilege Manage printers -SeRemoteShutdownPrivilege Force shutdown from a remote system -</screen> -The remainder of this chapter explains how to manage and use -these privileges on Samba servers. +Currently, the rights supported in Samba 3 are listed in <link linkend="rp-privs"/>. +The remainder of this chapter explains how to manage and use these privileges on Samba servers. </para> +<table id="rp-privs"> + <title>Current Privilege Capabilities</title> + <tgroup cols="2"> + <colspec align="right"/> + <colspec align="left"/> + <thead> + <row> + <entry align="center">Privilege</entry> + <entry align="center">Description</entry> + </row> + </thead> + <tbody> + <row> + <entry><para>SeMachineAccountPrivilege</para></entry> + <entry><para>Add machines to domain</para></entry> + </row> + <row> + <entry><para>SePrintOperatorPrivilege</para></entry> + <entry><para>Manage printers</para></entry> + </row> + <row> + <entry><para>SeAddUsersPrivilege</para></entry> + <entry><para>Add users and groups to the domain</para></entry> + </row> + <row> + <entry><para>SeRemoteShutdownPrivilege</para></entry> + <entry><para>Force shutdown from a remote system</para></entry> + </row> + <row> + <entry><para>SeDiskOperatorPrivilege</para></entry> + <entry><para>Manage disk share</para></entry> + </row> + </tbody> + </tgroup> +</table> + <sect2> <title>Using the <quote>net rpc rights</quote> Utility</title> |