From 77ae4da70632e17b6be09e9ad71fc353b3bad96e Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 19 Jun 2013 09:48:29 +0200 Subject: Remove entitlement support Entitlements code was not tested nor supported upstream since version 3.0. Remove the associated code. https://fedorahosted.org/freeipa/ticket/3739 --- install/tools/man/Makefile.am | 1 - install/tools/man/ipa-compliance.1 | 45 -------------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 install/tools/man/ipa-compliance.1 (limited to 'install/tools/man') diff --git a/install/tools/man/Makefile.am b/install/tools/man/Makefile.am index a1bf076b..b16d2b5c 100644 --- a/install/tools/man/Makefile.am +++ b/install/tools/man/Makefile.am @@ -19,7 +19,6 @@ man1_MANS = \ ipa-compat-manage.1 \ ipa-nis-manage.1 \ ipa-managed-entries.1 \ - ipa-compliance.1 \ ipa-backup.1 \ ipa-restore.1 \ $(NULL) diff --git a/install/tools/man/ipa-compliance.1 b/install/tools/man/ipa-compliance.1 deleted file mode 100644 index 4f8a6191..00000000 --- a/install/tools/man/ipa-compliance.1 +++ /dev/null @@ -1,45 +0,0 @@ -.\" A man page for ipa-compliance -.\" Copyright (C) 2010 Red Hat, Inc. -.\" -.\" This is free software; you can redistribute it and/or modify it under -.\" the terms of the GNU Library General Public License as published by -.\" the Free Software Foundation; version 2 only -.\" -.\" This program is distributed in the hope that it will be useful, but -.\" WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -.\" General Public License for more details. -.\" -.\" You should have received a copy of the GNU Library General Public -.\" License along with this program; if not, write to the Free Software -.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -.\" -.\" Author: Rob Crittenden -.\" -.TH "ipa-compliance" "1" "Dec 14 2010" "FreeIPA" "FreeIPA Manual Pages" -.SH "NAME" -ipa\-compliance \- Check entitlement compliance -.SH "SYNOPSIS" -ipa\-compliance [\fIOPTION\fR] -.SH "DESCRIPTION" -Verify that the IPA installation is in compliance with the number of client entitlements it has. - -Entitlements are managed using the ipa entitle command. - -An enrolled host is an machine that has a host keytab in the IPA system. - -The entitlements take the form of x509v3 certificates. The certificates are examined and the quantities summed. This is compared to the number of enrolled hosts to determine compliance. - -The command logs to syslog and if run from a tty will log to the terminal as well. - -The IPA server provides 25 entitlements of its own. -.SH "OPTIONS" -.TP -\fB\-\-debug\fR -Enable debugging output in the command -.SH "EXIT STATUS" -0 if the command was successful - -1 if an error occurred -.SH "NOTES" -Entitlements are not checked if the python\-rhsm package is not installed. -- cgit