diff options
author | John Terpstra <jht@samba.org> | 2005-06-28 23:28:28 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:56 -0500 |
commit | c6782c3aea65540b72b7241359c4856bf33dbc1a (patch) | |
tree | dc593dc52c175f750094e189491be62346217cd8 /docs | |
parent | ebb732db1c1fe0963975ffd3e36787ead73ea9a1 (diff) | |
download | samba-c6782c3aea65540b72b7241359c4856bf33dbc1a.tar.gz samba-c6782c3aea65540b72b7241359c4856bf33dbc1a.tar.bz2 samba-c6782c3aea65540b72b7241359c4856bf33dbc1a.zip |
Update.
(This used to be commit 5009f1a858fd9bffd93cd06c48f27f194e470494)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-Install.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-Install.xml b/docs/Samba3-HOWTO/TOSHARG-Install.xml index 344dfaaa90..d038ff2a1d 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Install.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Install.xml @@ -71,6 +71,22 @@ </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. The <literal>global</literal> stanza specifies settings that affect all the other stanzas in the |