From: mut3k <[email protected]>
Date: Fri, 07 Oct 2011 15:53:56 +0200

> I've some problems trying to connect against samba (on SLES 9) with
> plaintext password configured in.

(snip)

> When I use the standard tools like smbclient or smbmount or direct with
> i.e Nautilus nothing works with the response that the server support
> only plaintext password!!

If you use smbclient, create a smb.conf for example named
plaintext.conf like:

-----
[global]
  client lanman auth = yes
  client plaintext auth = yes
  client ntlmv2 auth = no
-----

And specify it like:
  smbclient -s /some/where/plaintext.conf //server/share

---
TAKAHASHI Motonobu <[email protected]>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to