##-----------------------------------------------------------------------------
## samba_lpd.txt - fli4l configuration parameters                  2.0.7
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     26.06.2001  fm
## Last Update:  $Id: samba_lpd.txt,v 1.3.2.3 2002/05/12 18:58:57 knuffel Exp $
##
## Copyright (c) 2001 Frank Meyer <frank@fli4l.de>
##
## 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.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package: SAMBA
# (if you want to print over samba, also OPT_LPD must be set to 'yes')
#------------------------------------------------------------------------------
OPT_SAMBA='no'                   # install samba: yes or no
SAMBA_WORKGROUP='workgroup'      # workgroup name of windows-clients
SAMBA_ADMINIP=''                 # ip addr of smb-client (mount fli4l rootfs)
SAMBA_TIMESERVER='no'            # smb-timeserver for win-clients: yes or no
SAMBA_LOG='no'                   # log errors in /var/log/log.smb and
                                 # /var/log/log.nmb: yes or no

SAMBA_LPNET_1=''                 # allowed networks for LPD_PORT_1,
                                 # if empty all internal nets
SAMBA_LPREMOTE_NET_1=''          # allowed networks for LPD_REMOTE_IP_1,
                                 # if empty all internal nets

SAMBA_SHARE_N='0'                # how many shares you want to create
SAMBA_SHARE_NAME_1='share1'      # name of the 1st share
SAMBA_SHARE_RW_1='yes'           # should share writeable: yes or no
SAMBA_SHARE_BROWSE_1='yes'       # should share browseable: yes or no
SAMBA_SHARE_PATH_1='/usr/local/data' # path of the share, see MOUNT_x_POINT !
SAMBA_SHARE_NET_1=''             # allowed networks for 1st share,
                                 # if empty all internal nets

SAMBA_CDROM_N='0'                # create shares for n CDROMs
SAMBA_CDROM_DEV_1='hdc'          # name of the CDROM device eg. hdc
SAMBA_CDROM_NET_1=''             # allowed networks for 1st CDROM,
                                 # if empty all internal nets

#------------------------------------------------------------------------------
# Optional package: NMBD
#------------------------------------------------------------------------------
OPT_NMBD='no'                    # install nmbd as SMB Nameserver
NMBD_MASTERBROWSER='no'          # act as a masterbrowser: yes or no
NMBD_WINSSERVER='no'             # act as an WINS-Server: yes or no
NMBD_WINSCLIENT='no'             # act as an WINS-Client: yes or no
NMBD_EXTWINSIP=''                # IP address of the external WINS-Server
NMBD_WINSPROXY='no'              # act as an WINS-Proxy : yes or no

#------------------------------------------------------------------------------
# Optional package: LPD
#------------------------------------------------------------------------------
OPT_LPD='no'                     # install lpd: yes or no
LPD_PORT_N='1'                   # how many ports for printing are used
LPD_PORT_1='0x378'               # io-adress for printer on 1st port:
                                 # 0x3bc,0x378 or 0x278
LPD_RAM='4096'                   # use 4 MB RAM (4096 KB) for printer queues
LPD_SPOOLPATH=''                 # path of the spool directory,
                                 # see MOUNT_x_POINT !

LPD_REMOTE_N='0'                 # how many remote printers are used
LPD_REMOTE_IP_1='192.168.6.99'   # IP of 1st remote printer
LPD_REMOTE_QUEUENAME_1='pr1'     # queue name of 1st remote printer
