Administrators can view all the changes, ambiguous events,
or error events made by the LDAP nightly sync task.
To view the feed, use the URL https://example.com:9443/jazz/events?provider=ldapnightlysync.
Change the hostname and port to match your configuration.
To view specific changes made by the LDAP nightly sync task, administrators
can add parameters to the feed URL. The supported parameters for LDAP
nightly sync feed URL are :
- changeType Valid values are:
- Created
- Updated
- Ambiguous
- Error
- since: Time after which the LDAP nightly
sync events are generated.
- maxResults: Number of results to display.
The example URL displays 10 of the users updated after May 6,
2008.
https://example.com:9443/jazz/events?provider=ldapnightlysync&changeType=Updated&since=2008-05-06T21:16:36Z&maxResults=10