You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we specify the security descriptor should be an SDDL string. This is apparently not
something that Microsoft particularly consider up to date, as it's considered "legacy" in the
backuptar implementation in Microsoft/go-winio.
I'm tempted to say that two versions, "sddlString" vs "sddlBinary" could exist, but what happens
when they differ? Additionally, there aren't SDDL string compilers for Go, and I don't feel like
writing one today.
The text was updated successfully, but these errors were encountered:
Currently, we specify the security descriptor should be an SDDL string. This is apparently not
something that Microsoft particularly consider up to date, as it's considered "legacy" in the
backuptar implementation in Microsoft/go-winio.
I'm tempted to say that two versions, "sddlString" vs "sddlBinary" could exist, but what happens
when they differ? Additionally, there aren't SDDL string compilers for Go, and I don't feel like
writing one today.
The text was updated successfully, but these errors were encountered: