[Eisfair] USB Drucker unter EIS-2

Pascal Pfau p-pfau at gmx.de
Mo Jan 23 21:06:36 CET 2012


"Thomas Bork"  schrieb im Newsbeitrag 
news:jfcssv$2ut$1 at vm-news.spline.inf.fu-berlin.de...

Spiele bitte mal die neue lprng-Version ein und berichte.

-- 
der tom
[eisfair-team]

So hab ich gemacht. Jetzt ist die version "LPRng 1.16.3" drauf. Leider Ohne 
erfolg.
Hier mal meine Konfig. Von LPRng & SAMBA.


#------------------------------------------------------------------------------
# /etc/config.d/lprng - configuration for LPRng on eisfair
#
# Copyright (c) 2002-2010 Thomas Bork, tom(at)eisfair(dot)net
#
# Creation   : 2002-10-06 tb
# Last Update: 20.01.2012 tb
#
# Version    : 1.16.3
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#------------------------------------------------------------------------------


#------------------------------------------------------------------------------
# General Settings
#
#------------------------------------------------------------------------------

START_LPRNG='yes'                      # Start on boot: yes or no

#------------------------------------------------------------------------------
# Local parallel Printer Configuration
#
# Set the number of parallel printer to use in 
LPRNG_LOCAL_PARPORT_PRINTER_N.
#
# Values below are only an example and are not used if
# LPRNG_LOCAL_PARPORT_PRINTER_N is '0'
#------------------------------------------------------------------------------

LPRNG_LOCAL_PARPORT_PRINTER_N='0'      # How many local parallel printers
                                       # do you want to use
LPRNG_LOCAL_PARPORT_PRINTER_1_ACTIVE='no'
                                       # Is this printer active: yes or no
LPRNG_LOCAL_PARPORT_PRINTER_1_IO='0x378'
                                       # This is the io-adress of the
                                       # 1. parallel printer port
LPRNG_LOCAL_PARPORT_PRINTER_1_IRQ='no' # Use interrupt: yes or no
LPRNG_LOCAL_PARPORT_PRINTER_1_COMMENT='1. parallel printer port'
                                       # Comment, Location for NOTIFY
LPRNG_LOCAL_PARPORT_PRINTER_1_NOTIFY='no'
                                       # Send printer messages: yes or no

LPRNG_LOCAL_PARPORT_PRINTER_2_ACTIVE='no'
                                       # Is this printer active: yes or no
LPRNG_LOCAL_PARPORT_PRINTER_2_IO='0x278'
                                       # This is the io-adress of the
                                       # 2. parallel printer port
LPRNG_LOCAL_PARPORT_PRINTER_2_IRQ='no' # Use interrupt: yes or no
LPRNG_LOCAL_PARPORT_PRINTER_2_COMMENT='2. parallel printer port'
                                       # Comment, Location for NOTIFY
LPRNG_LOCAL_PARPORT_PRINTER_2_NOTIFY='no'
                                       # Send printer messages: yes or no

LPRNG_LOCAL_PARPORT_PRINTER_3_ACTIVE='no'
                                       # Is this printer active: yes or no
LPRNG_LOCAL_PARPORT_PRINTER_3_IO='0x3bc'
                                       # This is the io-adress of the
                                       # 3. parallel printerport
LPRNG_LOCAL_PARPORT_PRINTER_3_IRQ='no' # Use interrupt: yes or no
LPRNG_LOCAL_PARPORT_PRINTER_3_COMMENT='3. parallel printer port'
                                       # Comment, Location for NOTIFY
LPRNG_LOCAL_PARPORT_PRINTER_3_NOTIFY='no'
                                       # Send printer messages: yes or no


#------------------------------------------------------------------------------
# Local USB Printer Configuration
#
# Set the number of USB printer to use in LPRNG_LOCAL_USBPORT_PRINTER_N.
#
# Values below are only an example and are not used if
# LPRNG_LOCAL_USBPORT_PRINTER_N is '0'
#------------------------------------------------------------------------------

LPRNG_LOCAL_USBPORT_PRINTER_N='1'      # How many local USB printers
                                       # do you want to use
LPRNG_LOCAL_USBPORT_PRINTER_1_ACTIVE='yes'
                                       # Is this printer active: yes or no
LPRNG_LOCAL_USBPORT_PRINTER_1_COMMENT='1. USB printer port'
                                       # Comment, Location for NOTIFY
LPRNG_LOCAL_USBPORT_PRINTER_1_NOTIFY='no'
                                       # Send printer messages: yes or no

LPRNG_LOCAL_USBPORT_PRINTER_2_ACTIVE='no'
                                       # Is this printer active: yes or no
LPRNG_LOCAL_USBPORT_PRINTER_2_COMMENT='2. USB printer port'
                                       # Comment, Location for NOTIFY
LPRNG_LOCAL_USBPORT_PRINTER_2_NOTIFY='no'
                                       # Send printer messages: yes or no

