Samba/NT smb.conf example

Jonathan W Miner Jonathan.W.Miner at lmco.com
Tue Mar 27 16:39:23 GMT 2001


> Bill Asher wrote:
> 
> I am looking for an example smb.conf config file that will show the
> correct setup for authenticating NT/W98 clients thru a NT server for
> the Samba shares.  I'm not sure on other [Global] settings that need
> to be made, as well as each share settings.

Bill -

Here is my configuration (samba-2.0.7):

[global]
        workgroup = {Domain Name}
        security = SERVER
        password server = {Name of PDC}
        os level = 0
        wins server = {IP address of WINS server}

# Access to UNIX home directories
[homes]
        read only = No
        browseable = No

# Public Scratch area
[public]
        path = /{pathname}/public
        read only = No
        guest ok = Yes

# Restricted Project Work Area
[{project name}]
        path = /{pathname}
        valid users = @{UNIX group name}
        force group = {UNIX group name}



-- 
               | Jonathan Miner
 _o)           | LM-Xpress: jonathan.w.miner at lmco.com
 /\\  _o)  _o) | Phone: 603 885 UNIX - Fax: 603 885 3850
_\_V _(\) _(\) | USmail: PO Box 868, NCA01-3719, Nashua, NH 03061-0868




More information about the samba-ntdom mailing list