summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-compliance
Commit message (Collapse)AuthorAgeFilesLines
* Use ldapi: instead of unsecured ldap: in ipa core tools.Pavel Zuna2011-03-031-2/+1
| | | | | | The patch also corrects exception handling in some of the tools. Fix #874
* Add support for tracking and counting entitlementsRob Crittenden2011-02-021-0/+193
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