1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

idl: Add SID_SAMBA_SMB3

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Andreas Schneider 2020-02-07 16:48:16 +01:00 committed by Andreas Schneider
parent 3076566d65
commit 56879ec587

View File

@ -282,6 +282,9 @@ interface security
const string SID_SAMBA_UNIX_USER_OWNER = "S-1-22-1"; const string SID_SAMBA_UNIX_USER_OWNER = "S-1-22-1";
const string SID_SAMBA_UNIX_GROUP_OWNER = "S-1-22-2"; 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 */ /* SECURITY_NT_SERVICE */
const string NAME_NT_SERVICE = "NT SERVICE"; const string NAME_NT_SERVICE = "NT SERVICE";