I forgot to attach the smb.conf....so here ya's go.  Thanks.

DJ Busch
# Samba config file created using SWAT
# from localhost.localdomain (127.0.0.1)
# Date: 2002/10/16 21:47:46

# Global parameters
[global]
        workgroup = LEGEND
        netbios name = LUKE
        server string = Dave's Linux Experiment Gone Wrong
        interfaces = eth0
        bind interfaces only = Yes
        security = SHARE
        encrypt passwords = Yes
        null passwords = Yes
        log file = /var/log/samba/log.%m
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        os level = 33
        lm announce = True
        preferred master = True
        domain master = True
        dns proxy = No
        guest account = default
        hosts allow = ALL

[homes]
        comment = Home Directories
        path = /home
        read only = No
        guest ok = Yes

[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No

[hp]
        path = /var/spool/samba
        read only = No
        guest ok = Yes
        printable = Yes
        printer name = hp
        oplocks = No

Reply via email to