Problem connecting PC to SAMBA 2.0.3

Crowley, George M. gmcrowley at tva.gov
Tue Apr 23 18:04:31 GMT 2002


I have an AlphaServer4000/VMS7.1/UCXv4.2 - I installed version 2.0.3 of
SAMBA and am missing something.  Thus far, I can do a SMBCLIENT "-L" and see
the shares but I am unable to connect to them with a PC.  I suspect there is
a problem with my account setup or in the smb.conf file.

What I want is to allow access to the shares from any user who logs in on a
machine in the hosts allow section of the smb.conf file.  

I include my smb.conf file below.

TIA
George Crowley

[global]
   workgroup = CHEMISTRY
   dead time = 10
   map archive = no
;
   printcap name = /dkb0/samba/lib/smb$printcap.dat
   load printers = yes
   status = yes
   print command = print %f/queue=%p/delete/passall/name="""""%f""""" !%s
   lprm command = delete/entry=%j
;  security = user
;   default service = default
   interfaces = 182.53.214.7/255.255.255.0 
   create mode = 0777
   auto services = printers public
   hosts allow = 182.53.214.0/255.255.255.0
;   log level = 3
   log file = /dkb0/samba/samba.log
   browseable = yes
   server string = CMCALS: Samba  %v 
   domain master = no
   wins server = 182.53.63.103
   username map = /dkb0/samba/username.map
   max disk size = 1000
   max log size = 1000
   read prediction = no

   guest account = SMBUSER
   path = /dra0/samba/public
   log file = /samba_log/%m.log
   socket options = TCP_NODELAY

   lock directory = /dkb0/samba/var/locks
   share modes = yes

[printers]
   comment = All Printers
   path = /ucx$lpd_spool
   browseable = no
   printable = yes
   public = yes
   create mode = 0700

[public]
    comment = Generic File Space
    path = /dra0/samba/public
    read only = no
    browsable = yes
    public = yes

[testdata]
   comment = Test Data Area
   path = /dra0/samba/users/test
   valid users = system smbuser 
   browseable = yes
   public = no
   writable = yes
   printable = yes




More information about the samba-vms mailing list