summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2014-05-13 12:22:58 +0300
committerJakub Hrozek <jhrozek@redhat.com>2014-05-21 15:13:48 +0200
commit58092eb1acfefefef9148789062aa9114e00372e (patch)
tree8ef86bbfa529d4564bd656b4db14e3b8bf1d857d /src
parent33d70148eac28c548b10eb3aa36ab23169cedc5a (diff)
downloadsssd-58092eb1acfefefef9148789062aa9114e00372e.tar.gz
sssd-58092eb1acfefefef9148789062aa9114e00372e.tar.xz
sssd-58092eb1acfefefef9148789062aa9114e00372e.zip
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 <jhrozek@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/util/well_known_sids.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/well_known_sids.c b/src/util/well_known_sids.c
index c6dcd2e1a..38fe2646f 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}
};