configuration-templates – Diff between revs 93 and 94

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 93 Rev 94
Line 8... Line 8...
8 ## Ideal for: ## 8 ## Ideal for: ##
9 ## * Virtual machine file sharing ## 9 ## * Virtual machine file sharing ##
10 ## ## 10 ## ##
11 ## Requirements: ## 11 ## Requirements: ##
12 ## * Samba 4.x ## 12 ## * Samba 4.x ##
13 ## * PAM Samba Password Module (Debian: libpam-smbpass) ## -  
14 ## ## 13 ## ##
15 ## File placement layout: ## 14 ## File placement layout: ##
16 ## / ## 15 ## / ##
17 ## `-- etc ## 16 ## `-- etc ##
18 ## `-- samba ## 17 ## `-- samba ##
Line 32... Line 31...
32 name resolve order = lmhosts host wins bcast 31 name resolve order = lmhosts host wins bcast
Line 33... Line 32...
33   32  
34 # Standalone. 33 # Standalone.
35 preferred master = yes 34 preferred master = yes
36 security = user 35 security = user
37 # Without authentication, shares are not visible. 36 # Without authentication, shares are not visible
38 browseable = no 37 browseable = no
39 public = no -  
40 guest ok = no 38 public = no
41 # For compatibility with scripts. 39 # For compatibility with scripts.
42 passdb backend = smbpasswd 40 passdb backend = smbpasswd
-   41 map to guest = Bad Password
43 map to guest = Bad Password 42 guest account = nobody
44 # For compatibility with clients. 43 # For compatibility with clients.
45 client use spnego = no 44 client use spnego = no
Line 46... Line 45...
46 client ntlmv2 auth = no 45 client ntlmv2 auth = no
Line 67... Line 66...
67 aio write size = 16384 66 aio write size = 16384
68 write cache size = 262144 67 write cache size = 262144
69 read raw = yes 68 read raw = yes
70 write raw = yes 69 write raw = yes
71 # Close connection on idle time (minutes). 70 # Close connection on idle time (minutes).
72 # deadtime = 15 -  
73 kernel oplocks = yes 71 kernel oplocks = yes
74 server multi channel support = yes 72 server multi channel support = yes
Line 75... Line 73...
75 73
76 # Logging 74 # Logging
77 # 0 -> LOG_ERR, 1 -> LOG_WARNING, 2 -> LOG_NOTICE, 3 -> LOG_DEBUG 75 # 0 -> LOG_ERR, 1 -> LOG_WARNING, 2 -> LOG_NOTICE, 3 -> LOG_DEBUG
Line 78... Line 76...
78 logging = syslog@3 76 log level = 1
79   77  
Line 80... Line 78...
80 # Include local settings. 78 # Include local settings.