-
5fcc0f75
by Dmitry Timoshkov at 2025-05-21T21:31:48+02:00
ldap: When initializing security context ask for mutual authentication.
RFC4752 mentions it as required on the client side:
https://www.rfc-editor.org/rfc/rfc4752#page-3
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55304
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
27185ea5
by Dmitry Timoshkov at 2025-05-21T21:31:49+02:00
ldap: Sasl_encode()/sasl_decode() should treat encrypted buffer as data + token for Kerberos.
Partially based on a patch by Hans Leidekker.
Cyrus SASL GSSAPI plugin does it this way:
https://github.com/cyrusimap/cyrus-sasl/blob/master/plugins/gssapi.c
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55304
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
55fea5d3
by Dmitry Timoshkov at 2025-05-21T21:31:49+02:00
ldap: Add support for missing ISC_RET_CONFIDENTIALITY in the server response.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>