http://bugs.winehq.org/show_bug.cgi?id=20953
Summary: Does not work windows nt domain authentication in Radmin Viewer Product: Wine Version: unspecified Platform: PC URL: http://www.radmin.ru/download/rviewer34ruexe.zip OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: winehqbugs@bugmenot.com
Does not work windows nt domain authentication in wine > 1.1.27
"Не удается инициализировать поддержку аутентификации Windows. Убедитесь, что у вас установлен компонент "Клиент для сетей Microsoft" в свойствах подключения в панели управления."
http://bugs.winehq.org/show_bug.cgi?id=20953
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Version|unspecified |1.1.27 Severity|major |normal
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-12-08 07:35:38 --- (In reply to comment #0)
Does not work windows nt domain authentication in wine > 1.1.27
Attach terminal output if any.
"Не удается инициализировать поддержку аутентификации Windows. Убедитесь, что у вас установлен компонент "Клиент для сетей Microsoft" в свойствах подключения в панели управления."
This isn't useful for many developers, post similar message text in English.
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #2 from Austin English austinenglish@gmail.com 2009-12-08 11:41:57 --- (In reply to comment #1)
(In reply to comment #0)
Does not work windows nt domain authentication in wine > 1.1.27
Attach terminal output if any.
"Не удается инициализировать поддержку аутентификации Windows. Убедитесь, что у вас установлен компонент "Клиент для сетей Microsoft" в свойствах подключения в панели управления."
This isn't useful for many developers, post similar message text in English.
According to google translate: "Unable to initialize authentication support for Windows. Make sure you installed the component "Client Network Microsoft" in the connection properties in panel."
Is this a regression (did it work in wine <=1.1.26)?
http://bugs.winehq.org/show_bug.cgi?id=20953
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #3 from Wylda wylda@volny.cz 2009-12-08 12:21:16 ---
Hi, i gave it a try... When connecting to WinXP and permissions on Radmin Server are set to "Radmin security", everything works perfectly.
When permissions are set to "Windows NT security" on the server side, then client during connection attempt says:
"Cannot initialize Windows authentication support. Verify that you have 'Client for Microsoft Networks' installed from the 'Network' applets in Control panel."
During that, wine's console vomits:
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
All the following versions have reported issue: * 1.0.1, 1.1.26, 1.1.27, 1.1.34 and current git (wine-1.1.34-149-g578881f)
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-12-08 12:27:23 --- (In reply to comment #3)
During that, wine's console vomits: err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
Have you tried to install ntlm_auth as said above?
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #5 from Wylda wylda@volny.cz 2009-12-08 12:33:44 --- (In reply to comment #4)
Have you tried to install ntlm_auth as said above?
Just done it. I installed debian's winbind-3.2.5 package, which brings ntlm_auth. And indeed those console messages are gone.
Unfortunately Radmin views still says "Cannot initialize Windows authentication support..." during connection attempt and wine's console is silent :-(
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #6 from quasi-anonymous user from bugmenot.com winehqbugs@bugmenot.com 2009-12-09 00:18:16 --- (In reply to comment #4)
(In reply to comment #3)
During that, wine's console vomits: err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
Have you tried to install ntlm_auth as said above?
one and the same system with a version wine <= 1.1.27 everything works p.s. GoogleTranslate.
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #7 from Wylda wylda@volny.cz 2009-12-11 17:36:51 ---
Regression is caused by Kai Blin's commit...
1. Confirming, please consider UNCONFIRMED->NEW and KEYWORDS: +REGRESSION
2. Did a regression test between 1.1.27 and 1.1.28:
dfb2b429a02ba289dc863373652b2ae0db65da4e is first bad commit commit dfb2b429a02ba289dc863373652b2ae0db65da4e Author: Kai Blin kai.blin@gmail.com Date: Tue Aug 11 22:13:10 2009 +0200
secur32: Load Negotiate provider again.
:040000 040000 cf06b78402d1923d04a17162b79859212c8a2e41 7f804972b55be39561ccb4aded99bb9d5365c204 M dlls
3. There is another bug report suffering from this commit, see bug 19846.
4. Revert of this patch on top of current git (wine-1.1.34-309-g9352509) makes that problem goes away.
5. Adding author of this patch to CC.
--private keyword: bisected
http://bugs.winehq.org/show_bug.cgi?id=20953
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kai.blin@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=20953
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2009-12-11 20:19:12 --- Confirming per comment #7.
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #9 from Kai Blin kai.blin@gmail.com 2009-12-12 03:41:27 --- Can you check if the hack from bug #20562 fixes your problem?
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #10 from Wylda wylda@volny.cz 2009-12-13 13:50:00 --- (In reply to comment #9)
Can you check if the hack from bug #20562 fixes your problem?
Yes, i can confirm, that after applying the hack from bug #20562 on top of current git (wine-1.1.34-309-g9352509) fixed the problem. Thank you for your work Kai.
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #11 from Wylda wylda@volny.cz 2009-12-22 13:02:45 ---
Still not fixed in wine-1.1.35-105-gd4a7a9d.
Kai, could you remelt your hack into applicable git's patch?
http://bugs.winehq.org/show_bug.cgi?id=20953
Kai Blin kai.blin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #12 from Kai Blin kai.blin@gmail.com 2009-12-30 11:53:23 --- Should be fixed in 9a81b032c41c694e6e902afcb51d0f7c8a8b1096.
http://bugs.winehq.org/show_bug.cgi?id=20953
--- Comment #13 from Wylda wylda@volny.cz 2010-01-03 08:12:41 --- (In reply to comment #12)
Should be fixed in 9a81b032c41c694e6e902afcb51d0f7c8a8b1096.
Confirming, FIXED in wine-1.1.35-364-g9dc584d.
http://bugs.winehq.org/show_bug.cgi?id=20953
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Jeff Zaroyko jeffz@jeffz.name 2010-01-09 04:41:18 --- Closing bugs fixed in 1.1.36.
http://bugs.winehq.org/show_bug.cgi?id=20953
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9a81b032c41c694e6e902afcb51 | |d0f7c8a8b1096 Regression SHA1| |dfb2b429a02ba289dc863373652 | |b2ae0db65da4e
https://bugs.winehq.org/show_bug.cgi?id=20953
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |secur32