mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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.
This commit is contained in:
committed by
Rob Crittenden
parent
be14c6609b
commit
afad0775e1
@@ -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 <jcholast@redhat.com> - 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 <pvoborni@redhat.com> - 2.99.0-21
|
||||
- Add Web UI form based login page
|
||||
- Removed ipa_migration.css
|
||||
|
||||
Reference in New Issue
Block a user