Samba und Zugriffsrechte

fredolin

Erfahrenes Mitglied
Hallo Gemeinde,

weiss nun nicht genau ob ich hier richtig bin.. Thema Samba und Zugriffrechte.
Mein Problem ist, das ich die Shares im Netzwerk sehen kann (Widows XP rechner).. ich kann sie auch verbinden.

doch was ich nicht kann, ist dann auf den shares daten speichern.

so hier mal meine smb.conf
PHP:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2008-06-06
[global]
	workgroup = INTERNET
	printing = cups
	printcap name = cups
	printcap cache time = 750
	cups options = raw
	map to guest = Bad User
	include = /etc/samba/dhcp.conf
	logon path = \\%L\profiles\.msprofile
	logon home = \\%L\%U\.9xprofile
	logon drive = P:
	usershare allow guests = Yes
	add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
	domain logons = Yes
	domain master = Yes
	local master = Yes
	os level = 65
	passdb backend = smbpasswd
	preferred master = Yes
	security = user
	encrypt passwords = Yes

## Share disabled by YaST
# [homes]
#	comment = Home Directories
#	valid users = %S, %D%w%S
#	browseable = No
#	read only = No
#	inherit acls = Yes
# [profiles]
#	comment = Network Profiles Service
#	path = %H
#	read only = No
#	store dos attributes = Yes
#	create mask = 0600
#	directory mask = 0700

## Share disabled by YaST
# [users]
#	comment = All users
#	path = /home
#	read only = No
#	inherit acls = Yes
#	veto files = /aquota.user/groups/shares/

## Share disabled by YaST
# [groups]
#	comment = All groups
#	path = /home/groups
#	read only = No
#	inherit acls = Yes
[printers]
	comment = All Printers
	path = /var/tmp
	printable = Yes
	create mask = 0600
	browseable = No
[print$]
	comment = Printer Drivers
	path = /var/lib/samba/drivers
	write list = @ntadmin root
	force group = ntadmin
	create mask = 0664
	directory mask = 0775

[#netlogon]
#	comment = Network Logon Service
#	path = /var/lib/samba/netlogon
#	write list = root

[webentwicklug]
	browseable = Yes
	comment = Plattform Internetentwicklungen
	guest ok = Yes
	path = /webspace/www/htdocs
	read only = No
	create mask = 700
	directory mask = 700
	writeable = true
	read only = true

so habt ihr ne vorschlag - tip - rat woran es liegt

gruss
fredolin
 
Hallo Port29

was meinst du mit den lokalen Zugriffsrechten?.. oder wo kann ich mir diese anschauen?

Habe die Zugriffrechte zum lesen und Schreiben per chmod auf 777 gesetzt.
(chmod 777 -R) damit auch alle unterverzeichnisse mit verändert.

wäre dankbar um hilfe oder tips?

fredolin
 
tut mir leid, ich habe mir gestern nicht die ganze Konfigurationsdatei angeschaut. Die letzte Zeile habe ich ganz überlesen. Schau mal was da steht.
 
Hallo,

er meint read only = true ;), enfach löschen weil ist eh doppelt, siehe 4 Zeilen höher.
 
jo man sollte seine 4paar Augen doch mal richtig säubern..
jo das war es.. menno ich habs einfach nicht gesehen...

allen einen riesen dank...


DANKEEEE


fredolin
 
Zurück