~ubuntu-branches/ubuntu/intrepid/samba/intrepid-updates

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/printing/printing.xml

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-06-02 09:01:46 UTC
  • mfrom: (0.25.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602090146-92ur4nx39ccg708r
Tags: 2:3.0.30-2ubuntu1
* Merge from debian unstable, remaining changes:
  * debian/patches/VERSION.patch
    - set SAMABA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/smb.conf
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] shares, and a comment about
      "value users = %S to show users how to restrict access to 
      \\server\useranem to only username.
    - Add map to guest = Bad user, maps bad username to guest access.
      (LP: #32067)
  * debian/samba-common.postinst:
    - Fix upgrade from a first installation done with feisty, edgy, or dapper.
      (LP: #201059)
    - When populating the new sambashare group, it's not an error if the user
      simply doesn't exist; test for this case and the install continue 
      instead of aborting. (LP: #206036)
  * debian/smba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
    - used priority medium instead of hight for the workgroup question
  * debian/winbind.files
    - insclude additional files
  * debian/patches/fix-documentation.patch:
    - fix typos in net(8) and smb.conf(5) man pages
  * debian/mksambapasswd.awk:
    - Don't add user with UID less than 1000 to smbpasswd.
  * debian/samba.init:
    - add 'status' option for LSB conformance.
  * Updated control version.
  * Dropped Changes:
    - Dropped debian/patches/fix-smbprinting-os2.patch. Accepted upstream.
    - Dropped debian/patches/fix-documentation.patch. Accepted upstream.
     

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="printing"
 
2
                 context="S"
 
3
                                 type="enum"
 
4
                 print="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
    <para>This parameters controls how printer status  information is
 
8
    interpreted on your system. It also affects the  default values for
 
9
    the <parameter moreinfo="none">print command</parameter>,  <parameter
 
10
    moreinfo="none">lpq command</parameter>, <parameter
 
11
    moreinfo="none">lppause command </parameter>, <parameter
 
12
    moreinfo="none">lpresume command</parameter>, and  <parameter
 
13
    moreinfo="none">lprm command</parameter> if specified in the 
 
14
    [global] section.</para>
 
15
 
 
16
    <para>Currently nine printing styles are supported. They are
 
17
    <constant>BSD</constant>, <constant>AIX</constant>, 
 
18
    <constant>LPRNG</constant>, <constant>PLP</constant>,
 
19
    <constant>SYSV</constant>, <constant>HPUX</constant>,
 
20
    <constant>QNX</constant>, <constant>SOFTQ</constant>,
 
21
    and <constant>CUPS</constant>.</para>
 
22
 
 
23
    <para>To see what the defaults are for the other print 
 
24
    commands when using the various options use the <citerefentry><refentrytitle>testparm</refentrytitle>
 
25
    <manvolnum>1</manvolnum></citerefentry> program.</para>
 
26
 
 
27
    <para>This option can be set on a per printer basis.  Please be 
 
28
    aware however, that you must place any of the various printing 
 
29
    commands (e.g. print command, lpq command, etc...) after defining
 
30
    the value for the <parameter>printing</parameter> option since it will 
 
31
    reset the printing commands to default values.</para>
 
32
 
 
33
    <para>See also the discussion in the <link linkend="PRINTERSSECT">
 
34
    [printers]</link> section.</para>
 
35
</description>
 
36
</samba:parameter>