zacateras
zacateras
Currently ACE strings with resource_attribute part are not supported. Extend implementation, so that they are parsed properly. Code: https://github.com/zacateras/sddl-parser/blob/b9460fbbb80ac8f5397cace883aaf3562f3d755e/src/Sddl.Parser/Ace.cs#L99 Documentation: https://docs.microsoft.com/en-us/windows/win32/secauthz/ace-strings#resource_attribute
Currently, parser translates 2-letter SDDL aliases (i.e. `DA -> Domain Admins`, `SY -> Local System`) or SID strings (i.e. `S-1-1-0 -> Everyone`) into group and user names. These translatable objects...
- SqlPackage or DacFx Version: latest - .NET Framework (Windows-only) or .NET Core: .NET 8 - Environment (local platform and source/target platforms): net8.0-windows x64 **Steps to Reproduce:** ``` using Microsoft.SqlServer.TransactSql.ScriptDom;...