[Samba] share security and acces deny

jarek jarek at ultor.one.pl
Sat Aug 7 21:17:15 GMT 2004


Hi,
I have some problems with samba 3.0.5 precompiled on slackware 10. Problem
is that on SHARE level security with admin privileges for user 'jarek' I
don't have write access to share 'repsitorya'. But wnen I switch security to
USER everything works fine (but i need SHARE because some of my users have
win 98 and diferent usernames). I found that when SHARE mode is on, samba
grant write privileges only to folder owned by user jarek. My question is
how can I switch privileges check off ???


My config is:
------------------------------------------------------------------
[global]
	workgroup = NET1
	server string = 
	interfaces = eth0, 192.168.168.1/255.255.255.0, 127.0.0.1
	bind interfaces only = Yes
	security = SHARE
	log file = /var/log/samba/samba.%m
	load printers = No
	disable spoolss = Yes
	show add printer wizard = No
	os level = 65
	preferred master = Yes
	domain master = Yes
	wins support = Yes
	ldap ssl = no
	socket address = 192.168.168.1/255.255.255.0
	admin users = jarek
	printer admin = jarek
	hosts allow = 192.168.168.0/255.255.255.0

[filmen]
	path = /home/filmen
	guest only = Yes
	guest ok = Yes
	hosts allow = 

[locale]
	path = /home/mldonkey
	username = admin, samba
	valid users = admin, samba
	admin users = admin
	write list = samba
	read only = No

[repositorya]
	path = /home
	valid users = jarek, admin
	admin users = jarek, admin
	write list = jarek, admin
	read only = No
	veto files = /*root*/*spool*/

[programy]
	comment = programy na zamówienie
	path = /home/programy
	guest only = Yes
	guest ok = Yes
----------------------------------------------------------------------

Thanks



More information about the samba mailing list