Comment 3 for bug 1579540

Revision history for this message
rduke15 (rduke15) wrote :

For smbclient, you may need to add

    --option="ntlmssp_client:force_old_spnego = yes"

For me, this now lists shares on a Mac OSX server:

    smbclient -U$user%$password -L $mac_osx_host --option="ntlmssp_client:force_old_spnego = yes"