From afad0775e16e52aa2d6637e809ad748ace838bea Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 16 Feb 2012 04:21:56 -0500 Subject: Configure SSH features of SSSD in ipa-client-install. OpenSSH server (sshd) is configured to fetch user authorized keys from SSSD and OpenSSH client (ssh) is configured to use and trigger updates of the SSSD-managed known hosts file. This requires SSSD 1.8.0. --- freeipa.spec.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index fc5370b37..f72e201fc 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -75,6 +75,7 @@ BuildRequires: pyOpenSSL BuildRequires: pylint BuildRequires: libipa_hbac-python BuildRequires: python-memcached +BuildRequires: sssd >= 1.8.0 %description IPA is an integrated solution to provide centrally managed Identity (machine, @@ -210,7 +211,7 @@ Requires: libcurl Requires: xmlrpc-c %endif %endif -Requires: sssd >= 1.5.1 +Requires: sssd >= 1.8.0 Requires: certmonger >= 0.26 Requires: nss-tools Requires: bind-utils @@ -675,6 +676,11 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt %changelog + +* Thu Mar 1 2012 Jan Cholasta - 2.99.0-22 +- Set min nvr of sssd to 1.8.0 for SSH support +- Add BuildRequires on sssd >= 1.8.0 + * Wed Feb 29 2012 Petr Vobornik - 2.99.0-21 - Add Web UI form based login page - Removed ipa_migration.css -- cgit