client lanman auth is disabled error for samba
The error:
Server requested LANMAN password (share-level security) but ‘client lanman auth’ is disabled
is easily fixable. You just need to tell samba that client lanman auth is enabled. And here is how to do this:
If you are getting this error then add the following in the globals section of the samba configuration:
client lanman auth = Yes
Ensure that you change this in the file /etc/samba/smb.conf
Related articles
- PS: Managing Windows Services (gunnalag.wordpress.com)
- ILO / DRAC / Acer Smart Console : Enable AD Auth (edugeek.net)
- Apple Remove Samba From OS X 10.7 Because of GPLv3 (apple.slashdot.org)
- Proxy Auth (edugeek.net)
- The flowering of strong atheism | Wendy M Grossman (guardian.co.uk)
Related Articles:
- 2010/04/01 using gigolo for all your network mounting needs
- 2010/12/26 Empty a file
- 2010/11/23 intercept stdout/stderr of another process or disowned process
- 2010/11/15 OpenLDAP and SSL – some links
- 2010/08/02 when you press f9 ‘paste’ is on , press f9 again and ‘paste’ is off, and so forth (works in insert-mode and command-mode)
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.