On Wed, Feb 10, 1999 at 09:50:14AM +0000, Samy Elashmawy wrote:
>
>
> >One thing that you may want to check is the linux permissions on the
> directories that you have set up as shares.
Yes. You also need to have a few global items that are missing from your
config file.
lock directory = /var/log/samba/var/locks
share modes = yes
And from the individual shares.
[htdocs]
path = /usr/local/etc/httpd/htdocs
public = no
writable = yes
printable = no
directory mode = 0775
create mode = 0664
It would probably also be a good idea, if you have a large number of users
accessing files, to create a special group that all samba users are in and
set the group permissions to write.
> >Samy Elashmawy wrote:
> >
> >> I am trying to create files/copy files to a shared directory from the
> samba server. Ikee getting access denied! messages. However I can create
> files in my home Directory. I have no Idea why I cant write to the samba
> shared Directorys ??
> >>
> >> Here is the smb.conf file
> >>
> >> [global]
> >> workgroup = workgroup
> >> guest account = nobody
> >> keep alive = 30
> >> os level = 2
> >> security = user
> >> printing = bsd
> >> printcap name = /etc/printcap
> >> load printers = yes
> >>
> >> ; Please uncomment the following entry and replace the
> >> ; ip number and netmask with the correct numbers for
> >> ; your ethernet interface.
> >> ; interfaces = 10.20.30.1/255.0.0.0
> >>
> >> ; If you want Samba to act as a wins server, please set
> >> ; 'wins support = yes'
> >> wins support = no
> >>
> >> ; If you want Samba to use an existing wins server,
> >> ; please uncomment the following line and replace
> >> ; the dummy with the wins server's ip number.
> >> ; wins server = 192.168.1.1
> >>
> >> [homes]
> >> comment = Heimatverzeichnis
> >> browseable = no
> >> read only = no
> >> create mode = 0750
> >>
> >> ; The following share gives all users access to the Server's CD drive,
> >> ; assuming it is mounted under /cd. To enable this share, please remove
> >> ; the semicolons before the lines
> >> ;
> >> [cdrom]
> >> comment = Linux CD-ROM
> >> path = /cdrom
> >> read only = no
> >> locking = no
> >>
> >> [linserv]
> >> comment = linux shared files
> >> path = /linserv
> >> readonly = no
> >> locking = no
> >>
> >> [test]
> >> comment = testshare
> >> path = /usr/tshare
> >> browseable = yes
> >> read only = no
> >> public = yes
> >>
> >> [printers]
> >> comment = All Printers
> >> browseable = no
> >> printable = yes
> >> public = no
> >> read only = yes
> >> create mode = 0700
> >> directory = /tmp
--
Brad Shelton [EMAIL PROTECTED]
On Line Exchange http://ole.net
Detroit News http://detnews.com
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html