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

Samba User anlegen schlägt fehl[gelöst]

Hallo,
ich habe per Samba auf meinem OpenSuse 12.3 3 Freigaben eingerichtet, aktuell kann ich von meinem Win7 Rechner nur als root mich auf diesen Freigaben einloggen, was aber nicht so sein soll.
Da die Freigaben nur für Backups genutzt werden möchte ich einen Backup User dafür einrichten, dies schlägt aber fehl, wieso!?
Hier die Konsolen ausgabe
Code:
smbpasswd -a Backup
New SMB password:
Retype new SMB password:
Failed to add entry for user Backup.
und hier die smb.conf
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.
[global]
	workgroup = WORKGROUP
	passdb backend = tdbsam
	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 = No
	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
	preferred master = Yes
	security = user
	wins support = No
[profiles]
	comment = Network Profiles Service
	path = %H
	read only = No
	store dos attributes = Yes
	create mask = 0600
	directory mask = 0700

[Sicherung_C_D_E]
	inherit acls = Yes
	path = /dev/Sicherung_C_D_E
	read only = No

[Sicherung_F_G]
	inherit acls = Yes
	path = /dev/Sicherung_F_G
	read only = No
	username = thomas

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

[Downloads]
	comment = 
	inherit acls = Yes
	path = /home/thomas/Downloads
	read only = No

Was mache ich falsch

Danke
 
Oben