LPRNG_LOCAL_USBPORT_PRINTER_3_ACTIVE='no'
                                       # Is this printer active: yes or no
LPRNG_LOCAL_USBPORT_PRINTER_3_COMMENT='3. USB printer port'
                                       # Comment, Location for NOTIFY
LPRNG_LOCAL_USBPORT_PRINTER_3_NOTIFY='no'
                                       # Send printer messages: yes or no


#------------------------------------------------------------------------------
# Remote Printer Configuration
#
# Set the number of Printer to use in LPRNG_REMOTE_PRINTER_N.
#
# Values below are only an example and are not used if
# LPRNG_REMOTE_PRINTER_N is '0'
#------------------------------------------------------------------------------

LPRNG_REMOTE_PRINTER_N='0'             # How many remote printers do you
                                       # want to use
LPRNG_REMOTE_PRINTER_1_ACTIVE='no'     # Is this printer active: yes or no
LPRNG_REMOTE_PRINTER_1_IP='192.168.6.99'
                                       # This is the ip of the 1. remote
                                       # printer
LPRNG_REMOTE_PRINTER_1_QUEUENAME='pr1' # This is the queuename of the 1.
                                       # remote printer - read 
documentation!
LPRNG_REMOTE_PRINTER_1_PORT=''         # This is the port of the 1. remote
                                       # printer - read documentation!
LPRNG_REMOTE_PRINTER_1_COMMENT='1. remote printer port'
                                       # Comment, Location for NOTIFY
LPRNG_REMOTE_PRINTER_1_NOTIFY='no'     # Send printer messages: yes or no

LPRNG_REMOTE_PRINTER_2_ACTIVE='no'     # Is this printer active: yes or no
LPRNG_REMOTE_PRINTER_2_IP='192.168.6.99'
                                       # This is the ip of the 2. remote
                                       # printer
LPRNG_REMOTE_PRINTER_2_QUEUENAME='pr2' # This is the queuename of the 2.
                                       # remote printer - read 
documentation!
LPRNG_REMOTE_PRINTER_2_PORT=''         # This is the port of the 2. remote
                                       # printer - read documentation!
LPRNG_REMOTE_PRINTER_2_COMMENT='2. remote printer port'
                                       # Comment, Location for NOTIFY
LPRNG_REMOTE_PRINTER_2_NOTIFY='no'     # Send printer messages: yes or no

LPRNG_REMOTE_PRINTER_3_ACTIVE='no'     # Is this printer active: yes or no
LPRNG_REMOTE_PRINTER_3_IP='192.168.6.111'
                                       # This is the ip of the 3. remote
                                       # printer
LPRNG_REMOTE_PRINTER_3_QUEUENAME=''    # This is the queuename of the 3.
                                       # remote printer - read 
documentation!
LPRNG_REMOTE_PRINTER_3_PORT='9100'     # This is the port of the 3. remote
                                       # printer - read documentation!
LPRNG_REMOTE_PRINTER_3_COMMENT='3. remote printer port'
                                       # Comment, Location for NOTIFY
LPRNG_REMOTE_PRINTER_3_NOTIFY='no'     # Send printer messages: yes or no

LPRNG_REMOTE_PRINTER_4_ACTIVE='no'     # Is this printer active: yes or no
LPRNG_REMOTE_PRINTER_4_IP='192.168.6.111'
                                       # This is the ip of the 4. remote
                                       # printer
LPRNG_REMOTE_PRINTER_4_QUEUENAME=''    # This is the queuename of the 4.
                                       # remote printer - read 
documentation!
LPRNG_REMOTE_PRINTER_4_PORT='9101'     # This is the port of the 4. remote
                                       # printer - read documentation!
LPRNG_REMOTE_PRINTER_4_COMMENT='4. remote printer port'
                                       # Comment, Location for NOTIFY
LPRNG_REMOTE_PRINTER_4_NOTIFY='no'     # Send printer messages: yes or no



#------------------------------------------------------------------------------
# /etc/config.d/samba - configuration for Samba on eisfair
#
# Copyright (c) 2002-2011 Thomas Bork, tom(at)eisfair(dot)net
#
# Creation   : 2002-02-04 tb
# Last Update: 25.09.2011 tb
#
# Version    : 1.50.1
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#------------------------------------------------------------------------------


#------------------------------------------------------------------------------
# General Settings
#
# Minimum requirement if SAMBA_MANUAL_CONFIGURATION='no' is to change
# SAMBA_WORKGROUP to workgroup name of your windows clients!
#
#------------------------------------------------------------------------------

START_SAMBA='yes'                      # Start on boot: yes or no
SAMBA_WORKGROUP='workgroup'            # Workgroup name of windows-clients

