[Bug 42885] New: SQL Server 2012/ 2014 setup needs ADsOpenObject to bind to user's account/computer
https://bugs.winehq.org/show_bug.cgi?id=42885 Bug ID: 42885 Summary: SQL Server 2012/2014 setup needs ADsOpenObject to bind to user's account/computer Product: Wine Version: 2.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: pgkos.bugzilla(a)yahoo.com Distribution: ArchLinux SQL Server 2012/2014 Express installer needs an implementation of ADsOpenObject supporting the following three path types (the ",computer" path is the most important): LDAP://<SID=1-5-21-0-0-0-1000> WinNT://HOSTNAME/USERNAME WinNT://HOSTNAME,computer where HOSTNAME is the same as /etc/hostname contents. At the very least, the ",computer" variant is needed as the installer displays an error message box after that call (no error is displayed after LDAP and HOSTNAME/USERNAME calls). Relevant part of the log (User and Password parameters passed to ADsOpenObject are always null): fixme:activeds:ADsOpenObject (L"LDAP://<SID=S-1-5-21-0-0-0-1000>",(null),1,{00000000-0000-0000-c000-000000000046},0x1030d7f4)!stub fixme:activeds:ADsGetLastError (0x1030d89c,0x3916410,256,0x3916310,0)!stub fixme:activeds:ADsOpenObject (L"WinNT://pgkos-arch/pgkos",(null),1,{00000000-0000-0000-c000-000000000046},0x1030d7f4)!stub fixme:activeds:ADsGetLastError (0x1030d89c,0x3916410,256,0x3916310,0)!stub fixme:activeds:ADsOpenObject (L"WinNT://pgkos-arch,computer",(null),1,{00000000-0000-0000-c000-000000000046},0x33e590)!stub fixme:activeds:ADsGetLastError (0x33e638,0x35235b8,256,0x152bd8,0)!stub -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42885 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #1 from winetest(a)luukku.com --- Wine source code exposed this. 116 HRESULT WINAPI ADsOpenObject(LPCWSTR lpszPathName, LPCWSTR lpszUserName, LPCWSTR lpszPassword, DWORD dwReserved, REFIID riid, VOID** ppObject) 117 { 118 FIXME("(%s,%s,%u,%s,%p)!stub\n", debugstr_w(lpszPathName), 119 debugstr_w(lpszUserName), dwReserved, debugstr_guid(riid), ppObject); 120 return E_NOTIMPL; 121 } https://source.winehq.org/git/wine.git/blob/b8a8e1bde9382897927945ec0b58b8a2... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42885 alexchandel(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexchandel(a)gmail.com --- Comment #2 from alexchandel(a)gmail.com --- This is related to bug 40649. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42885 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=40649 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42885 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |activeds -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42885 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Keywords| |download URL| |https://web.archive.org/web | |/20180927163056/http://down | |load.microsoft.com/download | |/8/D/D/8DD7BDBA-CEF7-4D8E-8 | |C16-D9F69527F909/ENU/x64/SQ | |LEXPRWT_x64_ENU.exe Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, resolving as dupe of bug 40649 Open new issues for remaining LDAP auth problems. Downloads for documentation/reproduce: https://web.archive.org/web/20180927163056/https://www.hanselman.com/blog/Do... SQL Server 2012 Express: https://web.archive.org/web/20180927163056/http://download.microsoft.com/dow... https://web.archive.org/web/20180927163056/http://download.microsoft.com/dow... SQL Server 2014 Express https://web.archive.org/web/20180927163056/http://download.microsoft.com/dow... Regards *** This bug has been marked as a duplicate of bug 40649 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42885 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv(a)dawncrow.de --- Comment #4 from André H. <nerv(a)dawncrow.de> --- closing duplicate -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla