[Samba] smbclient 3.2: smbc errno NT_STATUS_OK -> 22

David Kuntadi d.kuntadi at gmail.com
Fri Aug 22 09:26:23 GMT 2008


On Fri, Aug 22, 2008 at 10:41 AM, Collin Monahan <cmonahan at yahoo.com> 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


More information about the samba mailing list