Author: kseeger Date: 2007-12-06 11:43:08 +0000 (Thu, 06 Dec 2007) New Revision: 1213
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1213 Log: -Add section about net getdomain and setdomainsid -Discern between local SIDs and domain SIDs -Unify spelling of SID Karolin Modified: trunk/manpages-3/net.8.xml Changeset: Modified: trunk/manpages-3/net.8.xml =================================================================== --- trunk/manpages-3/net.8.xml 2007-11-27 15:50:28 UTC (rev 1212) +++ trunk/manpages-3/net.8.xml 2007-12-06 11:43:08 UTC (rev 1213) @@ -604,19 +604,34 @@ <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> + +<refsect2> <title>GROUPMAP</title> <para>Manage the mappings between Windows group SIDs and UNIX groups.
