1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
(This used to be commit 5009f1a858)
This commit is contained in:
John Terpstra 2005-06-28 23:28:28 +00:00 committed by Gerald W. Carter
parent ebb732db1c
commit c6782c3aea

View File

@ -70,6 +70,22 @@
from Windows clients prior to being dispatched to the UNIX/Linux print spooler. from Windows clients prior to being dispatched to the UNIX/Linux print spooler.
</para> </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> <para>
<indexterm><primary>stanza</primary></indexterm> <indexterm><primary>stanza</primary></indexterm>
Each section of the &smb.conf; file that specifies a share, or a meta-service, is called a stanza. Each section of the &smb.conf; file that specifies a share, or a meta-service, is called a stanza.