diff options
author | Günther Deschner <gd@samba.org> | 2009-12-23 10:33:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-12-23 10:34:44 +0100 |
commit | 3b40ec83705f7ea61f4d4b88438493b6c197f222 (patch) | |
tree | e0513ab1b9edb1ca031e995eacc948d1da5eb243 /docs-xml/manpages-3 | |
parent | 802e9328edc55aa56c811db8a01c9a855820e1a1 (diff) | |
download | samba-3b40ec83705f7ea61f4d4b88438493b6c197f222.tar.gz samba-3b40ec83705f7ea61f4d4b88438493b6c197f222.tar.bz2 samba-3b40ec83705f7ea61f4d4b88438493b6c197f222.zip |
s3-docs: mention -M option and remove nonexisting -G option in pdbedit manpage.
Guenther
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/pdbedit.8.xml | 10 |
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 86a566d1f2..2d074d922d 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> |