#------------------------------------------------------------------------------
# Samba Manual or Automatic Configuration
#
# Manual or Automatic Configuration of Shares and Printers
#
#  ********************************* ATTENTION 
******************************
#  * 
*
#  *     If you set SAMBA_MANUAL_CONFIGURATION to 'no', the Settings 
*
#  *    in the Section 'Samba Advanced Configuration/Samba Shares' and 
*
#  *    in the Section 'Samba Advanced Configuration/Samba Printers' and 
*
#  *    in the Section 'Samba Advanced Configuration/Samba Mounts' 
*
#  *                         don't have an Effect! 
*
#  * 
*
#  ******************************** ATTENTION 
*******************************
#
# If you set SAMBA_MANUAL_CONFIGURATION='no', following Shares automatically
# created for you:
#
# - a share with your eisfair-username and full access only for you
# - a share 'public' with full access for all eisfair-users
# - an unvisible share 'all' with full access for user root
#   for the whole filesystem
# - shares for your printers in /etc/printcap, if lprng is installed
# - a printer share for eisfax printer, if eisfax is installed
# - a printer share for pdf printing, if ghostscript is installed
#
#------------------------------------------------------------------------------

SAMBA_MANUAL_CONFIGURATION='no'        # Use manual configuration:
                                       # yes or no

#------------------------------------------------------------------------------
# Samba Advanced Configuration
#
# Please don't use this, if you are not very familar with Samba!
# Support for this Section is not available!
#
# Special General Settings
# and
# Individual Configuration of Shares, Printers and Mounts
#
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Samba Advanced Configuration/Special General Settings
#------------------------------------------------------------------------------

SAMBA_INTERFACES=''                    # Userdefined interfaces for Samba
                                       # Be carefull, use this only, if you
                                       # don't want to use all interfaces 
from
                                       # /etc/config.d/base
                                       # You have to specify interfaces like
                                       # this: '192.168.7.1/255.255.255.0'
SAMBA_TRUSTED_NETS=''                  # If your network is 192.168.6.0/24
                                       # and you want to grant access also
                                       # to net 192.168.7.0/24, you have to
                                       # add this here like this:
                                       # '192.168.7.0/24'
SAMBA_DEBUGLEVEL='0'                   # For debugging only: 0-3
                                       # You will find debug messages in
                                       # /var/log/log.smbd, 
/var/log/log.nmbd
SAMBA_MASTERBROWSER='no'               # Act as an masterbrowser: yes or no
SAMBA_WINSSERVER='no'                  # Act as an WINS-Server: yes or no
                                       # If yes, don't set SAMBA_EXTWINSIP!
SAMBA_WINSHOOK='no'                    # Trigger extra actions, if act as an
                                       # WINS-Server: yes or no
SAMBA_WINSHOOK_MESSAGE_SEND='no'       # Send messages to WINS clients:
                                       # yes or no
SAMBA_WINSHOOK_MESSAGE='Welcome to eisfair server'
                                       # This message will diplayed on
                                       # registering to eisfair
SAMBA_WINSHOOK_DNSUPDATE='no'          # Updating local bind with WINS
                                       # clients: yes or no
SAMBA_EXTWINSIP=''                     # IP address of external WINS-Server
                                       # if exist, act as an WINS-Client
                                       # Don't set SAMBA_WINSSERVER to 
'yes'!
SAMBA_START_MESSAGE_SEND='no'          # Send start message on Samba start:
                                       # yes or no
SAMBA_START_MESSAGE='eisfair Samba Server is up now ...'
                                       # This message will diplayed on start
                                       # on WIN9x-clients with winpopup and
                                       # WIN NT, WIN2K, WINXP
SAMBA_SHUTDOWN_MESSAGE_SEND='no'       # Send shutdown message on Samba 
shutdown:
                                       # yes or no
SAMBA_SHUTDOWN_MESSAGE='eisfair Samba Server is going down now ...'
                                       # This message will diplayed on 
shut-down
                                       # on WIN9x-clients with winpopup and
                                       # WIN NT, WIN2K, WINXP
SAMBA_SHUTDOWN_MESSAGE_HOSTS='all'     # Target hosts for
                                       # SAMBA_SHOW_SHUTDOWN_MESSAGE:
                                       # all or active
SAMBA_LOCALIZATION='UTF-8'             # Language adjustment, affected to 
unix
                                       # character set and client codepage
                                       # US        : United States (CP 437)
                                       # ISO8859-1 : Western Europe (CP 850)
                                       # ISO8859-2 : Eastern Europe (CP 852)
                                       # ISO8859-5 : Russian Cyrillic (CP 
866)
                                       # ISO8859-7 : Greek (CP 737)
                                       # ISO8859-15: Western Europe with 
EURO
                                       #      UTF-8: Western Europe 
eisfair-2
SAMBA_PDC='no'                         # Should Samba act as an Primary 
Domain
                                       # Controler: yes or no
                                       # Read Documentation!
SAMBA_PDC_PROFILES='yes'               # Should Samba store roaming profiles
                                       # if acting as an Primary Domain
                                       # Controler: yes or no
