mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-07-26 11:59:14 +00:00
Add separate options to automatically create groups and OUs for each distinct attribute value.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/a06c36a2-1af0-4ff3-ae4b-fb7a1884703d.jpg
This commit is contained in:
@@ -204,6 +204,7 @@ export const dynamicGroupRules = pgTable("dynamic_group_rules", {
|
||||
createGroupIfNotExists: boolean("create_group_if_not_exists").default(false),
|
||||
createOUIfNotExists: boolean("create_ou_if_not_exists").default(false),
|
||||
createGroupForEachAttributeValue: boolean("create_group_for_each_attribute_value").default(false),
|
||||
createOUForEachAttributeValue: boolean("create_ou_for_each_attribute_value").default(false),
|
||||
});
|
||||
|
||||
// Rule conditions (filter logic)
|
||||
|
||||
Reference in New Issue
Block a user