Access problem

Benjamin Harper benh at stoneground.com
Mon Jan 10 20:31:46 GMT 2000


Hi,
I have been having the exact same problem with my server I have been trying
to setup, with the exception that I am in a 98/NT enviornment and I get the
same error message on everybody's Windows-Based machine, except that NT will
ask me for both a username and password, and 98 just asks me for a password.
I have also included my smb.conf file if this helps.
Thanks for your help in advance,
Ben

[global]
        workgroup = STONEGROUND
        netbios name = STONE-27
        server string = Samba %v
        interfaces = eth0
        passwd program = /usr/bin/smbpasswd
        log file = /var/log/samba/log.%m
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        dns proxy = No
        guest ok = Yes
        security = user

[homes]
        comment = Home Directories
        path = /home
        read only = No
        [printers]
        comment = All Printers
        path = /var/spool/samba
        print ok = Yes
        browseable = No

[tmp]
        comment = Temporary file space
        path = /tmp
        read only = No

[public]
        comment = Public Stuff
        path = /home/public
        write list = @staff
        read only = No
        guest only = Yes

[/]
        path = /tmp



More information about the samba mailing list