[ADVAPI32]

Do not add the "SeUnsolicitedInputPrivilege" privilege to the administrators privilege set because it has been superseded by the "SeMachineAccountPrivilege" privilege and the later has already been added to the privilege set.

svn path=/trunk/; revision=56578
This commit is contained in:
Eric Kohl 2012-05-13 18:28:32 +00:00
parent 821ed065bb
commit 12ad95e140

View file

@ -623,7 +623,6 @@ LogonUserW(LPWSTR lpszUsername,
}
DefaultPrivs[] =
{
{ L"SeUnsolicitedInputPrivilege", 0 },
{ L"SeMachineAccountPrivilege", 0 },
{ L"SeSecurityPrivilege", 0 },
{ L"SeTakeOwnershipPrivilege", 0 },