Server with Jabber:
Ubuntu 18.04.6
Samba/Winbind 4.7.6
OpenFire 4.6.6
Workstation:
LinuxMint 19.x/Ubuntu 18.04
psi-plus 1.5.1595-0ppa1~bionic1
Winbind authentication
Everything works fine.
I am currently insisting the workstation on LinuxMint20 (Ubuntu 20.04). The authentication settings are the same. The psi-plus version is the same, but the build for Ubuntu 20.04. Other jabber clients connect to my server, psi-plus does not.
During the launch, psi-plus writes:
unexpected version response (unknown:0, unknown)
static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeycain::JobPrivate*) (unknown:0, unknown)
After entering the password in psi-plus, the file /var/log/auth.log says:
Dec 30 10:51:33 WS1 psi-plus: server flags: 90205
Dec 30 10:51:33 WS1 psi-plus: server domain: my.jabber.server
Dec 30 10:51:33 WS1 psi-plus: calculating NT response
Dec 30 10:51:37 WS1 psi-plus: NTLM client step 1
Dec 30 10:51:37 WS1 psi-plus: NTLM client step 2
Dec 30 10:51:37 WS1 psi-plus: NTLM client step 2
Dec 30 10:51:37 WS1 psi-plus: server flags: 90205
Dec 30 10:51:37 WS1 psi-plus: server domain: my.jabber.server
Dec 30 10:51:37 WS1 psi-plus: calculating NT response
Dec 30 10:51:42 WS1 psi-plus: DIGEST-MD5 common mech free
Where to look for an error?