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@winehq.org Reporter: pgkos.bugzilla@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
https://bugs.winehq.org/show_bug.cgi?id=42885
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@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...
https://bugs.winehq.org/show_bug.cgi?id=42885
alexchandel@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexchandel@gmail.com
--- Comment #2 from alexchandel@gmail.com --- This is related to bug 40649.
https://bugs.winehq.org/show_bug.cgi?id=42885
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=40649
https://bugs.winehq.org/show_bug.cgi?id=42885
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |activeds
https://bugs.winehq.org/show_bug.cgi?id=42885
Anastasius Focht focht@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@gmx.net
--- Comment #3 from Anastasius Focht focht@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 ***
https://bugs.winehq.org/show_bug.cgi?id=42885
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #4 from André H. nerv@dawncrow.de --- closing duplicate