>From 58092eb1acfefefef9148789062aa9114e00372e Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 13 May 2014 12:22:58 +0300 Subject: [PATCH 2/2] well known sids: Windows Server 2012 new asserted identity SIDs http://support.microsoft.com/kb/2830145 In Windows Server 2012, two new security principal SIDs are introduced to differentiate between proof of possession and Service-for-User-to-Self (S4U2Self) protocol transitions . Reviewed-by: Jakub Hrozek --- src/util/well_known_sids.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/well_known_sids.c b/src/util/well_known_sids.c index c6dcd2e1a46578f5904085c9573a23ea273168c9..38fe2646faa884f3e14d2b0379b9d9eb7641772c 100644 --- a/src/util/well_known_sids.c +++ b/src/util/well_known_sids.c @@ -133,6 +133,8 @@ struct special_map sp_map[] = { SPECIAL_MAP_ENTRY(3, 2, CREATOR_DOM_NAME, "CREATOR OWNER SERVER"), SPECIAL_MAP_ENTRY(3, 3, CREATOR_DOM_NAME, "CREATOR GROUP SERVER"), SPECIAL_MAP_ENTRY(3, 4, CREATOR_DOM_NAME, "OWNER RIGHTS"), + SPECIAL_MAP_ENTRY(18,1, "ASSERTED IDENTITY", "AUTHENTICATION ASSERTION"), + SPECIAL_MAP_ENTRY(18,2, "ASSERTED IDENTITY", "SERVICE ASSERTION"), {'\0', '\0', NULL, NULL, NULL} }; -- 1.9.0