Hi,

On a xenial desktop I have installed freeipa-client, and it seems to be working OK.
I'm still learning freeipa and related technologies like kerberos.
I can for example run the command "id freeipauser1" and see the uid uid=1098200003
I can kinit and authenticate, I can run klist and see the ticket
If I run smbclient -k -L 192.168.1.1 I get

SPNEGO: Could not find a suitable mechtype in NEG_TOKEN_INIT
session setup failed: NT_STATUS_NO_MEMORY

There's a few hits in search engines with those errors, but nothing I found
helped me fix the problem.

If I run smbclient -L 192.168.1.1 it asks me for my password and it works OK.

If I run smbcliebt -k -L localhost on the samba server it works OK

How do I debug this please?