From a6d9c40f14ef608946a88c86d8fe7c9793225e44 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 21 Sep 2015 07:56:36 -0600 Subject: Update FreeIPA package description https://fedorahosted.org/freeipa/ticket/5284 Reviewed-By: Petr Spacek --- freeipa.spec.in | 64 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 29 deletions(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 36179c5a8..38c76ce7f 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -99,10 +99,11 @@ BuildRequires: python-kdcproxy >= 0.3 BuildRequires: python-six %description -IPA is an integrated solution to provide centrally managed Identity (machine, -user, virtual machines, groups, authentication credentials), Policy -(configuration settings, access control information) and Audit (events, -logs, analysis thereof). +IPA is an integrated solution to provide centrally managed Identity (users, +hosts, services), Authentication (SSO, 2FA), and Authorization +(host access control, SELinux user roles, services). The solution provides +features for further integration with Linux based clients (SUDO, automount) +and integration with Active Directory based infrastructures (Trusts). %if ! %{ONLY_CLIENT} %package server @@ -173,12 +174,12 @@ Obsoletes: %{name}-server <= 4.2.0 Conflicts: nss-pam-ldapd < 0.8.4 %description server -IPA is an integrated solution to provide centrally managed Identity (machine, -user, virtual machines, groups, authentication credentials), Policy -(configuration settings, access control information) and Audit (events, -logs, analysis thereof). If you are installing an IPA server you need -to install this package (in other words, most people should NOT install -this package). +IPA is an integrated solution to provide centrally managed Identity (users, +hosts, services), Authentication (SSO, 2FA), and Authorization +(host access control, SELinux user roles, services). The solution provides +features for further integration with Linux based clients (SUDO, automount) +and integration with Active Directory based infrastructures (Trusts). +If you are installing an IPA server, you need to install this package. %package server-dns @@ -272,11 +273,13 @@ Conflicts: %{alt_name}-client Obsoletes: %{alt_name}-client < %{version} %description client -IPA is an integrated solution to provide centrally managed Identity (machine, -user, virtual machines, groups, authentication credentials), Policy -(configuration settings, access control information) and Audit (events, -logs, analysis thereof). If your network uses IPA for authentication, -this package should be installed on every client machine. +IPA is an integrated solution to provide centrally managed Identity (users, +hosts, services), Authentication (SSO, 2FA), and Authorization +(host access control, SELinux user roles, services). The solution provides +features for further integration with Linux based clients (SUDO, automount) +and integration with Active Directory based infrastructures (Trusts). +If your network uses IPA for authentication, this package should be +installed on every client machine. %package admintools @@ -290,11 +293,12 @@ Conflicts: %{alt_name}-admintools Obsoletes: %{alt_name}-admintools < %{version} %description admintools -IPA is an integrated solution to provide centrally managed Identity (machine, -user, virtual machines, groups, authentication credentials), Policy -(configuration settings, access control information) and Audit (events, -logs, analysis thereof). This package provides command-line tools for -IPA administrators. +IPA is an integrated solution to provide centrally managed Identity (users, +hosts, services), Authentication (SSO, 2FA), and Authorization +(host access control, SELinux user roles, services). The solution provides +features for further integration with Linux based clients (SUDO, automount) +and integration with Active Directory based infrastructures (Trusts). +This package provides command-line tools for IPA administrators. %package python Summary: Python libraries used by IPA @@ -323,11 +327,12 @@ Conflicts: %{alt_name}-python Obsoletes: %{alt_name}-python < %{version} %description python -IPA is an integrated solution to provide centrally managed Identity (machine, -user, virtual machines, groups, authentication credentials), Policy -(configuration settings, access control information) and Audit (events, -logs, analysis thereof). If you are using IPA you need to install this -package. +IPA is an integrated solution to provide centrally managed Identity (users, +hosts, services), Authentication (SSO, 2FA), and Authorization +(host access control, SELinux user roles, services). The solution provides +features for further integration with Linux based clients (SUDO, automount) +and integration with Active Directory based infrastructures (Trusts). +If you are using IPA, you need to install this package. %if ! %{ONLY_CLIENT} %package tests @@ -348,10 +353,11 @@ Conflicts: %{alt_name}-tests Obsoletes: %{alt_name}-tests < %{version} %description tests -IPA is an integrated solution to provide centrally managed Identity (machine, -user, virtual machines, groups, authentication credentials), Policy -(configuration settings, access control information) and Audit (events, -logs, analysis thereof). +IPA is an integrated solution to provide centrally managed Identity (users, +hosts, services), Authentication (SSO, 2FA), and Authorization +(host access control, SELinux user roles, services). The solution provides +features for further integration with Linux based clients (SUDO, automount) +and integration with Active Directory based infrastructures (Trusts). This package contains tests that verify IPA functionality. %endif # ONLY_CLIENT -- cgit