From 506c2eadf7b6a3749352581264658ec3f8609e95 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 28 Mar 2001 20:10:08 +0000 Subject: [PATCH] autogen --- docs/htmldocs/rpcclient.1.html | 26 +++++++++++++++++--- docs/htmldocs/smb.conf.5.html | 56 +++++++++++++++++++++++++++++++++++++----- docs/manpages/rpcclient.1 | 12 ++++++++- docs/manpages/smb.conf.5 | 28 ++++++++++++++++++++- 4 files changed, 111 insertions(+), 11 deletions(-) diff --git a/docs/htmldocs/rpcclient.1.html b/docs/htmldocs/rpcclient.1.html index 647a0c267c7..0242f7b8270 100644 --- a/docs/htmldocs/rpcclient.1.html +++ b/docs/htmldocs/rpcclient.1.html @@ -527,6 +527,26 @@ CLASS="COMMAND" - Execute an OpenPrinterEx() and ClosePrinter() RPC against a given printer.

  • setdriver <printername> <drivername> + - Execute a SetPrinter() command to update the printer driver associated + with an installed printer. The printer driver must already be correctly + installed on the print server.

    See also the enumprinters and + enumdrivers commands for obtaining a list of + of installed printers and drivers.

  • BUGS

    VERSION

    AUTHOR

    enhanced browsing

  • enumports command

    COMPLETE LIST OF SERVICE PARAMETERS

    EXPLANATION OF EACH PARAMETER

    enhanced browsing (G)

    This option enables a couple of enhancements to + cross-subnet browse propogation that have been added in Samba + but which are not standard in Microsoft implementations. + These enhancements are currently only available in + the HEAD Samba CVS tree (not Samba 2.2.x).

    The first enhancement to browse propogation consists of a regular + wildcard query to a Samba WINS server for all Domain Master Browsers, + followed by a browse synchronisation with each of the returned + DMBs. The second enhancement consists of a regular randomised browse + synchronisation with all currently known DMBs.

    You may wish to disable this option if you have a problem with empty + workgroups not disappearing from browse lists. Due to the restrictions + of the browse protocols these enhancements can cause a empty workgroup + to stay around forever which can be annoying.

    In general you should leave this option enabled as it makes + cross-subnet browse propogation much more reliable.

    Default: enhanced browsing = yes

    enumports command (G)

    WARNINGS

    VERSION

    SEE ALSO

    AUTHOR

    .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.TH RPCCLIENT 1 "24 Mar 2001" "rpcclient 2.2.0-alpha3" +.TH "RPCCLIENT" "1" "28 March 2001" "" "" .SH NAME rpcclient \- tool for executing client side MS-RPC functions .SH SYNOPSIS @@ -244,6 +244,16 @@ corresponds to the GetPrinter() MS Platform SDK function. \fBopenprinter \fR - Execute an OpenPrinterEx() and ClosePrinter() RPC against a given printer. +.TP 0.2i +\(bu +\fBsetdriver \fR +- Execute a SetPrinter() command to update the printer driver associated +with an installed printer. The printer driver must already be correctly +installed on the print server. + +See also the \fBenumprinters\fR and +\fBenumdrivers\fR commands for obtaining a list of +of installed printers and drivers. .PP \fBGENERAL OPTIONS\fR .PP diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 06d056c799c..161c49338f2 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -3,7 +3,7 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.TH SMB.CONF 5 "24 Mar 2001" "smb.conf 2.2.0-alpha3" +.TH "SMB.CONF" "5" "28 March 2001" "" "" .SH NAME smb.conf \- The configuration file for the Samba suite .SH "SYNOPSIS" @@ -605,6 +605,9 @@ each parameter for details. Note that some are synonyms. \fIencrypt passwords\fR .TP 0.2i \(bu +\fIenhanced browsing\fR +.TP 0.2i +\(bu \fIenumports command\fR .TP 0.2i \(bu @@ -2429,6 +2432,29 @@ server. Default: \fBencrypt passwords = no\fR .TP +\fBenhanced browsing (G)\fR +This option enables a couple of enhancements to +cross-subnet browse propogation that have been added in Samba +but which are not standard in Microsoft implementations. +\fBThese enhancements are currently only available in +the HEAD Samba CVS tree (not Samba 2.2.x).\fR + +The first enhancement to browse propogation consists of a regular +wildcard query to a Samba WINS server for all Domain Master Browsers, +followed by a browse synchronisation with each of the returned +DMBs. The second enhancement consists of a regular randomised browse +synchronisation with all currently known DMBs. + +You may wish to disable this option if you have a problem with empty +workgroups not disappearing from browse lists. Due to the restrictions +of the browse protocols these enhancements can cause a empty workgroup +to stay around forever which can be annoying. + +In general you should leave this option enabled as it makes +cross-subnet browse propogation much more reliable. + +Default: \fBenhanced browsing = yes\fR +.TP \fBenumports command (G)\fR The concept of a "port" is fairly foreign to UNIX hosts. Under Windows NT/2000 print servers, a port -- 2.11.4.GIT