Re: [SLE] Samba shares invisible to either windows or Linux network

From: Ken Thompson (spooky_at_cableone.net)
Date: 07/30/03

  • Next message: Fred A. Miller: "[SLE] Firebird"
    To: suse-linux-e@suse.com
    Date: Wed, 30 Jul 2003 12:55:02 -0600
    
    

    On Wednesday 30 July 2003 12:38 pm, pheonix1t wrote:
    > could you paste your smb.conf file
    > you don't give too many details....
    >
    >
    > ----- Original Message -----
    > From: "Ken Thompson" <spooky@cableone.net>
    > To: <suse-linux-e@suse.com>
    > Sent: Wednesday, July 30, 2003 1:27 PM
    > Subject: [SLE] Samba shares invisible to either windows or Linux network
    >
    > > Forgot to mention, I'm using SuSE 8.2 home edition.
    > > --
    > > Ken Thompson -- WA7SYR
    > > Payette, Idaho
    > >
    > >
    > > --
    > > Check the headers for your unsubscription address
    > > For additional commands send e-mail to suse-linux-e-help@suse.com
    > > Also check the archives at http://lists.suse.com
    > > Please read the FAQs: suse-linux-e-faq@suse.com
    # smb.conf is the main samba configuration file. You find a full commented
    # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE
    # Date: 2003-04-16
    [global]
            socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
            null passwords = yes
            map to guest = Bad User
            time server = Yes
            encrypt passwords = yes
            veto files = /*.eml/*.nws/riched20.dll/*.{*}/
            unix extensions = Yes
            netbios name = CASPER
            printing = CUPS
            default = global
            path = /home/ken
            workgroup = WORKGROUP
            os level = 2
            printcap name = CUPS
            security = share
            syslog = 0
            preferred master = no
            log level = 1

    [printers]
            create mask = 0600
            browseable = No
            comment = All Printers
            printable = Yes
            public = yes
            path = /var/tmp

    [print$]
            comment = Printer Drivers
            path = /var/lib/samba/drivers
            write list = @ntadmin root
            force group = ntadmin
            create mask = 0664
            directory mask = 0775

    [Ken]
            writeable = yes
            public = yes
            path = /home/ken

    [CURTISWEB]
    path = /home/ken/CurtisWeb
    comment = /home/ken/CurtisWeb
    writeable = yes
    create mask = 0640
    force user = ken
    public = yes
    guest ok = yes
    wide links = no
    [DOCUMENTS]
    path = /home/ken/Documents
    comment = /home/ken/Documents
    writeable = yes
    create mask = 0640
    force user = ken
    public = yes
    guest ok = yes
    wide links = no
    [KEN_COMMON]
    path = /home/ken/Common
    comment = /home/ken/Common
    writeable = yes
    create mask = 0640
    force user = ken
    public = yes
    guest ok = yes
    wide links = no
    [DOWNLOADS]
    path = /home/ken/downloads
    comment = /home/ken/downloads
    writeable = yes
    create mask = 0640
    force user = ken
    public = yes
    guest ok = yes
    wide links = no

    -- 
    Ken Thompson -- WA7SYR
    Payette, Idaho
    -- 
    Check the headers for your unsubscription address
    For additional commands send e-mail to suse-linux-e-help@suse.com
    Also check the archives at http://lists.suse.com
    Please read the FAQs: suse-linux-e-faq@suse.com
    

  • Next message: Fred A. Miller: "[SLE] Firebird"

    Relevant Pages