From f231e309d525ec423cd22f8ef4b7bbed3221555a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 2 Mar 2001 21:19:52 +0000 Subject: fixed a few typos and added 'enumports command' --- docs/htmldocs/smb.conf.5.html | 72 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 64 insertions(+), 8 deletions(-) (limited to 'docs/htmldocs') diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html index 546d1f1a9ca..f3ec5d263a9 100644 --- a/docs/htmldocs/smb.conf.5.html +++ b/docs/htmldocs/smb.conf.5.html @@ -1141,6 +1141,15 @@ CLASS="PARAMETER" >enumports command

  • getwd cache

    COMPLETE LIST OF SERVICE PARAMETERS

    EXPLANATION OF EACH PARAMETER

    addprinter commandaddprinter command (G)

    With the introduction of MS-RPC based printing @@ -5347,7 +5356,7 @@ CLASS="COMMAND" >deleteprinter commanddeleteprinter command (G)

    With the introduction of MS-RPC based printer @@ -6269,6 +6278,53 @@ CLASS="COMMAND" >

    enumports command (G)

    The concept of a "port" is fairly foreign + to UNIX hosts. Under Windows NT/2000 print servers, a port + is associated with a port monitor and generally takes the form of + a local port (i.e. LPT1:, COM1:, FILE:) or a remote port + (i.e. LPD Port Monitor, etc...). By default, Samba has only one + port defined--"Samba Printer Port". Under + Windows NT/2000, all printers must have a valid port name. + If you wish to have a list of ports displayed (smbd + does not use a port name for anything) other than + the default "Samba Printer Port", you + can define enumports command to point to + a program which should generate a list of ports, one per line, + to standard output. This listing will then be used in response + to the level 1 and 2 EnumPorts() RPC.

    Default: no enumports command

    Example: enumports command = /usr/bin/listports +

    exec (S)

    WARNINGS

    VERSION

    SEE ALSO

    AUTHOR