• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Samba Share und Vista Home Premium

tomi-w80

Member
Hallo zusammen,

ich habe gerade irgendwie ein Brett vorm Kopf. Also... auf meinem "Server" läuft Suse 11.1 und ich möchte mein /home/<benutzer> so freigeben, dass ich es unter Vista home premium mounten kann. Ein vorweg,..., setze ich die Rechte auf 777 funktioniert es, es soll aber schon eine Authentifizierung stattfinden. Ziel 770!

Meine smb.con
Code:
# 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-12-03
[global]
	workgroup = warnecke-web.de
	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 = No
	domain master = No
	security = user
[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
[users]
	comment = All users
	path = /home
	read only = No
	inherit acls = Yes
	Guest ok = yes
	writeable = yes
	create mode = 0770
	directory mode = 0770
#	veto files = /aquota.user/groups/shares/
[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

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

[public]
	comment = public files
	inherit acls = Yes
	path = /home/public
	read only = No
	browsable = Yes
	Guest ok = Yes

Die public-Freigabe ist ok, die kann 777 sein. Die Linux-User habe zu SMB konvertiert. Wenn ich den User und das PW unter Win eingebe, kommt immer wieder die Aufforderung der Authentifizierung und der ZUgriff ist nicht möglich :(

Gruß
Thomas
 
Oben