Windows 7 security model - differences between Windows XP and Active Directory
Posted
by Rafael
on Server Fault
See other posts from Server Fault
or by Rafael
Published on 2010-04-27T11:43:18Z
Indexed on
2010/04/27
13:24 UTC
Read the original article
Hit count: 502
I have a Delphi procedure to validate user credentials on my system integrated with Active Directory.
On Windows XP/2000, when the user presents invalid credentials, the program/system performs as expected. On a Windows 7 system, the procedure doesn't validate the credentials and allows the user to continue without a check.
© Server Fault or respective owner