summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-23 10:33:13 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-07 10:25:48 +0100
commit52eb4038e593e8e141c7e7e52771a4be0d2a8396 (patch)
treeac08f5876a474053545b0bd05055799c02ce8414 /docs-xml
parent71f3b8d8da3e195549c3aee133c78a92826e9742 (diff)
downloadsamba-52eb4038e593e8e141c7e7e52771a4be0d2a8396.tar.gz
s3-docs: mention -M option and remove nonexisting -G option in pdbedit manpage.
Guenther (cherry picked from commit 3b40ec83705f7ea61f4d4b88438493b6c197f222) (cherry picked from commit 79f92a10a8a25c0f162b0b4707e90f9ab01b540f)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/pdbedit.8.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs-xml/manpages-3/pdbedit.8.xml b/docs-xml/manpages-3/pdbedit.8.xml
index dbce28f2b3d..eaafb9713c7 100644
--- a/docs-xml/manpages-3/pdbedit.8.xml
+++ b/docs-xml/manpages-3/pdbedit.8.xml
@@ -29,12 +29,12 @@
<arg choice="opt">-f fullname</arg>
<arg choice="opt">--force-initialized-passwords</arg>
<arg choice="opt">-g</arg>
- <arg choice="opt">-G SID|RID</arg>
<arg choice="opt">-h homedir</arg>
<arg choice="opt">-i passdb-backend</arg>
<arg choice="opt">-I domain</arg>
<arg choice="opt">-L </arg>
<arg choice="opt">-m</arg>
+ <arg choice="opt">-M SID|RID</arg>
<arg choice="opt">-N description</arg>
<arg choice="opt">-P account-policy</arg>
<arg choice="opt">-p profile</arg>
@@ -215,13 +215,13 @@ samba:45:0F2B255F7B67A7A9AAD3B435B51404EE:
</varlistentry>
<varlistentry>
- <term>-G|'--group SID' SID|rid</term>
+ <term>-M|'--machine SID' SID|rid</term>
<listitem><para>
- This option can be used while adding or modifying a user account. It
- will specify the users' new primary group SID (Security Identifier) or
+ This option can be used while adding or modifying a machine account. It
+ will specify the machines' new primary group SID (Security Identifier) or
rid. </para>
- <para>Example: <command>-G S-1-5-21-2447931902-1787058256-3961074038-1201</command></para>
+ <para>Example: <command>-M S-1-5-21-2447931902-1787058256-3961074038-1201</command></para>
</listitem>
</varlistentry>