SAMBA_PDC_LOGONSCRIPT='user'           # PDC logon script:
                                       # 'user', 'group', 'machines' or 
'all'
SAMBA_PASSWORD_SERVER=''               # NETBIOS name(s) of external 
password
                                       # server(s) separated by a comma and
                                       # a blank. Example:
                                       # SAMBA_PASSWORD_SERVER='NT-PDC, 
NT-BDC1'
                                       # If 
SAMBA_PASSWORD_SERVER_TYPE='domain'
                                       # ,then you can choose
                                       # SAMBA_PASSWORD_SERVER='*'
                                       # Be shure, you have access from 
Samba to
                                       # password server(s)!
SAMBA_PASSWORD_SERVER_TYPE='domain'    # Type of external password 
server(s):
                                       # domain or server
                                       # If you have an external domain 
controler,
                                       # choose 'domain'.
                                       # If you have an normal external NT- 
or
                                       # WIN-2K-Server, choose 'server'
SAMBA_RECYCLE_BIN='yes'                # Activate recycle bin in shares
SAMBA_RECYCLE_BIN_HOLD_DAYS='14'       # Hold files for n days in recycle 
bin
SAMBA_PDF_TARGET='homedir'             # Target for created pdf files:
                                       # 'homedir', 'public' or 'mail'
SAMBA_SERVERSTRING=''                  # Comment in network neighborhood:
                                       # empty for no string
                                       # or anything else for your string
SAMBA_EXPERT_EXEC='no'                 # Exec sambaexpert: yes or no
                                       # Don't ask for help, while
                                       # this is activated!
SAMBA_SMBWEBCLIENT='no'                # Install smbwebclient: yes or no
SAMBA_SMBWEBCLIENT_PATH='/var/www/htdocs'
                                       # Install smbwebclient to this apache
                                       # document root
SAMBA_OPLOCKS='no'                     # activate oplocking (caching): yes 
or no

#------------------------------------------------------------------------------
# Samba Advanced Configuration/Samba User Mappings
#
#  ********************************* ATTENTION 
******************************
#  * 
*
#  *                The following Sections only have an Effect, 
*
#  *                if you set SAMBA_MANUAL_CONFIGURATION='yes' 
*
#  * 
*
#  ******************************** ATTENTION 
*******************************
#
# Definition of Samba User Mappings
#
# Set the number of Samba User Mappings to create in SAMBA_USERMAP_N.
#
# Values below are only an example and are not used if
# SAMBA_USERMAP_N is '0'
#-----------------------------------------------------------------------------

SAMBA_USERMAP_N='2'                    # How many user mappings do you want 
to
                                       # create
SAMBA_USERMAP_1_ACTIVE='yes'           # Is this mapping active: yes or no
SAMBA_USERMAP_1_EISNAME='root'         # This is the eisfair user name of 
the
                                       # 1. mapping
SAMBA_USERMAP_1_WINNAME_N='1'          # How many windows names should be 
mapped
                                       # to the 1. eisfair user name
SAMBA_USERMAP_1_WINNAME_1='Administrator'
                                       # This is the 1. windows name which
                                       # should be mapped to the 1. eisfair 
user

SAMBA_USERMAP_2_ACTIVE='no'            # Is this mapping active: yes or no
SAMBA_USERMAP_2_EISNAME='jimknopf'     # This is the eisfair user name of 
the
                                       # 2. mapping
SAMBA_USERMAP_2_WINNAME_N='2'          # How many windows names should be 
mapped
                                       # to the 2. eisfair user name
SAMBA_USERMAP_2_WINNAME_1='Jim Knopf'  # This is the 1. windows name which
                                       # should be mapped to the 2. eisfair 
user
SAMBA_USERMAP_2_WINNAME_2='Jim Jeremy Knopf'
                                       # This is the 2. windows name which
                                       # should be mapped to the 2. eisfair 
user


#------------------------------------------------------------------------------
# Samba Advanced Configuration/Samba Shares
#
#  ********************************* ATTENTION 
******************************
#  * 
*
#  *                The following Sections only have an Effect, 
*
#  *                if you set SAMBA_MANUAL_CONFIGURATION='yes' 
*
#  * 
*
#  ******************************** ATTENTION 
*******************************
#
# Definition of Samba Shares
#
# Set the number of Samba Shares to create in SAMBA_SHARE_N.
#
# Values below are only an example and are not used if
# SAMBA_SHARE_N is '0'
#------------------------------------------------------------------------------

SAMBA_SHARE_N='4'                      # How many shares you want to create
SAMBA_SHARE_1_ACTIVE='no'              # Is this share active: yes or no
SAMBA_SHARE_1_NAME='homes'             # This is the name of the 1. share
SAMBA_SHARE_1_COMMENT='home directory on %h'
                                       # Comment of the 1. share
