From 77f0763c842a0653610a6fbc7f40bd8e54e38376 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 25 Mar 2015 19:10:48 +0000 Subject: [PATCH] libcli/security: support "IS" in SDDL for SID_NT_IUSR TODO: we should import the whole lists from [MS-DTYP]. Signed-off-by: Stefan Metzmacher Reviewed-by: Guenther Deschner --- libcli/security/sddl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcli/security/sddl.c b/libcli/security/sddl.c index c1f2e963739..47e5934d189 100644 --- a/libcli/security/sddl.c +++ b/libcli/security/sddl.c @@ -81,6 +81,7 @@ static const struct { { "SY", SID_NT_SYSTEM }, { "LS", SID_NT_LOCAL_SERVICE }, { "NS", SID_NT_NETWORK_SERVICE }, + { "IS", SID_NT_IUSR }, { "BA", SID_BUILTIN_ADMINISTRATORS }, { "BU", SID_BUILTIN_USERS },