From 8d26bc35813896fa2bedfb8ebddf03c349163370 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 9 Jul 2002 19:13:11 +0000 Subject: Documented -I option to rpcclient. (This used to be commit 9e64d6973b4a4015a1f0282b11654ed9716786bd) --- docs/docbook/manpages/rpcclient.1.sgml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 @@ -U username[%password] -W workgroup -N + -I destinationIP server @@ -104,6 +105,23 @@ + + -I IP-address + IP address is the address of the server to connect to. + It should be specified in standard "a.b.c.d" notation. + + 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 name resolve order + 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. + + There is no default for this parameter. If not supplied, + it will be determined automatically by the client as described + above. + -- cgit