SAMBA_SHARE_1_RW='yes'                 # Should share writeable: yes or no
SAMBA_SHARE_1_BROWSE='no'              # Should share browseable: yes or no
SAMBA_SHARE_1_PATH='%H'                # Path of the share in filesystem
SAMBA_SHARE_1_USER='%S'                # Allowed user/groups for 1. share
SAMBA_SHARE_1_PUBLIC='no'              # Share accessable for all: yes or no
SAMBA_SHARE_1_READ_LIST=''             # Share only readable for
SAMBA_SHARE_1_WRITE_LIST=''            # Share only writeable for
SAMBA_SHARE_1_FORCE_CMODE='0600'       # Rights for created files
SAMBA_SHARE_1_FORCE_DIRMODE='0700'     # Rights for created directories
SAMBA_SHARE_1_FORCE_USER=''            # User for all file operations
SAMBA_SHARE_1_FORCE_GROUP=''           # Group for all file operations

SAMBA_SHARE_2_ACTIVE='no'              # Is this share active: yes or no
SAMBA_SHARE_2_NAME='all'               # This is the name of the 2. share
SAMBA_SHARE_2_COMMENT='complete filesystem on %h'
                                       # Comment of the 2. share
SAMBA_SHARE_2_RW='yes'                 # Should share writeable: yes or no
SAMBA_SHARE_2_BROWSE='no'              # Should share browseable: yes or no
SAMBA_SHARE_2_PATH='/'                 # Path of the share in filesystem
SAMBA_SHARE_2_USER='root'              # Allowed user/groups for 2. share
SAMBA_SHARE_2_PUBLIC='no'              # Share accessable for all: yes or no
SAMBA_SHARE_2_READ_LIST=''             # Share only readable for
SAMBA_SHARE_2_WRITE_LIST=''            # Share only writeable for
SAMBA_SHARE_2_FORCE_CMODE='0700'       # Rights for created files
SAMBA_SHARE_2_FORCE_DIRMODE='0700'     # Rights for created directories
SAMBA_SHARE_2_FORCE_USER=''            # User for all file operations
SAMBA_SHARE_2_FORCE_GROUP=''           # Group for all file operations

SAMBA_SHARE_3_ACTIVE='no'              # Is this share active: yes or no
SAMBA_SHARE_3_NAME='public'            # This is the name of the 3. share
SAMBA_SHARE_3_COMMENT='public directory on %h'
                                       # Comment of the 3. share
SAMBA_SHARE_3_RW='yes'                 # Should share writeable: yes or no
SAMBA_SHARE_3_BROWSE='yes'             # Should share browseable: yes or no
SAMBA_SHARE_3_PATH='/public'           # Path of the share in filesystem
SAMBA_SHARE_3_USER=''                  # Allowed user/groups for 3. share
SAMBA_SHARE_3_PUBLIC='yes'             # Share accessable for all: yes or no
SAMBA_SHARE_3_READ_LIST=''             # Share only readable for
SAMBA_SHARE_3_WRITE_LIST=''            # Share only writeable for
SAMBA_SHARE_3_FORCE_CMODE='0777'       # Rights for created files
SAMBA_SHARE_3_FORCE_DIRMODE='0777'     # Rights for created directories
SAMBA_SHARE_3_FORCE_USER=''            # User for all file operations
SAMBA_SHARE_3_FORCE_GROUP=''           # Group for all file operations

SAMBA_SHARE_4_ACTIVE='no'              # Is this share active: yes or no
SAMBA_SHARE_4_NAME='www'               # This is the name of the 4. share
SAMBA_SHARE_4_COMMENT='doc root on %h' # Comment of the 4. share
SAMBA_SHARE_4_RW='yes'                 # Should share writeable: yes or no
SAMBA_SHARE_4_BROWSE='yes'             # Should share browseable: yes or no
SAMBA_SHARE_4_PATH='/var/www/htdocs'   # Path of the share in filesystem
SAMBA_SHARE_4_USER='+www wwwrun'       # Allowed user/groups for 4. share
SAMBA_SHARE_4_PUBLIC='no'              # Share accessable for all: yes or no
SAMBA_SHARE_4_READ_LIST=''             # Share only readable for
SAMBA_SHARE_4_WRITE_LIST=''            # Share only writeable for
SAMBA_SHARE_4_FORCE_CMODE='0677'       # Rights for created files
SAMBA_SHARE_4_FORCE_DIRMODE='0744'     # Rights for created directories
SAMBA_SHARE_4_FORCE_USER='wwwrun'      # User for all file operations
SAMBA_SHARE_4_FORCE_GROUP='nogroup'    # Group for all file operations


#------------------------------------------------------------------------------
# Samba Advanced Configuration/Samba DFS Roots
#
#  ********************************* ATTENTION 
******************************
#  * 
*
#  *                The following Sections only have an Effect, 
*
#  *                if you set SAMBA_MANUAL_CONFIGURATION='yes' 
*
#  * 
*
#  ********************************* ATTENTION 
******************************
#
# Definition of Samba DFS Roots
#
# Set the number of Samba DFS Roots to create in SAMBA_DFSROOT_N.
#
# Values below are only an example and are not used if
# SAMBA_DFSROOT_N is '0'
#------------------------------------------------------------------------------

