]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Update.
authorJohn Terpstra <jht@samba.org>
Tue, 28 Jun 2005 23:28:28 +0000 (23:28 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:46:56 +0000 (08:46 -0500)
(This used to be commit 5009f1a858fd9bffd93cd06c48f27f194e470494)

docs/Samba3-HOWTO/TOSHARG-Install.xml

index 344dfaaa9013c75cea897bd82539f01bef7945d8..d038ff2a1db7fc43b5798022d06dd1f52f09094f 100644 (file)
        from Windows clients prior to being dispatched to the UNIX/Linux print spooler.
        </para>
 
+       <para>
+<indexterm><primary>printers</primary></indexterm>
+<indexterm><primary>meta-service</primary></indexterm>
+<indexterm><primary>printcap</primary></indexterm>
+<indexterm><primary>lpstat</primary></indexterm>
+<indexterm><primary>CUPS API</primary></indexterm>
+<indexterm><primary>browseable</primary></indexterm>
+       The <literal>printers</literal> meta-service will cause every printer that is either specified in a
+       <literal>printcap</literal> file, via the <command>lpstat</command>,  or via the CUPS API, to be
+       published as a shared print queue. The <literal>printers</literal> stanza in the &smb.conf; file can
+       be set as not browseable. If it is set to be browseable, then it will be visible as if it is a share.
+       That makes no sense given that this meta-service is responsible only for making UNIX system printers
+       available as Windows print queues. If a <literal>comment</literal> parameter is specified, the value
+       of it will be displayed as part of the printer name in Windows Explorer browse lists.
+       </para>
+
        <para>
        <indexterm><primary>stanza</primary></indexterm>
        Each section of the &smb.conf; file that specifies a share, or a meta-service, is called a stanza.