Blog Bug's

bugging blogs

Archive for December, 2019

… on Connecting to Samba Shares from Linux Boxes

  • to connect to authenticated samba share from a different linux box user,
    add these lines under global config on **/*/smb.conf


client NTLMv2 auth = no
client use spnego = no

  • restart samba as needed
posted by ninoy in Tips and have No Comments