SAMBA_DFSROOT_N='1'                    # How many DFS roots do you want
SAMBA_DFSROOT_1_ACTIVE='no'            # Activate this DFS root: yes or no
SAMBA_DFSROOT_1_NAME='dfs1'            # This is the name of the . DFS root
SAMBA_DFSROOT_1_COMMENT=''             # Comment of the . DFS root
SAMBA_DFSROOT_1_RW='yes'               # Should DFS root be writeable: yes 
or no
SAMBA_DFSROOT_1_BROWSE='yes'           # Should DFS root be browseable: yes 
or no
SAMBA_DFSROOT_1_USER=''                # Allowed user/groups for this DFS 
root
SAMBA_DFSROOT_1_PUBLIC='yes'           # DFS root accessable for all: yes or 
no
SAMBA_DFSROOT_1_READ_LIST=''           # DFS root only readable for
SAMBA_DFSROOT_1_WRITE_LIST=''          # DFS root only writeable for
SAMBA_DFSROOT_1_FORCE_CMODE=''         # Rights for created files
SAMBA_DFSROOT_1_FORCE_DIRMODE=''       # Rights for created directories
SAMBA_DFSROOT_1_FORCE_USER=''          # User for all file operations
SAMBA_DFSROOT_1_FORCE_GROUP=''         # Group for all file operations
SAMBA_DFSROOT_1_DFSLNK_N='1'           # How many links should be created
SAMBA_DFSROOT_1_DFSLNK_1_ACTIVE='yes'  # Should this link active: yes or no
SAMBA_DFSROOT_1_DFSLNK_1_SUBPATH=''    # Sub directory for this link
SAMBA_DFSROOT_1_DFSLNK_1_NAME='users'  # Name of the link
SAMBA_DFSROOT_1_DFSLNK_1_UNC_N='1'     # How many unc pathes should be 
created
SAMBA_DFSROOT_1_DFSLNK_1_UNC_1_PATH='\\userserver1\users'
                                       # unc path for this link



#------------------------------------------------------------------------------
# Samba Advanced Configuration/Samba Printers
#
#  ********************************* ATTENTION 
******************************
#  * 
*
#  *                The following Sections only have an Effect, 
*
#  *                if you set SAMBA_MANUAL_CONFIGURATION='yes' 
*
#  * 
*
#  ********************************* ATTENTION 
******************************
#
# Definition of Samba Printers
#
# Set the number of Samba Printers to use in SAMBA_PRINTER_N.
#
# Values below are only an example and are not used if
# SAMBA_PRINTER_N is '0'
#------------------------------------------------------------------------------

SAMBA_PRINTER_N='6'                    # How many printers you want to use
SAMBA_PRINTER_1_ACTIVE='no'            # Is this printer active: yes or no
SAMBA_PRINTER_1_NAME='laserjet'        # This is the name of the 1. printer
SAMBA_PRINTER_1_TYPE='printcap'        # Type of the 1. printer
SAMBA_PRINTER_1_PDF_QUALITY=''         # Quality of pdf files
SAMBA_PRINTER_1_PDF_OWNERPASS=''       # Password for editing PDF files
SAMBA_PRINTER_1_PDF_USERPASS=''        # Password for opening PDF files
SAMBA_PRINTER_1_PDF_PERMS=''           # Permissions for PDF files
SAMBA_PRINTER_1_PDF_MESSAGES='yes'     # Messages for PDF files: yes or no
SAMBA_PRINTER_1_CAPNAME='pr1'          # The name of the 1. printer in
                                       # /etc/printcap
SAMBA_PRINTER_1_COMMENT='laserjet on %h'
                                       # Comment of the 1. printer
SAMBA_PRINTER_1_CLIENTDRIVER='yes'     # Use clientdriver for the 1. 
printer:
                                       # yes or no
SAMBA_PRINTER_1_BROWSE='yes'           # Should printer browseable: yes or 
no
SAMBA_PRINTER_1_USER=''                # Allowed user/groups for 1. printer
SAMBA_PRINTER_1_PUBLIC='yes'           # Printer accessable for all: yes or 
no

SAMBA_PRINTER_2_ACTIVE='no'            # Is this printer active: yes or no
SAMBA_PRINTER_2_NAME='epson'           # This is the name of the 2. printer
SAMBA_PRINTER_2_TYPE='printcap'        # Type of the 2. printer
SAMBA_PRINTER_2_PDF_QUALITY=''         # Quality of pdf files
SAMBA_PRINTER_2_PDF_OWNERPASS=''       # Password for editing PDF files
SAMBA_PRINTER_2_PDF_USERPASS=''        # Password for opening PDF files
SAMBA_PRINTER_2_PDF_PERMS=''           # Permissions for PDF files
SAMBA_PRINTER_2_PDF_MESSAGES='yes'     # Messages for PDF files: yes or no
SAMBA_PRINTER_2_CAPNAME='pr2'          # The name of the 2. printer
                                       # in /etc/printcap
