Nei log di samba compare qualche informazione utile?
Se provi ad accedere alla condivisione samba direttamente da suse stessa, ci riesci? (Via konqueror con indirizzo smb://127.0.0.1/ oppure smb://ipsuse/)
Se ti interessa, questa e` la mia configurazione attuale (ereditata dalla suse 10.2): # smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2007-09-22
[global]
workgroup = Tolkien
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = Yes
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
domain logons = No
domain master = No
passdb backend = smbpasswd
security = user
[shared]
comment = Ori's shared directory
inherit acls = Yes
path = /home/ori/Documenti/Shared/
read only = No
Se noti, io ho questa direttiva che tu non hai: passdb backend = smbpasswd
all'interno della sezione global. Comunque non ho ancora provato a far connettere un windows a tale condivisione, ma ho solo fatto test in loopback.