Linuxers,

        I am using a Samba SMB server on an Irix box and am
trying to set up a shared directory that is read-only to
everyone, but writable only by one user.  At this time,
I am able to make it publicly available, but not individually
available.  Has anyone done this?

        So far all attempts using users, valid users (with and
without @), etc. either
        o open it to all
        o get error "[bad username/password combination]"
        o get error "[access is not authorized from this host]"

        Thank you in advance for any help.

        Samba-1.9.18p10
        Irix-6.5.3m
        NT-4.00SP5.0
        NT LAN with workgroup and floating server
        unix names do not match NT names

                ---- best current guess smb.conf ----
...
[global]
   comment = Samba %v
   workgroup = <myworkgroup>
        ...
   load printers = yes
   guest account = nobody
   browseable = yes
        ...
   locking = yes
   lock directory = /usr/samba/var/locks
   share modes = yes

;  security = user
        ...
;  Set the os level to > 32 if there is no NT server for your workgroup
   os level = 0
   preferred master = no
   domain master = no
   local master = no
   wins support = no
   wins server = 

   preserve case = yes
   short preserve case = yes
        ...
[tmp]
  comment = Temporary file space
  path = /usr/tmp
  read only = no
  public = yes

[Intranet]
  comment = Intranet repository
  path = /pub/intranet
  read only = no
  valid users = me
                ---- best current guess smb.conf ----                   

Dr. Robert J. Meier             FANUC Robotics North America
tel:+1.248.377.7469    mailto:[EMAIL PROTECTED]
 

Reply via email to