Re: [Samba] setting permissions for unix users on samba shares

2013-09-25 Thread steve
On Tue, 2013-09-24 at 16:13 -0700, Robert Watson wrote:
 I'm trying to grant permissions for linux system users (apache,mysql...) to
 have permissions on samba shares. I've established domain users permissions
 while logged in as the domain admin and thought the SYSTEM account would
 cover these types of usersbut apparently not.
 Is there a built in linux group that maps to a windows domain group or do I
 have to establish this manually.

Hi
Not much to go on but you could:

[global]
username map = /some/place.txt

[apache]
path = /srv/www/wherever
read only = yes
write list = SomeDomainUser

with place.txt containing:
!apache = SomeDomainUser

HTH
Steve



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] setting permissions for unix users on samba shares

2013-09-24 Thread Robert Watson
I'm trying to grant permissions for linux system users (apache,mysql...) to
have permissions on samba shares. I've established domain users permissions
while logged in as the domain admin and thought the SYSTEM account would
cover these types of usersbut apparently not.
Is there a built in linux group that maps to a windows domain group or do I
have to establish this manually.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba