18 lines
		
	
	
	
		
			420 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			420 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [global]
 | |
|   workgroup = WORKGROUP
 | |
|   logging = syslog
 | |
|   panic action = /usr/share/samba/panic-action %d
 | |
|   server role = standalone server
 | |
|   obey pam restrictions = yes
 | |
|   unix password sync = no
 | |
|   server min protocol = SMB3
 | |
|   server smb encrypt = required
 | |
|   local master = yes
 | |
|   preferred master = yes
 | |
| 
 | |
| % for name, confs in shares.items():
 | |
| [${name}]
 | |
| % for key, value in confs.items():
 | |
|   ${key} = ${value}
 | |
| % endfor
 | |
| % endfor
 |