1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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>
This commit is contained in:
Stefan Metzmacher 2015-03-25 19:10:48 +00:00 committed by Günther Deschner
parent 337d86f87e
commit 77f0763c84

View File

@ -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 },