Re: Linux/Samba w/ multiple users
From: robbie (roberto.quesada_at_gmail.com)
Date: 03/28/05
- Next message: robbie: "Re: Internet stopped working"
- Previous message: Malte: "Re: Internet stopped working"
- In reply to: Ivan Marsh: "Re: Linux/Samba w/ multiple users"
- Next in thread: Ivan Marsh: "Re: Linux/Samba w/ multiple users"
- Reply: Ivan Marsh: "Re: Linux/Samba w/ multiple users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Mar 2005 06:59:03 -0800
Okay. I've removed a bunch of useless stuff from my smb.conf, thinking
maybe one thing in one place was negating another but, as I've said, I
don't know what I'm doing. I've posted the new .conf below, but it's
basically the old one with half the stuff removed. I've made a folder
called /test and shared it, setting the "valid users" to the "atshared"
group, and made a particular user a member of this group; I've also
changed the /test folder's properties so that its group ownership is
also atshared. When I log on as the member of atshared, though, I still
only see his home folder. Might this have something to do with the way
my [homes] section is set up?
As for the whole drive mapping in XP thing, the error I get is first a
box that says "The network folder specified is currently mapped using a
different user name and password. To connect using a different user
name and password, first disconnect any existing mappings to this
network share." Click OK and then another window pops up saying "The
mapped network drive could not be created because the following error
has occurred: Multiple connections to a server or shared resource by
the same user, using more than one user name, are not allowed.
Disconnect all previous connections to the server or shared resource
and try again.."
[global]
# remove following line if there are errors
socket options = TCP_NODELAY SO_RCVBUF=2048 SO_SNDBUF=2048
workgroup = CS_STAFF
username map = /etc/samba/smbusers
security = user
encrypt passwords = yes
domain logons = no
local master = no
passdb backend = smbpasswd
wins server =
wins support = no
add machine script =
preferred master = auto
[homes]
comment = Home Directories
valid users = %S
browseable = no
read only = No
inherit permissions = Yes
guest ok = no
printable = no
[test]
comment = I hate Linux
path = /test
valid users = @atshared
- Next message: robbie: "Re: Internet stopped working"
- Previous message: Malte: "Re: Internet stopped working"
- In reply to: Ivan Marsh: "Re: Linux/Samba w/ multiple users"
- Next in thread: Ivan Marsh: "Re: Linux/Samba w/ multiple users"
- Reply: Ivan Marsh: "Re: Linux/Samba w/ multiple users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|