[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ProgSoc] win2k groups/permissions and samba
vik wrote:
>
> I have a couple of win2k boxen which get their user profiles, etc from a
> linux samba server acting as a primary domain controller. Does anyone
> know how one would give a particular user permissions to do something or
> ~ add them to a group (say have one group for normal users and one for
> privliged users)? I'm running samba 2.2.2.
Shared resources and their access restrictions are defined in the samba
config file smb.conf. For a reference see
http://au1.samba.org/samba/docs/man/smb.conf.5.html
As far as I know, samba uses the unix usernames and groups on the server
it's running on. You can refer to these groups in the smb.conf file, ie
to control access to a share. For example:
[sectionX]
write list = @nospam.secX
Where sectionX is the share name and secX is a group of users allowed to
write to the share.
Cheers,
Jay.
-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.