On Thu, 11 Sep 2003 12:07:05 +0000 (GMT), [EMAIL PROTECTED]
wrote:

>Message: 1
>Date: Thu, 11 Sep 2003 10:36:08 +0100
>From: Michael Tricker <[EMAIL PROTECTED]>
>Subject: Hi I cant get to browse or map to my directory on my samba
>       serve fr
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Message-ID:
>       <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi  
>  I have a samba server using vms 7.3-1 and tcpip I have a win200 domain not
>using a/d.
>I have configured my smb.conf file for days and cant get my samba server to
>appear on the list
>OR be able to map to it...

If you're using a Windows 2000 domain, you're using AD!

>Can anyone post a smb.conf file that works for them OR provide some more
>useful stuff.

Here is an smb.conf that works with my DEC3000-600 (EV4 alpha) running VMS
7.3-1 and Samba 2.2.8. I could not get Samba running on my VAX - it doesn't
seem to be communicating with the domain properly.

------------------
# Samba config file created using SWAT
# from purcell.operagost.local (192.168.0.1)
# Date: 2003/04/26 00:45:54

# Global parameters
[global]
        workgroup = OPERAGOST
        server string = Gustav Holst
        security = DOMAIN
        log file = /samba_log/log.%m
        deadtime = 10
        printcap name = /sys$manager/ucx$printcap.dat
        wins support = Yes
        default service = default
        guest account = PCFS$ACCOUNT
        create mask = 0777
        print command = print %f/queue=%p/delete/passall/name="""""%s"""""
        lprm command = delete/entry=%j
        map archive = No

[homes]
        comment = Home Directories
        read only = No
        create mask = 0750
        browseable = No

[Seti]
        comment = [EMAIL PROTECTED]
        path = dka0:[seti]
        guest ok = Yes

[printers]
        comment = All Printers
        path = /dsa1/pcfs_spool/default
        create mask = 0700
        guest ok = Yes
        printable = Yes
        browseable = No

---------------------

Do a show sys after starting samba and make sure that NMBD is running.
----------------------------------
        Stephen Eickhoff
      [EMAIL PROTECTED]
----------------------------------


PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to