[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Users Folders for the Qube 2
- Subject: Re: [cobalt-users] Users Folders for the Qube 2
- From: Mike Vanecek <nospam99@xxxxxxxxxxxx>
- Date: Fri Nov 3 12:15:00 2000
- Organization: anonymous
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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.