Hi there,
I have Samba service runing on a Slacware 7.0 server. I have it working with my Windows 95 / 98 worksations that first log into a windows NT server. But I am trying to get the workstations that do not log into a NT server to beable to access the same server, so they can save there files there. But they cannot get to it.
Any ideas?
Thanks in advance.
Here is the smb.conf
# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
workgroup = workgroup
# server string is the equivalent of the NT Description field
server string = Samba Server
/etc/passwd
log file = /var/log/samba.%m
max log size = 50
security = user
# Use password server option only with security = server
; password server =
encrypt passwords = yes
socket options = TCP_NODELAY
; local master = no
; domain master = yes
; preferred master = yes
; domain controller =
# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
; domain logons = yes
[homes]
comment = Home Directories
browseable = no
writable = yes
; [netlogon]
; comment = Network Logon Service
;path = /usr/local/samba/lib/netlogon
; guest ok = yes
; writable = no
; share modes = no
;[Profiles]
; path = /usr/local/samba/profiles
; browseable = no
; guest ok = yes
;[tmp]
; comment = Temporary file space
;path = /tmp
; read only = no
; public = yes
;[public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; writable = yes
; printable = no
; write list = @staff