Versions Compared

Key

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

...

Each provisioner that wants to schedule periodic full-syncs will need the following lines included in grouper-loader.properties:

 

Code Block
titleFull Sync Provisioner
otherJob.<provisioner-name>_full.class = edu.internet2.middleware.grouper.pspng.FullSyncStarter
otherJob.<provisioner-name>_full.quartzCron = 0 0 0 * * ?   #Every midnight

# Note, there is presently no "runAtStartup" option as there was before PSPNG Patch #11. Please see GRP-1563.

<provisioner-name> is the 3rd field of the properties used to configure the rest of the provisioner. For instance, <provisioner-name> is xyz for the following config snippet:

changeLog.consumer.xyz.class = edu.internet2.middleware.grouper.pspng.PspChangelogConsumerShim
changeLog.consumer.xyz.type = edu.internet2.middleware.grouper.pspng.LdapGroupProvisioner

Provisioner Templates

The syntax for each line is:

...