From cc0af58dc2dee7860621c75866c1104c8bc24b1d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Jan 2003 14:39:01 +0000 Subject: First step towards XML: Use correct syntax (This used to be commit 06f641bcb59f932c994e6023d400df18b54c2067) --- docs/docbook/manpages/rpcclient.1.sgml | 74 +++++++++++++++------------------- 1 file changed, 32 insertions(+), 42 deletions(-) (limited to 'docs/docbook/manpages/rpcclient.1.sgml') diff --git a/docs/docbook/manpages/rpcclient.1.sgml b/docs/docbook/manpages/rpcclient.1.sgml index 10e0ff438d..933938d438 100644 --- a/docs/docbook/manpages/rpcclient.1.sgml +++ b/docs/docbook/manpages/rpcclient.1.sgml @@ -1,7 +1,7 @@ %globalentities; ]> - + rpcclient @@ -36,8 +36,8 @@ DESCRIPTION - This tool is part of the - Samba suite. + This tool is part of the Samba + 7 suite. rpcclient is a utility initially developed to test MS-RPC functionality in Samba itself. It has undergone @@ -56,8 +56,8 @@ NetBIOS name of Server to which to connect. The server can be any SMB/CIFS server. The name is resolved using the - name resolve order line from - smb.conf(5). + name resolve order line from smb.conf + 5. @@ -68,11 +68,11 @@ password used in the connection. The format of the file is - - username = <value> - password = <value> - domain = <value> - + +username = <value> +password = <value> +domain = <value> + Make certain that the permissions on the file restrict access from unwanted users. @@ -85,13 +85,10 @@ execute semicolon separated commands (listed below)) - - - - &stdarg.debuglevel; &stdarg.help; - + &stdarg.debuglevel; + -I IP-address IP address is the address of the server to connect to. @@ -163,9 +160,6 @@ it in directly. - - - -W|--workgroup=domain Set the SMB domain of the username. This @@ -175,7 +169,6 @@ opposed to the Domain SAM). - @@ -214,12 +207,10 @@ - - SPOOLSS - adddriver <arch> <config> + adddriver <arch> <config> - Execute an AddPrinterDriver() RPC to install the printer driver information on the server. Note that the driver files should already exist in the directory returned by @@ -229,16 +220,16 @@ The config parameter is defined as follows: - - Long Printer Name:\ - Driver File Name:\ - Data File Name:\ - Config File Name:\ - Help File Name:\ - Language Monitor Name:\ - Default Data Type:\ - Comma Separated list of Files - + +Long Printer Name:\ +Driver File Name:\ +Data File Name:\ +Config File Name:\ +Help File Name:\ +Language Monitor Name:\ +Default Data Type:\ +Comma Separated list of Files + Any empty fields should be enter as the string "NULL". @@ -248,10 +239,7 @@ be "NULL". On a remote NT print server, the Print Monitor for a driver must already be installed prior to adding the driver or else the RPC will fail. - - - - + addprinter <printername> <sharename> <drivername> <port> - Add a printer on the remote server. This printer @@ -387,7 +375,7 @@ From Luke Leighton's original rpcclient man page: - "WARNING! The MSRPC over SMB code has + WARNING! The MSRPC over SMB code has been developed from examining Network traces. No documentation is available from the original creators (Microsoft) on how MSRPC over SMB works, or how the individual MSRPC services work. Microsoft's @@ -395,12 +383,13 @@ to be... a bit flaky in places. The development of Samba's implementation is also a bit rough, - and as more of the services are understood, it can even result in - versions of smbd(8) and rpcclient(1) - that are incompatible for some commands or services. Additionally, + and as more of the services are understood, it can even result in + versions of smbd + 8 and rpcclient + 1 that are incompatible for some commands or services. Additionally, the developers are sending reports to Microsoft, and problems found or reported to Microsoft are fixed in Service Packs, which may - result in incompatibilities." + result in incompatibilities. @@ -422,7 +411,8 @@ The original rpcclient man page was written by Matthew Geddes, Luke Kenneth Casson Leighton, and rewritten by Gerald Carter. The conversion to DocBook for Samba 2.2 was done by Gerald - Carter. + Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was + done by Alexander Bokovoy. -- cgit