Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2000 20:35:44 -0700
From:      "Dan O'Connor" <dan@mostgraveconcern.com>
To:        "Danny" <dannyh@idx.com.au>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: SAMBA and browing workgroup
Message-ID:  <010201bfbee7$d5336020$0200000a@danco>

next in thread | raw e-mail | index | archive | help
>Is their anyone you can attach a copy of smb.conf. for the mailing list.
>or part of it.

Here's my smb.conf:

# Samba config file created using SWAT
# from danco.home (10.0.0.2)
# Date: 2000/03/13 13:42:28

# Global parameters
[global]
        workgroup = MGCNET
        netbios name = PANDORA
        server string = Samba %v running on FreeBSD 3.4-STABLE
        interfaces = 10.0.0.1/24
        security = SHARE
        encrypt passwords = Yes
        password level = 1
        username level = 1
        log file = /var/log/samba/log.%m
        max log size = 50
        deadtime = 15
        printer driver file = /usr/smbshares/printer/printers.def
        os level = 36
        preferred master = Yes
        lock dir = /usr/local/locks
        guest account = pcguest

[tmp]
        comment = Temporary Files
        path = /usr/tmp
        guest ok = Yes
        browseable = No

[Autocad]
        comment = AutoCAD Support Files
        path = /usr/smbshares/autocad
        valid users = @cad
        force group = cad
        read only = No
        create mask = 0774
        force create mode = 0774
        directory mask = 0775
        force directory mode = 0775

[Cellar]
        comment = The Software Cellar
        path = /usr/smbshares/cellar
        valid users = @cad @engr @staff
        write list = dan
        create mask = 0774
        force create mode = 0774
        force directory mode = 0755

[homes]
        comment = User's home directory
        path = /usr/home/%S
        write list = %S

[Drawings]
        comment = AutoCAD Drawings
        path = /usr/smbshares/drawings
        valid users = @cad
        force group = cad
        read only = No
        create mask = 0774
        force create mode = 0774
        directory mask = 0775
        force directory mode = 0775

[Mathcad]
        comment = Mathcad Templates
        path = /usr/smbshares/mathcad
        valid users = @engr
        write list = dan
        create mask = 0774
        force create mode = 0774
        force directory mode = 0755

[printer$]
        path = /usr/smbshares/printer
        write list = dan
        guest ok = Yes

[LaserJet]
        comment = HP LaserJet 2100 Series PCL 6
        path = /usr/tmp
        read only = No
        print ok = Yes
        printer name = lp
        printer driver = HP LaserJet 2100 Series PCL 6
        oplocks = No
        share modes = No



--Dan

--
Dan O'Connor
On Matters of Most Grave Concern
http://www.mostgraveconcern.com




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010201bfbee7$d5336020$0200000a>