aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca/scagroup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util: correct usage of NetLocalGroupGetInfo in GroupExecuteBevan Weiss2025-02-281-8/+8
| | | | | | | | | Microsoft documentation doesn't list Level 0 as being a valid group info level to request for NetLocalGroupGetInfo. So we should only be requesting Level 1 instead. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Fix ups for Domain Group creation / removal.Bevan Weiss2025-02-111-2/+15
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Add/Remove Group Membership rollback handled.Bevan Weiss2025-02-111-29/+130
| | | | | | Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Split into domain vs local CAsBevan Weiss2025-02-111-6/+49
|
* Group Add/Remove working.Bevan Weiss2025-02-111-42/+370
| | | | | | | | | | Local group membership Add/Remove working, however with BUILTIN local system groups .NET doesn't appear to locate them as either groups nor basic security Principals. Still needs work to fix the test for nested groups. Ideally with some way to test for domain groups. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* CreateGroups additionsBevan Weiss2025-02-111-0/+503
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>