<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>hi guys<BR>
 <BR>
i have CentOS-5.1 with samba-3.0.25b-0.el5.4<BR>
and i took this workin well smb.conf from slackware12<BR>
( commands to be done befor this ):<BR>
# useradd  wbc -c /home/wbc -g users<BR># smbpasswd -a wbc<BR># mkdir /export<BR># chmod u+rwx,g+rx,o+rx /export<BR># chown wbc.users /export<BR>
the conf file:<BR>[global]<BR>workgroup = WORKGROUP<BR>netbios name = sanshiro<BR>security = share<BR>
[share]<BR>comment = Data<BR>path = /export<BR>force user = wbc<BR>force group =  users<BR>read only = no<BR>guest ok = Yes<BR>
_______<BR>
and it never worked<BR>
and i tried to edit the original smb.conf like this:<BR>
[global]<BR>
workgroup = WORKGROUP<BR>server string = storage<BR>netbios name = sanshiro<BR>interfaces = lo eth2<BR>hosts allow = 127. 10.0.0.<BR>
# logs split per machine<BR>       log file = /var/log/samba/%m.log<BR># max 50KB per log file, then rotate<BR>       max log size = 50<BR>
security = share<BR>
# A publicly accessible directory, but read only, except for people in<BR># the "users" group<BR>       [public]<BR>       comment = Data<BR>       path = /samba/Data/    #owened by wbc.users<BR>       public = yes<BR>       writable = yes<BR>       read only = no<BR>       printable = no<BR>       write list = users<BR>_________<BR>
NOW my issue that whenever i try to copy something to the share folder i get "access denied" make sure<BR>
OR sometimes when i modifie it a little  i get things copied but with 0kB sized.<BR>
i'v been trying for 2 weeks . i couldnt know whats missing.<BR>
THANX for any help .<BR><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>