Versions Compared

Key

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

...

  • We're using hooks for
  • We're using Jabber for
    • sending notifications if a wheel group member is deleted from the group
    • sending notifications if a target group is deleted
  • We're using various grouper functions for a daily maintenance routine, such as
    • usdu(usdu.DELETE)
    • findBadMemberships()
    • loaderRunOneJob("MAINTENANCE_cleanLogs")
    • loaderRunOneJob("CHANGE_LOG_changeLogTempToChangeLog")
    • new edu.internet2.middleware.grouper.misc.SyncPITTables().syncAllPITTables()
  • We're using self made sql queries for cleaning up the database daily by
    • deleting empty sources groups
    • deleting empty sources stems
    • removing members without memberships from grouper_members table after a certain expiration period
  • We're using Grouper Web Services for a NAGIOS check by
    • checking LDAP connection
    • checking database connection
    • checking the group size of crucial groups
    • checking if loader jobs were running
  • We have been customizing the UIs by
    • fitting them to the corporate design
    • enabling gidNumber editing for unixGroups
    • displaying standard accounts different from nonstandard accounts
    • enabling German umlauts in incremental search
    • setting labels according to user requests
    • removing the "Lite UI" link as well as the "Browse folders" tile for non-admin users

...