summaryrefslogtreecommitdiffstats
path: root/ipa-compliance.cron
Commit message (Collapse)AuthorAgeFilesLines
* Remove entitlement supportMartin Kosek2013-06-261-5/+0
| | | | | | | Entitlements code was not tested nor supported upstream since version 3.0. Remove the associated code. https://fedorahosted.org/freeipa/ticket/3739
* Add support for tracking and counting entitlementsRob Crittenden2011-02-021-0/+5
Adds a plugin, entitle, to register to the entitlement server, consume entitlements and to count and track them. It is also possible to import an entitlement certificate (if for example the remote entitlement server is unaviailable). This uses the candlepin server from https://fedorahosted.org/candlepin/wiki for entitlements. Add a cron job to validate the entitlement status and syslog the results. tickets 28, 79, 278