summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-03-28 20:09:29 +0000
committerGerald Carter <jerry@samba.org>2001-03-28 20:09:29 +0000
commitdb96158b853a9033a785f7eb0bd32be82c6da8fc (patch)
treef4f1592da9b2337f1217f08ccaa4b037191e7094
parentb4214429a31e3b17f54b7f8ac968d53bad86a014 (diff)
downloadsamba-db96158b853a9033a785f7eb0bd32be82c6da8fc.tar.gz
samba-db96158b853a9033a785f7eb0bd32be82c6da8fc.tar.xz
samba-db96158b853a9033a785f7eb0bd32be82c6da8fc.zip
documentation updates. This includes Andrew's enhanced browsing
parameter in HEAD. I do not want to maintain two sets of docs so HEAD-only parameters are flagged in smb.conf. jerry
-rw-r--r--docs/docbook/manpages/rpcclient.1.sgml10
-rw-r--r--docs/docbook/manpages/smb.conf.5.sgml29
2 files changed, 38 insertions, 1 deletions
diff --git a/docs/docbook/manpages/rpcclient.1.sgml b/docs/docbook/manpages/rpcclient.1.sgml
index b8a77dc4153..c02f935d823 100644
--- a/docs/docbook/manpages/rpcclient.1.sgml
+++ b/docs/docbook/manpages/rpcclient.1.sgml
@@ -322,6 +322,16 @@
- Execute an OpenPrinterEx() and ClosePrinter() RPC
against a given printer. </para></listitem>
+
+ <listitem><para><command>setdriver &lt;printername&gt; &lt;drivername&gt;</command>
+ - 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. </para>
+
+ <para>See also the <command>enumprinters</command> and
+ <command>enumdrivers</command> commands for obtaining a list of
+ of installed printers and drivers.</para></listitem>
+
</itemizedlist>
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml
index 333cd54ff5f..8962538f43c 100644
--- a/docs/docbook/manpages/smb.conf.5.sgml
+++ b/docs/docbook/manpages/smb.conf.5.sgml
@@ -620,6 +620,7 @@
<listitem><para><parameter>domain logons</parameter></para></listitem>
<listitem><para><parameter>domain master</parameter></para></listitem>
<listitem><para><parameter>encrypt passwords</parameter></para></listitem>
+ <listitem><para><parameter>enhanced browsing</parameter></para></listitem>
<listitem><para><parameter>enumports command</parameter></para></listitem>
<listitem><para><parameter>getwd cache</parameter></para></listitem>
<listitem><para><parameter>hide local users</parameter></para></listitem>
@@ -2253,7 +2254,33 @@
<para>Default: <command>encrypt passwords = no</command></para></listitem>
</varlistentry>
-
+
+
+ <varlistentry>
+ <term><anchor id="ENHANCEDBROWSING">enhanced browsing (G)</term>
+ <listitem><para>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.
+ <emphasis>These enhancements are currently only available in
+ the HEAD Samba CVS tree (not Samba 2.2.x).</emphasis></para>
+
+ <para>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.</para>
+
+ <para>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.</para>
+
+ <para>In general you should leave this option enabled as it makes
+ cross-subnet browse propogation much more reliable.</para>
+
+ <para>Default: <command>enhanced browsing = yes</command></para>
+ </listitem>
+ </varlistentry>
<varlistentry>