diff options
author | Günther Deschner <gd@samba.org> | 2009-10-06 18:20:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-13 12:42:44 +0200 |
commit | 0c37c23869fe8000609c91be3d44ba269ff38f3b (patch) | |
tree | ad8298e1ce0387848c72e2d538cd54ff9e6aa853 /docs-xml/manpages-3 | |
parent | 0a468fbe36e6049f8d7f971c1aa111e1573a406c (diff) | |
download | samba-0c37c23869fe8000609c91be3d44ba269ff38f3b.tar.gz samba-0c37c23869fe8000609c91be3d44ba269ff38f3b.tar.bz2 samba-0c37c23869fe8000609c91be3d44ba269ff38f3b.zip |
docs: document wbinfo -c.
Guenther
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/wbinfo.1.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index 8f83f5e1c0..d6628e7da9 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -23,6 +23,7 @@ <arg choice="opt">--all-domains</arg> <arg choice="opt">--allocate-gid</arg> <arg choice="opt">--allocate-uid</arg> + <arg choice="opt">-c</arg> <arg choice="opt">-D domain</arg> <arg choice="opt">--domain domain</arg> <arg choice="opt">-g</arg> @@ -111,6 +112,14 @@ </varlistentry> <varlistentry> + <term>-c|--change-secret</term> + <listitem><para>Change the trust account password. May be used + in conjunction with <option>domain</option> in order to change + interdomain trust account passwords. + </para></listitem> + </varlistentry> + + <varlistentry> <term>--domain <replaceable>name</replaceable></term> <listitem><para>This parameter sets the domain on which any specified operations will performed. If special domain name '.' is used to represent |