I am facing the current problem: I have one WinXP SP2 Clients trying to access multiple shares on the same smb server. When booting up Windows I can login to one share, but not to the other ones. Whichever of them I take first is working just fine. My username or password (which is correct!) is being rejected. Is this a Windows issue or do I need to adjust a parameter in smb.conf?
Current smb.conf: [global] panic action = /usr/share/samba/panic-action %d workgroup = ROOT server string = bla invalid users = root log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 security = user encrypt passwords = true passdb backend = smbpasswd guest socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 obey pam restrictions = yes interfaces = 195.24.72.10 bind interfaces only = yes [IPC$] hosts deny = 0.0.0.0/0 [web1] comment = [web1] - Home Directory path = /home/www/web1 read only = No valid users = web1 force user = web1 force group = ftp browseable = no printable = no create mask = 660 directory mask = 770 force create mode = 660 force directory mode = 770 veto files = .x [web11] comment = [web11] - Home Directory path = /home/www/web11 read only = No valid users = web11 force user = web11 force group = ftp browseable = no printable = no create mask = 660 directory mask = 770 force create mode = 660 force directory mode = 770 veto files = .x Andy -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
