## Archivo smb.conf de XXXXXXX  ##
##################################

        ## Historia: ##

        #       04/09/2002 - Agregado el "create mode" y "directory mask" a "share"
        #       25/02/2003 - Agregado la impresión de PDF's ocn "pdf_out" y "make_pdf"

[global]
        workgroup = XXXXXXXX
        server string = XXXXXXXXXX
        netbios name = XXXXXX
        security = share
        encrypt passwords = yes
        hosts allow = 192.168.0. localhost
        log file = /var/log/samba/%m.log
        log level = 2
        max log size = 50
        hide dot files = yes
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
#       debuglevel=3

[Merlin]
        comment = xxxxxx
        path = /mnt/d_win/xxxxxx
        read only = yes
        guest ok = yes
        max connections = 5

[share]
        path = /tmp/compartido
        comment = Sus_vainas_aca
        public = yes
        printable = no
        guest ok = yes
        writable = yes
        max connections = 5
        create mode = 0777
        directory mask = 0777

[pdf_out]
        comment = Conversiones de pdf
        path = /tmp/PDF/pdf_out
        read only = no
        guest ok = yes
        public = yes

[make_pdf]
        comment = Convertidor a pdf
        path = /var/spool/samba
        browseable = yes
        guest ok = no
        writable = no
        printable = yes
        print command = /usr/bin/ps2pdf -dEmbedAllFonts=true %s /tmp/PDF/pdf_out/%U-`echo "%J" | tr -d ' ' | sed 's/Microsoft//' | tr -d [\&\%\=\?\+] | tr '\\
\' '/' | xargs basename | sed 's/....$/.pdf/' | sed 's/\.\./\./'`
#; rm -f %s; /usr/bin/find /tmp/PDF/pdf_out/ -type f -cmin +1440 -exec rm -f {} \
        lpq command = echo "Printer: %p@zulu (dest ps2pdf)"; echo " Queue: no printable jobs in queue"; echo " Status: Ready"

    Source: geocities.com/vivlox/linux

               ( geocities.com/vivlox)