Hi all,
I m able to do the changes in the home directory of the users' but when it comes to the /var/www/html folder, it's not allowing to do any changes/create the files or folders
I m able to view the files and it's contents
please suggest what are the correct steps to make it worked
please have a look at the attachment too
#
#======================= Global Settings =====================================
[global]
log file = /var/log/samba/log.%m
cups options = raw
delete readonly = yes
writeable = yes
server string = Samba Server Version %v
path = /var/www/html
write list = @users
force group = users
username map = /etc/samba/user.map
valid users = @users
security = user
user = @users
max log size = 50
wins support = true
; encrypt passwords = yes
; workgroup = PGSNET
; os level = 20
; load printers = yes
; passdb backend = tdbsam
#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = no
writable = yes
; valid users = %S
; valid users = MYDOMAIN\%S
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
; guest ok = no
; writable = No
printable = yes
thanks
Dave