hello,
on the linux box do a smbadduser - have this user be the same as a linux user, and i match passwords it would go like this:
smbadduser Kaiser:Kaiser - it will then ask for a password, use the same one as the what is one linux (i do, it is easier) then the user Kaiser if logged in on the win98 machine should be able to see stuff on the linux machine.
here is my smb.conf file
you could take this and replace your own /etc/smb.conf file with it, do a /etc/init.d/smb restart and from the win computer shoudl be able to see a computer named [yourlinuxboxname] in the workgroup harris, where yourlinuxboxname is the same one in yourlinuxboxname.domain.suffix - this may be as simple a localhost.Code:#======================= Global Settings ===================================== [global] workgroup = HARRIS server string = Samba Server printcap name = /etc/printcap load printers = yes printing = lprng log file = /var/log/samba/%m.log max log size = 0 security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 #============================ Share Definitions ============================== [homes] comment = Home Directories browseable = no writable = yes valid users = %S create mode = 0664 directory mode = 0775 [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = no writable = no printable = yes # This one is useful for people to share files [tmp] comment = Temporary file space path = /tmp read only = no public = yes [mp3s] path = /mp3s guest ok = Yes read only = Yes [cdrom] path = /mnt/cdrom guest ok = Yes read only = Yes
hth


Reply With Quote
Bookmarks