Hello all:
I'm trying to set up a small file server running mdk 9.1 using samba, of course. I'm at my office and i'm able to see, connect and mount windows shares from linux. However, i'm in trouble when trying to do it backwards: accesing a linux shared folder from WinXP machines.
They can 'see' it, but is in access when trouble comes up: when i click on the linux share it asks for a password. 'big deal' i thought, since i already setup a few test samba users, but neither of them work, even root can't login.
I've tried several combinations of config , both editing smb.conf and via webmin without success
Anybody can shed some light on this??
Thanks in advance folks
Here's ,my smb.conf, i hope this could help...
[global]
log file = /var/log/samba/log.%m
smb passwd file = /etc/samba/smbpasswd
load printers = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
map to guest = bad user
encrypt passwords = yes
dns proxy = no
netbios name = linux-cas
server string = Samba Server %v
default = utilerias
workgroup = CORPORATIVO
os level = 20
auto services = sharedfile
printcap name = cups
security = domain
max log size = 50
[homes]
comment = Home Directories
browseable = no
writable = yes
# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
; comment = Network Logon Service
; path = /var/lib/samba/netlogon
; guest ok = yes
; writable = no
# This one is useful for people to share files
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
; comment = Public Stuff
; path = /home/samba/public
; public = yes
; writable = no
; write list = @staff
# Audited directory through experimental VFS audit.so module:
# Uncomment next line.
; vfs object = /usr/lib/samba/vfs/audit.so
# A publicly accessible directory, read/write to all users. Note that all files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of course
# be specified, in which case all files would be owned by that user instead.
;[public]
; path = /usr/somewhere/else/public
; public = yes
; only guest = yes
; writable = yes
; printable = no
# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
[utilerias]
guest account = myguestaccount
printable = no
writeable = yes
path = /usr/somewhere/shared
comment = Server Linux
valid users = manrike,rockmanexe cas
create mode = 0775
public = yes