summaryrefslogtreecommitdiffstats
path: root/extra/samba3/smb.conf
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:43:57 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:43:57 +0200
commit8268bac59d102754a67bfe74b4c7699e688fe8d3 (patch)
treeb4a46be0c3d59d88c67679ecbca1a35d3947b99d /extra/samba3/smb.conf
parent30d59da335dea182c5677143f52fe1a17469d51b (diff)
downloadnutyx-extra-8268bac59d102754a67bfe74b4c7699e688fe8d3.tar.gz
nutyx-extra-8268bac59d102754a67bfe74b4c7699e688fe8d3.tar.bz2
nutyx-extra-8268bac59d102754a67bfe74b4c7699e688fe8d3.tar.xz
nutyx-extra-8268bac59d102754a67bfe74b4c7699e688fe8d3.zip
Ajout de samba3#3.3.7-1
Diffstat (limited to 'extra/samba3/smb.conf')
-rwxr-xr-xextra/samba3/smb.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/extra/samba3/smb.conf b/extra/samba3/smb.conf
new file mode 100755
index 000000000..7085ce741
--- /dev/null
+++ b/extra/samba3/smb.conf
@@ -0,0 +1,42 @@
+[global]
+ workgroup = MYGROUP
+ netbios name = NUTYX-SERVER
+ dos charset = cp850
+ unix charset = ISO-8859-1
+ server string = nutyx-server
+; printcap name = /etc/printcap
+ printcap name = cups
+ disable spoolss = yes
+ printing = cups
+; security = user
+ security = share
+; load printers = yes
+ log file = /var/log/samba-log.%m
+; lock directory = /var/lock/samba
+[srv]
+ comment = films at srv
+ path = /srv
+ read only = no
+;[dv]
+; comment = Rushs
+; path = /mnt/Disk2/Video
+; read only = no
+[printers]
+ comment = All Printers
+; browseable = yes
+; browseable = Yes
+ use client driver = Yes
+ printable = Yes
+; public = yes
+; create mode = 0700
+ guest ok = Yes
+ path = /var/spool/samba
+; printer admin = root
+;[hpdeskjet950C]
+; comment = HP DeskJet 930C Network Printer
+; printable = Yes
+; path = /var/spool/samba
+; public = Yes
+; guest ok = Yes
+; browseable = Yes
+; printer admin = root