SAMBA_PRINTER_2_COMMENT='epson on %h'  # Comment of the 2. local printer
SAMBA_PRINTER_2_CLIENTDRIVER='yes'     # Use clientdriver for the 2. 
printer:
                                       # yes or no
SAMBA_PRINTER_2_BROWSE='yes'           # Should printer browseable: yes or 
no
SAMBA_PRINTER_2_USER='user1 user2'     # Allowed user/groups for 2. printer
SAMBA_PRINTER_2_PUBLIC='no'            # Printer accessable for all: yes or 
no

SAMBA_PRINTER_3_ACTIVE='no'            # Is this printer active: yes or no
SAMBA_PRINTER_3_NAME='canon'           # This is the name of the 3. printer
SAMBA_PRINTER_3_TYPE='printcap'        # Type of the 3. printer
SAMBA_PRINTER_3_PDF_QUALITY=''         # Quality of pdf files
SAMBA_PRINTER_3_PDF_OWNERPASS=''       # Password for editing PDF files
SAMBA_PRINTER_3_PDF_USERPASS=''        # Password for opening PDF files
SAMBA_PRINTER_3_PDF_PERMS=''           # Permissions for PDF files
SAMBA_PRINTER_3_PDF_MESSAGES='yes'     # Messages for PDF files: yes or no
SAMBA_PRINTER_3_CAPNAME='repr1'        # The name of the 3. printer
                                       # in /etc/printcap
SAMBA_PRINTER_3_COMMENT='canon on %h'  # Comment of the 3. printer
SAMBA_PRINTER_3_CLIENTDRIVER='yes'     # Use clientdriver for the 3. 
printer:
                                       # yes or no
SAMBA_PRINTER_3_BROWSE='yes'           # Should printer browseable: yes or 
no
SAMBA_PRINTER_3_USER='+users'          # Allowed user/groups for 3rd printer
SAMBA_PRINTER_3_PUBLIC='no'            # Printer accessable for all: yes or 
no

SAMBA_PRINTER_4_ACTIVE='no'            # Is this printer active: yes or no
SAMBA_PRINTER_4_NAME='eisfax'          # This is the name of the 4. printer
SAMBA_PRINTER_4_TYPE='fax'             # Type of the 4. printer
SAMBA_PRINTER_4_PDF_QUALITY=''         # Quality of pdf files
SAMBA_PRINTER_4_PDF_OWNERPASS=''       # Password for editing PDF files
SAMBA_PRINTER_4_PDF_USERPASS=''        # Password for opening PDF files
SAMBA_PRINTER_4_PDF_PERMS=''           # Permissions for PDF files
SAMBA_PRINTER_4_PDF_MESSAGES='yes'     # Messages for PDF files: yes or no
SAMBA_PRINTER_4_CAPNAME=''             # The name of the 4. printer
                                       # in /etc/printcap
SAMBA_PRINTER_4_COMMENT='eisfax on %h' # Comment of the 4. printer
SAMBA_PRINTER_4_CLIENTDRIVER='yes'     # Use clientdriver for the 4. 
printer:
                                       # yes or no
SAMBA_PRINTER_4_BROWSE='yes'           # Should printer browseable: yes or 
no
SAMBA_PRINTER_4_USER=''                # Allowed user/groups for 4. printer
SAMBA_PRINTER_4_PUBLIC='yes'           # Printer accessable for all: yes or 
no

SAMBA_PRINTER_5_ACTIVE='no'            # Is this printer active: yes or no
SAMBA_PRINTER_5_NAME='pdf-def'         # This is the name of the 5. printer
SAMBA_PRINTER_5_TYPE='pdf'             # Type of the 5. printer
SAMBA_PRINTER_5_PDF_QUALITY='default'  # Quality of pdf files
SAMBA_PRINTER_5_PDF_OWNERPASS=''       # Password for editing PDF files
SAMBA_PRINTER_5_PDF_USERPASS=''        # Password for opening PDF files
SAMBA_PRINTER_5_PDF_PERMS=''           # Permissions for PDF files
SAMBA_PRINTER_5_PDF_MESSAGES='yes'     # Messages for PDF files: yes or no
SAMBA_PRINTER_5_CAPNAME=''             # The name of the 5. printer
                                       # in /etc/printcap
SAMBA_PRINTER_5_COMMENT='pdf default on %h'
                                       # Comment of the 5. printer
SAMBA_PRINTER_5_CLIENTDRIVER='yes'     # Use clientdriver for the 5. 
printer:
                                       # yes or no
