Visto che io non la conosco, qualcuno di voi sa' per caso come impostare - o
togliere - quella maledetta richiesta di password che mi da' Samba quando
tento di accedere al server linux con una macchina windows?
Tanto per capirci, ecco il mio file di configurazione:
# Global parameters
[global]
workgroup = (nome del workgroup di windows, ho collegato 4
macchine)
server string = Samba Server %v
security = user
guest account = guestpc
null passwords = yes
encrypt passwords = Yes
smb passwd file = /etc/smbpasswd
debug level = 0
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = lpstat
os level = 0
dns proxy = No
hosts allow = 192.168.0. studio
printing = cups
print command = /usr/bin/lp -d%p -oraw %s; rm %s
lpq command = /usr/bin/lpstat -o%p
lprm command = /usr/bin/cancel %p-%j
queuepause command = /usr/bin/disable %p
queueresume command = /usr/bin/enable %p
[homes]
comment = Home Directories
writeable = Yes
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
guest ok = Yes
printable = Yes
print command = lpr-cups -P %p %s # using cups own drivers (use
generic
PostScript on clients).
lpq command = lpstat -o %p
lprm command = cancel %p-%j
[netlogon]
comment = disco linux
path = /tmp
Grazie, sto' impazzendo.
Alberto