Automatic Groups Task Execution
Once the automatic groups task is configured in FusionDirectory, execute it using the fusiondirectory-orchestrator-client tool:
fusiondirectory-orchestrator-client --automatic-groups
Note
Recommendation: Automate this process within a CRON job to ensure group memberships are regularly updated.
Note
Add the --verbose flag to the command for detailed output during execution.
Examples
Standard Group Assignment
fusiondirectory-orchestrator-client --automatic-groups
Dynamic Group Creation
fusiondirectory-orchestrator-client --automatic-groups dynamic-group
With Verbose Output
fusiondirectory-orchestrator-client --automatic-groups --verbose
fusiondirectory-orchestrator-client --automatic-groups dynamic-group --verbose