The application's running environment: wine 1.2 ubuntu 10.04 E The application asks for a username and password, then calls the LogonUser() in windows advapi32.dll. to authenticate the user. The UI is displaying, but the authentication always returns true, even if a wrong password is given to the user. Is there any patch I can install to fix it? Thanks, Qing
AND the error message: fixme: advapi:LogonUserA "username" "dormain", 0x00000003 0x00000000 0x32eda8 - stub " Thanks QGong wrote:> The application's running environment: wine 1.2 ubuntu 10.04 > E > > The application asks for a username and password, then calls the LogonUser() in windows advapi32.dll. to authenticate the user. > > The UI is displaying, but the authentication always returns true, even if a wrong password is given to the user. > > Is there any patch I can install to fix it? > > Thanks, > Qing
James McKenzie
2011-Apr-28 19:23 UTC
[Wine] fixeme: advapi:LogonUserA "user" "domain" ... - stub
On Thu, Apr 28, 2011 at 11:55 AM, QGong <wineforum-user at winehq.org> wrote:> The application's running environment: ?wine ?1.2 ubuntu 10.04 > E > > The application asks for a username and password, then calls the LogonUser() in windows advapi32.dll. to authenticate the user. > > The UI is displaying, but the authentication always returns true, even if a wrong password is given to the user.Can you provide the entire line for the 'stub' function? This may be so that a prior program that required advapi32.dll authentication would work.> > Is there any patch I can install to fix it?Check bugzilla to see if there is an open bug for this. If not, please file one. James McKenzie
QGong wrote:> fixme: advapi:LogonUserA "username" "dormain", 0x00000003 0x00000000 0x32eda8 - stub > Is there any patch I can install to fix it?No. Wine doesn't implement this part and AFAIK there are no plans to implement this piece in the near future. If you need to talk to remove windows system - use Samba. If you need something that talks to "local system" to perform authentication - a stub that Wine has should be enough.