[FoLUG] Samba e Cups

Francesco sizukesa77@tiscali.it
Mer 24 Mar 2004 13:22:50 CET


On Wed, 2004-03-24 at 08:48, Ivan wrote:

> strano che tu richieda lo share "printer" e lui se se ne venga fuori con 
> "stampante". ad ogni modo nel smb.conf che hai postato non vedo 
> riferimenti allo share "printer" o "stampante"
> prova ad usare swat.

Scusa te ne ho mandato solo un pezzo di smb.conf, ho configurato cmq
anche la sezione printer, tant'e' che swat la vede e anche il client Xp
vede la stampante ma la stampa si blocca.
Ho letto da qualche parte che Xp Home ha delle funzioalita' di rete
limitate e non vorrei che fosse una telesega simile.

Allego il mio smb.conf integrale, con testparm non c'e' nulla di errato.



[global]

## Browsing/Identification ###

   workgroup = PENGUIN
   server string = sambaserver 
   wins support = yes
;   wins server = w.x.y.z
   dns proxy = no

;   name resolve order = lmhosts host wins bcast
   hosts allow = 192.168.0. localhost
   log file = /var/log/samba/log.%m
   max log size = 1000
;   syslog only = no
   syslog = 0
   security = user
   encrypt passwords = true
   panic action = /usr/share/samba/panic-action %d
  # smb password file = /etc/samba/smbpasswd
   local master = yes
   preferred master = yes
   os level = 33
   domain master = yes
   domain logons = yes
   logon script = logon.bat
   logon path = \\ServerSamba\profile\%U
   passdb backend = tdbsam guest
   obey pam restrictions = yes

;   guest account = nobody
;   invalid users = root

;   unix password sync = no

   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .

;   pam password change = no


########## Printing ##########

;   load printers = yes

;   printing = bsd
;   printcap name = /etc/printcap

   printing = cups
   printcap name = cups

   printer admin = root


######## File sharing ########

# Name mangling options
;   preserve case = yes
;   short preserve case = yes

############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /home/samba/etc/smb.conf.%m

# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html
# for details
# You may want to add the following on a Linux system:
#         SO_RCVBUF=8192 SO_SNDBUF=8192
   socket options = TCP_NODELAY

# The following parameter is useful only if you have the linpopup
package
# installed. The samba maintainer and the linpopup maintainer are
# working to ease installation and configuration of linpopup and samba.
;   message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s'
&

# Domain Master specifies Samba to be the Domain Master Browser. If this
# machine will be configured as a BDC (a secondary logon server), you
# must set this to 'no'; otherwise, the default behavior is recommended.
;   domain master = auto

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
;   idmap uid = 10000-20000
;   idmap gid = 10000-20000
;   template shell = /bin/bash

#======================= Share Definitions =======================
[public]
  comment = Public Directory
  browsable = yes 
  guest ok = no
  path = /pub
  writable = yes 
  valid users = francesco

[netlogon]
   comment = Directory degli script di inizializzazione
   path = /home/netlogon
   read only = yes
   guest ok = yes
 
[homes]
   comment = Home Directories
   path = /home/%U
   browseable = yes
   writeable = yes

# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
   writable = yes

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
   create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you
want to
# create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0700

# Un-comment the following and create the netlogon directory for Domain
Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no

[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   public = yes
   writable = no
   create mode = 0700 

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# Replace 'ntadmin' with the name of the group your admin users are
# members of.
;   write list = root, @ntadmin

# A sample share for sharing your CD-ROM with others.
[cdrom]
   comment = Samba server's CD-ROM
   writable = no
   locking = no
   path = /cdrom
   public = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#	cdrom share is accesed. For this to work /etc/fstab must contain
#	an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#	is mounted on /cdrom
#
   preexec = /bin/mount /cdrom
   postexec = /bin/umount /cdrom


>  ti sega tutti i commenti da smb.conf, pero' e' 
> molto facile ed intuitivo. poi puoi studiarti la conf che genera. usa 
> anche testparm per validare un smb.conf

Ciao
-- 
Francesco

(o<                                    (o_
//\                                    //\
V_/_....Powered By Debian GNU/Linux....V_/_

http://xoomer.virgilio.it/frpiano



Maggiori informazioni sulla lista FoLUG