Thank you for your help, but I am still having problem, I am getting crazy with this
This is my scenario
2 machines, XP and Linux, I am trying to get access from XP to Linux with the idea is to read and write files to those specific folders, but when I open explorer on XP to get the linux folder, I see the MKGROUP, SAMBA SERVER 3.0.7 (LOCALHOST), and the folders already configured on smb.conf; "public" and "myshareweb", until here is ok
Now, when I try to open those folder, one, I get the window asking me "User Name" and "Password" and when I try the other folder just say "\\localhost\public\ is not accessible. You might not have permission to use ......"
this is my smb.conf
===================================
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[Profiles]"
Processing section "[printers]"
Processing section "[print$]"
Processing section "[pdf-gen]"
Global parameter printcap name found in service section!
Processing section "[admin]"
Processing section "[public]"
Processing section "[myshareweb]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
workgroup = MDK1MANGOSGROUP
netbios name = MANGOS
server string = Samba Server %v
security = SHARE
map to guest = Bad User
passdb backend = tdbsam, smbpasswd, guest
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = No
printer admin = @adm
[homes]
comment = Home Directories
read only = No
browseable = No
root preexec = /usr/bin/ntlogon -u '%u' -g '%g' -o %a -d /var/lib/samba/netlogon/
root postexec = rm -f '/var/lib/samba/netlogon/%u.bat'
[Profiles]
path = /var/lib/samba/profiles
read only = No
guest ok = Yes
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
guest ok = Yes
printable = Yes
print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers.
use client driver = Yes
browseable = No
[print$]
path = /var/lib/samba/printers
write list = @adm, root
inherit permissions = Yes
guest ok = Yes
[pdf-gen]
comment = PDF Generator (only valid users)
path = /var/tmp
printable = Yes
printing = bsd
print command = /usr/share/samba/scripts/print-pdf "%s" "%H" "//%L/%u" "%m" "%I" "%J" &
lpq command = /bin/true
lprm command = lprm -P'%p' %j
[admin]
path = /
valid users = "@Domain Admins"
admin users = "@Domain Admins"
read only = No
browseable = No
[public]
comment = Public Stuff
path = /var/www/test
write list = @staff
read only = No
guest ok = Yes
[myshareweb]
comment = Ale Website
path = /var/www/html
valid users = @ale
force user = ale
force group = ale
read only = No
guest ok = Yes
=====================
the owner of those folder is ale that is also group ale
please, please please any idea to solve this
the only way that I do not have problem is setting the folder mod 777, by doing this let me see the folder and write in there