Sembrava troppo bello non avere problemi...
Il mio caso riguada samba...
Il mio server slack l'ho configurato in modo tale che alcune directory condivise, richiedano una password, mentre altre vorrei che siino pubbliche. Il problema è che quelle a cui ho messo l'utente in smbpasswd, funzionano alla grande, mentre quando mi connetto alle directory pubbliche mi danno un messaggio d'errore e non funzionano.
Ho provato anche a dare un utente in smbpasswd, e quando richiede la pass non dargli niente, ma quando poi da un computer windows mi collego al server, quello mi richiede la password...
qui di seguito vi posto il mio primo /etc/samba/smb.conf
Codice: Seleziona tutto
workgroup = workgroup
server string = B2S server
netbios name = ServerBakkio2
security = share
hosts allow = 192.168.168. 127.
interfaces = 127.0.0.1 192.168.168.192/255.255.255.0
bind interfaces only = yes
load printers = yes
printcap name = /etc/printcap
guest account = serverproftpd
log file = /var/log/samba.%m
log level = 3
max log size = 1500
socket options = TCP_NODELAY
local master = yes
preferred master = yes
os level = 65
announce as = NT
wins support = yes
wins server = 192.168.168.192
dns proxy = no
winbind uid = 16777216-33554431
winbind gid = 16777216-33554431
guest ok = yes
restrict anonymous = no
max protocol = NT
acl compatibility = winnt
ldap ssl = No
server signing = Auto
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
domain logons = yes
name resolve order = wins hosts bcast
##
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
printable = yes
[JukeBox]
comment = Mp3 a manetta
path = /mnt/mp3/JukeBox
writeable = no
browseable = yes
[sitibakkio2]
comment = WEBSERVER siti CARLO
path = /home/sitibakkio2
read only = no
valid users = sitibakkio2
[giovanni.bachiorrini]
comment = directory di gio
path = /home/giovanni.bachiorrini
read only = no
valid users = giovanni.bachiorrini
[ospiteb2s]
comment = AMULE
path = /mnt/mp3/ospiteb2s
read only = no
QUALCUNO SA COME AIUTARMI????


