Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
REMOVE:
# put groups in here which go to duo, the name in duo will be the extension here
# this ust be blank if using UI provisioning configuration
grouperDuo.folder.name.withDuoGroups = test:duo

ADD:
# use ui provisioning configuration, not config file
grouperDuo.use.ui.provisioning.configuration = true

# links the ui provisioner config to this provisioner code
grouperDuo.ui.provisioning.targetName = duo

# use ui provisioning configuration, not config file
grouperDuo.use.ui.provisioning.configuration = true


UI actions

  • Edit LDAP configs (grouper loader properties)
  • Enable a provisioning target type (grouper loader properties)
  • Enable a provisioning target
  • Disable/Enable a provisioning target for folder or group
  • See grouper loader logs for change log consumers
  • Manage change log bookmark for change log listeners
  • Trigger a full sync (send message), look at provisioningLastFullMillisSince1970 until complete
  • Reporting can do a report of a full sync

...