Your SMB.CONF have some duplicate entries try using the following SMB.CONF. If this does not work I will suggest you start with an empty file read a few Samba HOW-TO's and type in your customized smb.conf.
[global] workgroup = SMIS netbios name = Linux_Server server string = Linux Server %v security = user encrypt passwords = yes local master = yes domain master = yes os level = 99 preferred master = yes domain logons = yes domain admin group = @ntadmins hosts allow = 127.0.0.1 192.168.1.100/24 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 passwd program = /usr/bin/passwd %u passwd chat = *EntersnewsUNIXspassword:* %nn *RetypesnewsUNIXspassword:* %nn -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
