[Bug 50545] AD Explorer fails to connect

WineHQ Bugzilla wine-bugs at winehq.org
Tue Jan 26 10:32:38 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50545

--- Comment #12 from Dmitry Timoshkov <dmitry at 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.



More information about the wine-bugs mailing list