idl: Add SID_SAMBA_SMB3
authorAndreas Schneider <asn@samba.org>
Fri, 7 Feb 2020 15:48:16 +0000 (16:48 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 29 Oct 2020 14:19:36 +0000 (14:19 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
librpc/idl/security.idl

index a92e8f1518ec82c382578a73a5dc3f0ff8730849..06bf7449a7012f77f442d8b729886dd0a06dbbfd 100644 (file)
@@ -282,6 +282,9 @@ interface security
        const string SID_SAMBA_UNIX_USER_OWNER          = "S-1-22-1";
        const string SID_SAMBA_UNIX_GROUP_OWNER         = "S-1-22-2";
 
+       /* Information passing via security token */
+       const string SID_SAMBA_SMB3                     = "S-1-22-1397571891";
+
        /* SECURITY_NT_SERVICE */
        const string NAME_NT_SERVICE            = "NT SERVICE";