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:
parent
337d86f87e
commit
77f0763c84
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user