51 lines
		
	
	
		
			1022 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1022 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # See smb.conf.example for a more detailed config file or
 | |
| # read the smb.conf manpage.
 | |
| # Run 'testparm' to verify the config is correct after
 | |
| # you modified it.
 | |
| #
 | |
| # Note:
 | |
| # SMB1 is disabled by default. This means clients without support for SMB2 or
 | |
| # SMB3 are no longer able to connect to smbd (by default).
 | |
| 
 | |
| [global]
 | |
| 	workgroup = SAMBA
 | |
| 	security = user
 | |
| 
 | |
| 	passdb backend = tdbsam
 | |
| 
 | |
| 	printing = cups
 | |
| 	printcap name = cups
 | |
| 	load printers = yes
 | |
| 	cups options = raw
 | |
| 
 | |
| 	vfs objects = acl_xattr
 | |
| 	map acl inherit = yes
 | |
| 	store dos attributes = yes
 | |
| 
 | |
| 	# Install samba-usershares package for support
 | |
| 	include = /etc/samba/usershares.conf
 | |
| 
 | |
| [data]
 | |
| 	path = /mnt/data
 | |
| 	read only = no
 | |
| 	browsable = yes
 | |
| 	guest ok = no
 | |
| 	writable = yes
 | |
| 	valid users = dave,jana
 | |
| 
 | |
| [himmich]
 | |
| 	path = /mnt/data/himmich
 | |
| 	read only = no
 | |
| 	browsable = yes
 | |
| 	guest ok = no
 | |
| 	writable = yes
 | |
| 	valid users = dave
 | |
| 
 | |
| [torrent]
 | |
| 	path = /mnt/data/docker/volumes/captain--torrent-downloads/_data
 | |
| 	read only = no
 | |
| 	browsable = yes
 | |
| 	guest ok = no
 | |
| 	writable = yes
 | |
| 	valid users = dave
 | 
