I am very perplexed with this Samba error. I am running Samba as a stand alone server to simply share files with several Windows XP computers. Everything works fine, however, every time someone accesses one of the shares this error appears in the syslog:
Oct 21 09:43:50 spev smbd[26899]: [2004/10/21 09:43:50, 0] smbd/service.c:make_connection_snum(541)
Oct 21 09:43:50 spev smbd[26899]: Can't become connected user!
I thought this may be because I am running about 9 computers through the same username so I created a new user and tested it out with one computer and the error still came up.
Does anyone have any ideas? (The extra parameters under techcenter are the changes I made to test out with the new user)
Here's my smb.conf:
Oct 21 09:43:50 spev smbd[26899]: [2004/10/21 09:43:50, 0] smbd/service.c:make_connection_snum(541)
Oct 21 09:43:50 spev smbd[26899]: Can't become connected user!
I thought this may be because I am running about 9 computers through the same username so I created a new user and tested it out with one computer and the error still came up.
Does anyone have any ideas? (The extra parameters under techcenter are the changes I made to test out with the new user)
Here's my smb.conf:
Code:
[global]
workgroup = SERVERS
server string = Samba Fileserver
valid users = @techstaff, @childstaff
hosts allow = 127.0.0.1, 192.168.0.0/24
hosts deny = 0.0.0.0/0
[techcenter]
comment = Staff files
path = /fileserver/techcenter
read only = No
force user = techshare
force group = techstaff
nt acl support = no
[gateplex]
comment = Gateplex
path = /fileserver/gateplex
read only = No
[childrens]
comment = Childrens files
path = /fileserver/childrens
read only = No