On Fri, Aug 22, 2008 at 10:41 AM, Collin Monahan <[EMAIL PROTECTED]> wrote:
> Hopefully someone could point out a ./configure or runtime configuration step 
> that I missed
> for interfacing with the Win98 shares, using samba 3.2, otherwise it seems 
> like a bug from
> my perspective.

May be it is due to encrypted password by default and later samba
version. Try to add below lines in smb.conf under global section

        lanman auth = yes
        client NTLMv2 auth = no
        client plaintext auth = yes
        client lanman auth = yes

It works for me.

Regards,
David
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to