[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Users Folders for the Qube 2



On Thu, 2 Nov 2000 20:29:25 -0500, "Larry M. McConnell"
<McConnellLM@xxxxxxxxxxx> wrote:

:>Does anyone know a possible solution for this problem?  I suspect it
:>requires Samba configuration changes...
:>
:>Win98 or Winnt 4.0 workstation user "admin" on to the Qube 2.  "Admin"
:>browses only the folders that it's a group member of.  Admin would like to
:>be able to Browse all folders for all users.  Since "Admin" is the
:>administrator of the network it seems logical he should be able to do such a
:>thing, but the standard Cobalt config does not allow it.  Any ideas??

Take a look at /etc/smb.conf - I think I changed mine ... the admin entry now
looks like:

;admin BEGIN (do not delete this line)
[admin]
   comment = Root Directory
   path = /
   public = no
   browseable = yes
   read only = no
   valid users = admin vanecek
   hide dot files = no
;admin END (do not delete this line)
;

See if that helps.