14 Feb
2025
14 Feb
'25
1:26 p.m.
On Fri Feb 14 13:14:09 2025 +0000, Dmitry Timoshkov wrote:
Wht do you mean by prompt? As far as I can see without LDAP_SASL_QUITE libldap calls sasl_getprop() which is part of our backend (sasl_w.c), and it never interactively propmps the user. From ldap.h:
/* Interaction flags (should be passed about in a control)
* Automatic (default): use defaults, prompt otherwise
* Interactive: prompt always
* Quiet: never prompt
*/
#define LDAP_SASL_AUTOMATIC»»···0U
#define LDAP_SASL_INTERACTIVE»··1U
#define LDAP_SASL_QUIET»»···»···2U
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7335#note_94597