summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2007-12-06 11:43:08 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:41 -0500
commit492b4b572ee717fde09e4857b4804cee5385eaca (patch)
tree60fa0037a49c27633c5ed43c12c1d7e32b7988c1
parent6b7681dbfc0105ea0b452edae09577c91a15ac50 (diff)
downloadsamba-492b4b572ee717fde09e4857b4804cee5385eaca.tar.gz
samba-492b4b572ee717fde09e4857b4804cee5385eaca.tar.bz2
samba-492b4b572ee717fde09e4857b4804cee5385eaca.zip
-Add section about net getdomain and setdomainsid
-Discern between local SIDs and domain SIDs -Unify spelling of SID Karolin (This used to be commit b823634b5e7ebc322475c102f267f5ce8c8299d8)
-rw-r--r--docs/manpages-3/net.8.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml
index 799f3e561e..04ec64b1c6 100644
--- a/docs/manpages-3/net.8.xml
+++ b/docs/manpages-3/net.8.xml
@@ -604,15 +604,30 @@ List all current items in the cache.
<refsect2>
<title>GETLOCALSID [DOMAIN]</title>
-<para>Print the SID of the specified domain, or if the parameter is
-omitted, the SID of the domain the local server is in.</para>
+<para>Prints the SID of the specified domain, or if the parameter is
+omitted, the SID of the local server.</para>
</refsect2>
<refsect2>
<title>SETLOCALSID S-1-5-21-x-y-z</title>
-<para>Sets domain sid for the local server to the specified SID.</para>
+<para>Sets SID for the local server to the specified SID.</para>
+
+</refsect2>
+
+<refsect2>
+<title>GETDOMAINSID</title>
+
+<para>Prints the local machine SID and the SID of the current
+domain.</para>
+
+</refsect2>
+
+<refsect2>
+<title>SETDOMAINSID</title>
+
+<para>Sets the SID of the current domain.</para>
</refsect2>