From 7cbcbee6fbca0568a8901e3679d987cf1d004297 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Apr 2012 16:52:45 +0200 Subject: Revert "samba3 dans base" This reverts commit 49cdad33322a5219eb1e74ac93b1c009f9eeefd3. --- samba3-server/smb.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 samba3-server/smb.conf (limited to 'samba3-server/smb.conf') diff --git a/samba3-server/smb.conf b/samba3-server/smb.conf new file mode 100755 index 000000000..d0336edaf --- /dev/null +++ b/samba3-server/smb.conf @@ -0,0 +1,42 @@ +[global] + workgroup = MYGROUP + netbios name = NUTYX-SERVER + dos charset = cp850 + unix charset = UTF-8 + 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 -- cgit v1.2.3-54-g00ecf