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