26 Jan
2021
26 Jan
'21
4:32 p.m.
https://bugs.winehq.org/show_bug.cgi?id=50545 --- Comment #12 from Dmitry Timoshkov <dmitry(a)baikal.ru> --- You may try something like the following to see supported LDAP/ADs authentication methods, and report what you get: $ ldapsearch -H ldap://dchostname -x -b "" -s base -LLL $ ldapsearch -H ldap://dchostname -Y GSS-SPNEGO -Q -N -b "" -s base -LLL $ ldapsearch -H ldap://dchostname -Y GSSAPI -Q -N -b "" -s base -LLL -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.