diff options
author | Tim Potter <tpot@samba.org> | 2002-07-09 19:13:11 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-07-09 19:13:11 +0000 |
commit | 8d26bc35813896fa2bedfb8ebddf03c349163370 (patch) | |
tree | e9c878629cc7c9a43b75ef58da1fd4d40159f2ee /docs/docbook/manpages | |
parent | d2707f105989730c7c995e440d2355a274e8daa3 (diff) | |
download | samba-8d26bc35813896fa2bedfb8ebddf03c349163370.tar.gz samba-8d26bc35813896fa2bedfb8ebddf03c349163370.tar.bz2 samba-8d26bc35813896fa2bedfb8ebddf03c349163370.zip |
Documented -I option to rpcclient.
(This used to be commit 9e64d6973b4a4015a1f0282b11654ed9716786bd)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/rpcclient.1.sgml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/docbook/manpages/rpcclient.1.sgml b/docs/docbook/manpages/rpcclient.1.sgml index 9205439b01..f1ba474cfb 100644 --- a/docs/docbook/manpages/rpcclient.1.sgml +++ b/docs/docbook/manpages/rpcclient.1.sgml @@ -26,6 +26,7 @@ <arg choice="opt">-U username[%password]</arg> <arg choice="opt">-W workgroup</arg> <arg choice="opt">-N</arg> + <arg choice="opt">-I destinationIP</arg> <arg choice="req">server</arg> </cmdsynopsis> </refsynopsisdiv> @@ -104,6 +105,23 @@ </varlistentry> + <varlistentry> + <term>-I IP-address</term> + <listitem><para><replaceable>IP address</replaceable> is the address of the server to connect to. + It should be specified in standard "a.b.c.d" notation. </para> + + <para>Normally the client would attempt to locate a named + SMB/CIFS server by looking it up via the NetBIOS name resolution + mechanism described above in the <parameter>name resolve order</parameter> + parameter above. Using this parameter will force the client + to assume that the server is on the machine with the specified IP + address and the NetBIOS name component of the resource being + connected to will be ignored. </para> + + <para>There is no default for this parameter. If not supplied, + it will be determined automatically by the client as described + above. </para></listitem> + </varlistentry> <varlistentry> |