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

[Gelöst] Benutzerprofil wird nicht korrekt geladen

Etwas an meiner Samba conf funktioniert noch nicht so ganz.

Wenn ich meinen Laptop (Vista Ultimate) an meinem Samba PDC anmelde, kommt die Meldung das, das Benutzerprofil nicht korrekt geladen werden konnte. Sie werden mit einem temporären Profil angemeldet.

Könnte mir da jemand helfen.

Die smb.conf sieht so aus.

Code:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2008/04/20 18:33:56

[global]
	workgroup = TUXONE
	map to guest = Bad User
	printcap name = cups
	domain logons = Yes
	os level = 65
	preferred master = Yes
	domain master = Yes
	usershare allow guests = Yes
	printing = cups
	cups options = raw
	print command = 
	lpq command = %p
	lprm command = 
	include = /etc/samba/dhcp.conf

[homes]
	comment = Home Directories
	valid users = %S, %D%w%S
	read only = No
	inherit acls = Yes
	browseable = No

[profiles]
	comment = Network Profiles Service
	path = /var/lib/samba/profiles/
	read only = No
	create mask = 0777
	force create mode = 0777
	force security mode = 0777
	directory mask = 0777
	profile acls = Yes
	case sensitive = No
	strict locking = No
	msdfs proxy = no

[users]
	comment = All users
	path = /home
	read only = No
	inherit acls = Yes
	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
	create mask = 0600
	printable = Yes
	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]
	path = /var/lib/samba/netlogon
	read only = No
 
Oben