-Add section about net getdomain and setdomainsid
authorKarolin Seeger <ks@samba.org>
Thu, 6 Dec 2007 11:43:08 +0000 (11:43 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 16:54:13 +0000 (11:54 -0500)
-Discern between local SIDs and domain SIDs
-Unify spelling of SID
Karolin

docs/manpages-3/net.8.xml

index 799f3e561e5ff132b414bd408456bba8015ac3a4..04ec64b1c622559cc44f5c4cc1b9e4cfd1b729e4 100644 (file)
@@ -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>