Author: tkreuzer Date: Mon Feb 10 15:23:03 2014 New Revision: 62100
URL: http://svn.reactos.org/svn/reactos?rev=62100&view=rev Log: [NTOSKRNL] Add SeAnonymousAuthenticationId, not used yet.
Modified: trunk/reactos/ntoskrnl/se/token.c
Modified: trunk/reactos/ntoskrnl/se/token.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/se/token.c?rev=621... ============================================================================== --- trunk/reactos/ntoskrnl/se/token.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/se/token.c [iso-8859-1] Mon Feb 10 15:23:03 2014 @@ -24,6 +24,7 @@
TOKEN_SOURCE SeSystemTokenSource = {"*SYSTEM*", {0}}; LUID SeSystemAuthenticationId = SYSTEM_LUID; +LUID SeAnonymousAuthenticationId = ANONYMOUS_LOGON_LUID;
static GENERIC_MAPPING SepTokenMapping = { TOKEN_READ,