mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-19 06:47:07 +00:00
Enhance dynamic group rule editor with OU management and creation options.
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/7025ed2b-fb1b-48b6-96e7-560c581772ed.jpg
This commit is contained in:
@@ -201,6 +201,9 @@ export const dynamicGroupRules = pgTable("dynamic_group_rules", {
|
||||
lastRunStatus: text("last_run_status"),
|
||||
variablePattern: text("variable_pattern"), // Pattern for dynamic group name, e.g. "{{department}}-Users"
|
||||
useAdvancedScheduling: boolean("use_advanced_scheduling").default(false),
|
||||
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),
|
||||
});
|
||||
|
||||
// Rule conditions (filter logic)
|
||||
|
||||
Reference in New Issue
Block a user