diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-17 21:41:02 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-17 21:41:02 +0200 |
commit | bc94a91fec46aeb140277c1afd0c1b8386630816 (patch) | |
tree | 9a862fd0a15e4ec54425301de6fb5af43683d571 /extra/samba3-server/smb.conf | |
parent | a2416c08935181105b92aecf2e3d3fc27d3af4bf (diff) | |
download | nutyx-pakxe-bc94a91fec46aeb140277c1afd0c1b8386630816.tar.gz nutyx-pakxe-bc94a91fec46aeb140277c1afd0c1b8386630816.tar.bz2 nutyx-pakxe-bc94a91fec46aeb140277c1afd0c1b8386630816.tar.xz nutyx-pakxe-bc94a91fec46aeb140277c1afd0c1b8386630816.zip |
ajout samba3-server#3.5.2-1
Diffstat (limited to 'extra/samba3-server/smb.conf')
-rwxr-xr-x | extra/samba3-server/smb.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/extra/samba3-server/smb.conf b/extra/samba3-server/smb.conf new file mode 100755 index 000000000..7085ce741 --- /dev/null +++ b/extra/samba3-server/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 |