ubuntuusers.de

alte samba datei

Status: Ungelöst | Ubuntu-Version: Ubuntu 12.04 (Precise Pangolin)
Antworten |

Waldhase

Anmeldungsdatum:
21. November 2011

Beiträge: 259

Hallo,

ich habe eine alte samba Datei noch aus open suse, funktionierte damals gut !Kann ich die für Ubuntu 12.04 übernehmen? Möchte Zugriff auf Notebook, Drucker, sat-receiver/recorder Was müsste ich noch ändern ?

Gruß und Frohes Weihnachtstage,

Waldhase

workgroup = MSHEIMNETZ
	username map = /etc/smbusers
	printcap name = cups
	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:
	add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
	domain master = No
	domain logons = No
	winbind gid = 10000-20000
	winbind uid = 10000-20000
	security = user
	restrict anonymous = no
	max protocol = NT
	ldap ssl = No
	server signing = Auto
	idmap gid = 10000-20000
	idmap uid = 10000-20000

[homes]
	comment = Home Directories
	valid users = %S
	browseable = No
	read only = No
	inherit acls = Yes
	guest ok = No
	printable = no

[profiles]
	comment = Network Profiles Service
	path = %H
	read only = No
	store dos attributes = Yes
	create mask = 0600
	directory mask = 0700
	guest ok = No

[users]
	comment = All users
	path = /home
	read only = No
	inherit acls = Yes
	veto files = /aquota.user/groups/shares/
	guest ok = No
	browseable = yes
	printable = No

[groups]
	comment = All groups
	path = /home/groups
	read only = No
	inherit acls = Yes
	guest ok = No
	browseable = yes
	printable = No

[printers]
	comment = All Printers
	path = /var/tmp
	printable = Yes
	create mask = 0600
	browseable = No
	guest ok = No

[print$]
	comment = Printer Drivers
	path = /var/lib/samba/drivers
	write list = @ntadmin root
	force group = ntadmin
	create mask = 0664
	directory mask = 0775
	browseable = yes
	guest ok = no
	printable = no

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