1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

-Add section about net getdomain and setdomainsid

-Discern between local SIDs and domain SIDs
-Unify spelling of SID
Karolin
(This used to be commit b823634b5e)
This commit is contained in:
Karolin Seeger 2007-12-06 11:43:08 +00:00 committed by Gerald W. Carter
parent 6b7681dbfc
commit 492b4b572e

View 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>