[Samba] users can't change permissions on samba share

Justin Georgeson jgeorgeson at unboundtech.com
Mon Oct 7 17:58:01 GMT 2002


I have 2.2.5 (installed using binary RPM) on Red Hat 7.2 (should be 
fully up2date). This server is acting as a PDC, and is working fine for 
the most part. The problem I'm having is that nobody can change 
permissions for files and folders on a service. I've attached my 
smb.conf. I believe everyone change edit permissions for files/folders 
in their profile. But nothing in the Public share can be changed. New 
files/folders can be created/deleted. But they are created with the 
wrong permissions and the permissions can't be changed. Please help.

-- 
Justin Georgeson
UnBound Technologies, Inc.
http://www.unboundtech.com
Main   713.329.9330
Fax    713.460.4051
Mobile 512.789.1962

5295 Hollister Road
Houston, TX 77040
Real Applications using Real Wireless Intelligence(tm)
-------------- next part --------------
# Samba config file created using SWAT
# from localhost.localdomain (127.0.0.1)
# Date: 2002/10/01 10:04:25

# Global parameters
[global]
	workgroup = UNBOUNDTECH
	netbios name = MOLEHILL
	server string = Domain controller
	interfaces = eth1 192.168.1.0/24 localhost
	bind interfaces only = Yes
	encrypt passwords = Yes
	passwd program = /usr/bin/passwd
	unix password sync = Yes
	log file = /var/log/samba/%m.log
	max log size = 0
	socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
	domain admin group = root sysadm @domainadmin
	add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
	logon path = \\%N\profiles\%U
	logon drive = Z:
	domain logons = Yes
	os level = 33
	preferred master = True
	domain master = True
	wins support = Yes

[profiles]
	comment = Windows Home Directories
	path = /home/profiles
	read only = No
	create mask = 0775

[export0]
	path = /export0
	write list = @unboundtech
	read only = No
	create mask = 0775
	directory mask = 0775

[netlogon]
	path = /usr/share/samba/netlogon
	write list = administrator
	browseable = No


More information about the samba mailing list