diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-04 18:47:56 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-19 23:25:06 +0100 |
commit | a4bcabc726077a2ad598c87cd10cdae14d45d99a (patch) | |
tree | 85c2765a00c4be26332a14865fb3932080f45200 /docs-xml/manpages-3/wbinfo.1.xml | |
parent | af4a5f4c13a60e1522c05663cc00dc339b6150ed (diff) | |
download | samba-a4bcabc726077a2ad598c87cd10cdae14d45d99a.tar.gz |
s3: Document wbinfo -P/--ping-dc
Diffstat (limited to 'docs-xml/manpages-3/wbinfo.1.xml')
-rw-r--r-- | docs-xml/manpages-3/wbinfo.1.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index 720715c9519..f708508ab42 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -39,6 +39,7 @@ <arg choice="opt">-N netbios-name</arg> <arg choice="opt">--own-domain</arg> <arg choice="opt">-p</arg> + <arg choice="opt">-P</arg> <arg choice="opt">-r user</arg> <arg choice="opt">--remove-uid-mapping uid,sid</arg> <arg choice="opt">--remove-gid-mapping gid,sid</arg> @@ -239,6 +240,15 @@ </varlistentry> <varlistentry> + <term>-P|--ping-dc</term> + <listitem><para>Issue a no-effect command to our DC. This + checks if our secure channel connection to our domain + controller is still alive. It has much less impact than + wbinfo -t. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-r|--user-groups <replaceable>username</replaceable></term> <listitem><para>Try to obtain the list of UNIX group ids to which the user belongs. This only works for users |