Samba Notes
Attempting to connect to a windows share, on a domain, in kubuntu 18.04 and I encountered some issues. (Note: ran into this in CentOS7, ubuntu 16.04, 14.04 and others) Normally smb://server/share/ would work in my file browser (using kde the file browser is dolphin) When I ran some tests: smbclient -L servername I received the error: SPNEGO(gse_krb5) NEG_TOKEN_INIT failed: NT_STATUS_NO_MEMORY Looking around there were references to adjusting settings in smb.conf (adding ‘client max protocol = NT1’ did not help)....