| Peter Matulis 2004-06-28, 8:46 pm |
| Hi gang. I am using Version 3.0.0rc4 and the server is acting as a simple
file server (no logon server). I want my Windows 2000 SP4 box to be able
to log on automatically to my share "pmatulis" (my home directory) but
anything I do in MyComputer fails. During boot up I am always prompted for
the password (it at least knows about the correct username). Any comments
welcome. My smb.conf is below:
[global]
workgroup = DANVILLE
netbios name = CANDYMAN
server string = samba server %v on Slackware 9.0
browseable = yes
writeable = no
guest ok = no
interfaces = 192.168.1.32/24
hosts allow = 192.168.1. 127.
log file = /var/log/log.%m
log level = 2
max log size = 100
security = user
encrypt passwords = yes
smb passwd file = /usr/local/samba/private/smbpasswd
passwd program = /usr/bin/passwd %u
unix password sync = yes
passwd chat debug = no
passwd chat = *assword* %n\n *assword* %n\n *assword* %n\n
local master = yes
preferred master = yes
domain master = yes
wins support = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
name resolve order = host wins
max connections = 0
[homes]
comment = home directories
browseable = no
writeable = yes
[www]
comment = web documents
path = /usr/local/apache/htdocs
browseable = yes
write list = pmatulis
|