SAMBA_PRINTER_5_BROWSE='yes'           # Should printer browseable: yes or 
no
SAMBA_PRINTER_5_USER=''                # Allowed user/groups for 5. printer
SAMBA_PRINTER_5_PUBLIC='yes'           # Printer accessable for all: yes or 
no

SAMBA_PRINTER_6_ACTIVE='no'            # Is this printer active: yes or no
SAMBA_PRINTER_6_NAME='pdf-pre'         # This is the name of the 6. printer
SAMBA_PRINTER_6_TYPE='pdf'             # Type of the 6. printer
SAMBA_PRINTER_6_PDF_QUALITY='prepress' # Quality of pdf files
SAMBA_PRINTER_6_PDF_OWNERPASS=''       # Password for editing PDF files
SAMBA_PRINTER_6_PDF_USERPASS=''        # Password for opening PDF files
SAMBA_PRINTER_6_PDF_PERMS=''           # Permissions for PDF files
SAMBA_PRINTER_6_PDF_MESSAGES='yes'     # Messages for PDF files: yes or no
SAMBA_PRINTER_6_CAPNAME=''             # The name of the 6. printer
                                       # in /etc/printcap
SAMBA_PRINTER_6_COMMENT='pdf prepress on %h'
                                       # Comment of the 6. printer
SAMBA_PRINTER_6_CLIENTDRIVER='yes'     # Use clientdriver for the 6. 
printer:
                                       # yes or no
SAMBA_PRINTER_6_BROWSE='yes'           # Should printer browseable: yes or 
no
SAMBA_PRINTER_6_USER=''                # Allowed user/groups for 6. printer
SAMBA_PRINTER_6_PUBLIC='yes'           # Printer accessable for all: yes or 
no


#------------------------------------------------------------------------------
# Samba Advanced Configuration/Samba Mounts
#
#  ********************************* ATTENTION 
******************************
#  * 
*
#  *                The following Sections only have an Effect, 
*
#  *                if you set SAMBA_MANUAL_CONFIGURATION='yes' 
*
#  * 
*
#  ********************************* ATTENTION 
******************************
#
# Definition of Samba Mounts
#
# Set the number of Samba Mounts to use in SAMBA_MOUNT_N.
#
# Values below are only an example and are not used if
# SAMBA_MOUNT_N is '0'
#------------------------------------------------------------------------------

SAMBA_MOUNT_N='2'                      # How many remote shares you want to 
mount
SAMBA_MOUNT_1_ACTIVE='no'              # Is this mount active: yes or no
SAMBA_MOUNT_1_VFSTYPE='smbfs'          # The virtual file system type
SAMBA_MOUNT_1_SERVER='fli4l'           # The netbios name of the 1. server
SAMBA_MOUNT_1_SHARE='share1'           # The name of the 1. share to mount
SAMBA_MOUNT_1_POINT='/mountpoint1'     # Where you want to mount the share
SAMBA_MOUNT_1_USER=''                  # The user name for share access
SAMBA_MOUNT_1_PASS=''                  # The password for share access
SAMBA_MOUNT_1_RW='yes'                 # Should share writeable: yes or no
SAMBA_MOUNT_1_UID=''                   # Mount share with uid/username
SAMBA_MOUNT_1_GID=''                   # Mount share with gid/groupname
SAMBA_MOUNT_1_FMASK=''                 # Mount share with file umask
SAMBA_MOUNT_1_DMASK=''                 # Mount share with directory umask
SAMBA_MOUNT_1_IOCHARSET=''             # Mount share with linux charset
SAMBA_MOUNT_1_CODEPAGE=''              # Mount with server codepage (only 
smbfs)

SAMBA_MOUNT_2_ACTIVE='no'              # Is this mount active: yes or no
SAMBA_MOUNT_2_VFSTYPE='smbfs'          # The virtual file system type
SAMBA_MOUNT_2_SERVER='ente'            # The netbios name of the 1. server
SAMBA_MOUNT_2_SHARE='downloads'        # The name of the 1. share to mount
SAMBA_MOUNT_2_POINT='/mountpoint2'     # Where you want to mount the share
SAMBA_MOUNT_2_USER='king'              # The user name for share access
SAMBA_MOUNT_2_PASS='kong'              # The password for share access
SAMBA_MOUNT_2_RW='yes'                 # Should share writeable: yes or no
SAMBA_MOUNT_2_UID='root'               # Mount share with uid/username
SAMBA_MOUNT_2_GID='root'               # Mount share with gid/groupname
SAMBA_MOUNT_2_FMASK='0777'             # Mount share with file umask
SAMBA_MOUNT_2_DMASK='0777'             # Mount share with directory umask
SAMBA_MOUNT_2_IOCHARSET='iso8859-1'    # Mount share with linux charset
SAMBA_MOUNT_2_CODEPAGE='cp850'         # Mount with server codepage (only 
smbfs) 



Mehr Informationen über die Mailingliste Eisfair