summaryrefslogtreecommitdiff
path: root/smb.conf.vendor
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-06-07 10:10:41 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-06-07 10:15:38 +0200
commit81464d93926f6099e16a320a1e20ae7e07c47592 (patch)
tree22ee56f58370c942b8b20e118f6c1b9edb0357ac /smb.conf.vendor
parentd5e0ad50f005fdc9772b1a1e67c5f6f5c8799f3c (diff)
Use a simple default config file
Diffstat (limited to 'smb.conf.vendor')
-rw-r--r--smb.conf.vendor36
1 files changed, 36 insertions, 0 deletions
diff --git a/smb.conf.vendor b/smb.conf.vendor
new file mode 100644
index 0000000..ac0d0f0
--- /dev/null
+++ b/smb.conf.vendor
@@ -0,0 +1,36 @@
+# 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.
+
+[global]
+ workgroup = SAMBA
+ security = user
+
+ passdb backend = tdbsam
+
+ printing = cups
+ printcap name = cups
+ load printers = yes
+ cups options = raw
+
+[homes]
+ comment = Home Directories
+ valid users = %S, %D%w%S
+ browseable = No
+ read only = No
+ inherit acls = Yes
+
+[printers]
+ comment = All Printers
+ path = /var/tmp
+ printable = Yes
+ create mask = 0600
+ browseable = No
+
+[print$]
+ comment = Printer Drivers
+ path = /var/lib/samba/drivers
+ write list = root
+ create mask = 0664
+ directory mask = 0775