blank password logonuser question?

From: bluecat (hotlog_at_hotmail.com)
Date: 12/06/04


Date: Mon, 6 Dec 2004 15:55:58 +0800

I am trying to authenticate users on NT networks using LogOnUser
LogonUser(txtUserNameWin.Text, txtDomain.Text, txtPasswordWin.Text, 3, 0,
TK)

I had this working for many years. Recently if failed returning
1327 : " Logon failure: user account restriction. Possible reasons are blank
passwords not allowed, logon hour restrictions, or a policy restriction has
been enforced. "

None of which is true.

-- 
/*
where is life there is hope
---------------------------
http://www.gsafe.info
mail:hotlog@hotmail.com
---------------------------
*/


Relevant Pages

  • Re: LogonUser questions
    ... > I am trying to use the LogonUserto authenticate users based on their ... > domain credentials on the Server side. ... > 1) Does the server that will call the LogonUser() on behalf of the users ... > 3) If this API fails for an user due to network connectivity problem, ...
    (microsoft.public.platformsdk.security)
  • LogOnUser on XP fails 1327
    ... I am trying to authenticate users on NT networks using LogOnUser ... 1327: " Logon failure: user account restriction. ... NT network but is now an AD client and lots of patches. ...
    (microsoft.public.platformsdk.security)
  • LogOnUser Fails 1327
    ... I am trying to authenticate users on NT networks using LogOnUser ... 1327: " Logon failure: user account restriction. ... NT network but is now an AD client and lots of patches. ...
    (microsoft.public.platformsdk.security)
  • LogOn User Fails with 1327
    ... I am trying to authenticate users on NT networks using LogOnUser ... NT network but is now an AD client and lots of patches. ... I am guessing it is failing because I am trying to authenticate an account ...
    (microsoft.public.platformsdk.security)
  • LogOn User Fails 1327
    ... I am trying to authenticate users on NT networks using LogOnUser ... NT network but is now an AD client and lots of patches. ... I am guessing it is failing because I am trying to authenticate an account ...
    (microsoft.public.platformsdk.security)

Loading