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

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/printing/enumportscommand.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="enumports command"
 
2
                 context="G"
 
3
                                 type="string"
 
4
                 advanced="1" developer="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
    <para>The concept of a &quot;port&quot; is fairly foreign
 
8
    to UNIX hosts.  Under Windows NT/2000 print servers, a port
 
9
    is associated with a port monitor and generally takes the form of
 
10
    a local port (i.e. LPT1:, COM1:, FILE:) or a remote port
 
11
    (i.e. LPD Port Monitor, etc...).  By default, Samba has only one
 
12
    port defined--<constant>&quot;Samba Printer Port&quot;</constant>.  Under 
 
13
    Windows NT/2000, all printers must have a valid port name.  
 
14
    If you wish to have a list of ports displayed (<command moreinfo="none">smbd
 
15
    </command> does not use a port name for anything) other than 
 
16
    the default <constant>&quot;Samba Printer Port&quot;</constant>, you 
 
17
    can define <parameter moreinfo="none">enumports command</parameter> to point to
 
18
    a program which should generate a list of ports, one per line,
 
19
    to standard output.  This listing will then be used in response
 
20
    to the level 1 and 2 EnumPorts() RPC.</para>
 
21
</description>
 
22
 
 
23
<value type="default"></value>
 
24
<value type="example">/usr/bin/listports</value>
 
25
</samba:parameter>