https://bugs.winehq.org/show_bug.cgi?id=56400
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to AP from comment #0)
012c:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 012c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
While the messages above are probably harmless in this particular config it's strongly advised to pay attention to the messages, and the suggestion.
012c:fixme:kerberos:kerberos_SpInitLsaModeContext flags 0x100 not supported
0x100 is ISC_REQ_ALLOCATE_MEMORY.
psql: SSPI continuation error: SSPI error 80090318
According to the attached log SEC_E_INCOMPLETE_MESSAGE (80090318) is returned because passed buffer for a tocken has length 0. Probably ISC_REQ_ALLOCATE_MEMORY indicates that memory for the token should be allocated.