diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-03-25 19:10:48 +0000 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2015-03-30 13:41:25 +0200 |
commit | 77f0763c842a0653610a6fbc7f40bd8e54e38376 (patch) | |
tree | 71736804a286b983e4573f321a4d3c76ec616541 /libcli/security | |
parent | 337d86f87e4f35bb2b2b4d858c3cb835a7a5da79 (diff) | |
download | samba-77f0763c842a0653610a6fbc7f40bd8e54e38376.tar.gz |
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 <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'libcli/security')
-rw-r--r-- | libcli/security/sddl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |