[ADVAPI32]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 13 May 2012 18:28:32 +0000 (18:28 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 13 May 2012 18:28:32 +0000 (18:28 +0000)
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

reactos/dll/win32/advapi32/misc/logon.c

index 0498f3d..b1e911d 100644 (file)
@@ -623,7 +623,6 @@ LogonUserW(LPWSTR lpszUsername,
     }
     DefaultPrivs[] =
     {
-      { L"SeUnsolicitedInputPrivilege", 0 },
       { L"SeMachineAccountPrivilege", 0 },
       { L"SeSecurityPrivilege", 0 },
       { L"SeTakeOwnershipPrivilege", 0 },