From: Karolin Seeger Date: Thu, 6 Dec 2007 11:43:08 +0000 (+0000) Subject: -Add section about net getdomain and setdomainsid X-Git-Tag: samba-3.3.0pre1~1544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b823634b5e7ebc322475c102f267f5ce8c8299d8;p=thirdparty%2Fsamba.git -Add section about net getdomain and setdomainsid -Discern between local SIDs and domain SIDs -Unify spelling of SID Karolin --- diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 799f3e561e5..04ec64b1c62 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. GETLOCALSID [DOMAIN] -Print the SID of the specified domain, or if the parameter is -omitted, the SID of the domain the local server is in. +Prints the SID of the specified domain, or if the parameter is +omitted, the SID of the local server. SETLOCALSID S-1-5-21-x-y-z -Sets domain sid for the local server to the specified SID. +Sets SID for the local server to the specified SID. + + + + +GETDOMAINSID + +Prints the local machine SID and the SID of the current +domain. + + + + +SETDOMAINSID + +Sets the SID of the current domain.