From: Andreas Schneider Date: Fri, 7 Feb 2020 15:48:16 +0000 (+0100) Subject: idl: Add SID_SAMBA_SMB3 X-Git-Tag: talloc-2.3.2~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56879ec5876625346df89110f62d52e3fd5b8934;p=thirdparty%2Fsamba.git idl: Add SID_SAMBA_SMB3 Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy --- diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index a92e8f1518e..06bf7449a70 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -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";