Re: cannot get windows 98 to access linux shares
Just check this on Samba server
Code:
testparm -sv | grep lanman
From smb.conf
client lanman auth (G)
This parameter determines whether or not smbclient and other samba client tools will attempt to authenticate itself to servers using the weaker LANMAN password hash. If disabled, only server which support NT password hashes (e.g. Windows NT/2000, Samba,etc... but not Windows 95/98 ) will be able to be connected from the Samba client.
Try setting it to yes (if it is no), restart the smbd service and give it a try
When you have eliminated the impossible, whatever remains, however improbable, must be the truth !!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mark it [SOLVED] if the issue has been resolved