summaryrefslogtreecommitdiff
path: root/librpc/idl/security.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-01-15 14:46:07 +0100
committerJeremy Allison <jra@samba.org>2016-01-15 22:19:07 +0100
commitcf163ac359ee8414dd34723bdce79c33e225d3c9 (patch)
tree330d44c0f329c80d9c401625c50f819d6b0e2463 /librpc/idl/security.idl
parentd1235c79ec8dbd4a79d0d14442098fc427f79ac3 (diff)
downloadsamba-cf163ac359ee8414dd34723bdce79c33e225d3c9.tar.gz
security: Add Asserted Identity sids (S-1-18)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=11677 definitions taken from [MS-DTYP]: Windows Data Types, 2.4.2.4 Well-Known SID Structures. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc/idl/security.idl')
-rw-r--r--librpc/idl/security.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index b78307e27f8..f412ffe1c97 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -285,6 +285,9 @@ interface security
const string SID_NT_TRUSTED_INSTALLER =
"S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464";
+ const string SID_AUTHENTICATION_AUTHORITY_ASSERTED_IDENTITY = "S-1-18-1";
+ const string SID_SERVICE_ASSERTED_IDENTITY = "S-1-18-2";
+
/* well-known domain RIDs */
const int DOMAIN_RID_LOGON = 9;
const int DOMAIN_RID_ENTERPRISE_READONLY_DCS = 498;