diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-06-18 09:32:10 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-06-18 09:32:10 +0200 |
commit | e912764a5e0c1f05f921667eb56ef58552de454b (patch) | |
tree | bd95952790edb621acc57fffacc696d686e977f1 | |
parent | 33a59921be8bcca3495b7525fe0c48ccb294fce5 (diff) | |
download | samba-e912764a5e0c1f05f921667eb56ef58552de454b.tar.gz samba-e912764a5e0c1f05f921667eb56ef58552de454b.tar.xz samba-e912764a5e0c1f05f921667eb56ef58552de454b.zip |
s3/docs: Add documentation for 'net sam rights'.
This is part of a fix for bug #6328.
Karolin
-rw-r--r-- | docs-xml/manpages-3/net.8.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index 68e4edb344c..107a96ae960 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -1056,6 +1056,33 @@ the rid and description is also provided for each account. </refsect2> <refsect2> +<title>SAM RIGHTS LIST</title> + +<para> +List all available privileges. +</para> + +</refsect2> + +<refsect2> +<title>SAM RIGHTS GRANT <NAME> <PRIVILEGE></title> + +<para> +Grant one or more privileges to a user. +</para> + +</refsect2> + +<refsect2> +<title>SAM RIGHTS REVOKE <NAME> <PRIVILEGE></title> + +<para> +Revoke one or more privileges from a user. +</para> + +</refsect2> + +<refsect2> <title>SAM SHOW <NAME></title> <para> |