unable to browse windows network with samba4

2012-05-27 2 min read Fedora Linux

I use Fedora 17 on my work laptop and thus need to connect to windows share sometimes. After I upgraded to Fedora 17 some time, I was unable to browse the windows network. I would get all kind of errors and warnings and tried everything that I knew about Samba to fix the issue. Tried searching through all the forums to figure out what was wrong but nothing helped. And suddenly today I resolved it and guess how:

Continue reading

client lanman auth is disabled error for samba

2011-04-28 1 min read Learning Linux

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

Continue reading

using gigolo for all your network mounting needs

2010-04-01 0 min read Fedora GNOME Linux
\"A
Image via Wikipedia

Have you ever thought that there should be one central location or application to connect to all you required servers with whichever <a class="zem_slink freebase/en/protocol" title="Protocol (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Protocol_%28computing%29">protocol. If you did, the you wishes are granted.

Continue reading