diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-05-03 15:15:43 -0400 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2010-05-03 13:40:14 -0600 |
commit | cef30893ecc7aa7b6cdcef0092b5ba4245af20a2 (patch) | |
tree | 302f7970d48ad1b9b524371a8f6fba40779541ed /ipa.spec.in | |
parent | 244870932cecb11791cdbe27e46c0973589e9929 (diff) | |
download | freeipa-cef30893ecc7aa7b6cdcef0092b5ba4245af20a2.tar.gz freeipa-cef30893ecc7aa7b6cdcef0092b5ba4245af20a2.tar.xz freeipa-cef30893ecc7aa7b6cdcef0092b5ba4245af20a2.zip |
client installation fixes: nscd, sssd min version, bogus join error
- Don't run nscd if using sssd, the caching of nscd conflicts with sssd
- Set the minimum version of sssd to 1.1.1 to pick up needed hbac fixes
- only try to read the file configuration if the server isn't passed in
Diffstat (limited to 'ipa.spec.in')
-rw-r--r-- | ipa.spec.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ipa.spec.in b/ipa.spec.in index f42b67b6d..e76b3582c 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -141,7 +141,7 @@ Requires: nss_ldap Requires: wget Requires: xmlrpc-c Requires: libcurl -Requires: sssd +Requires: sssd >= 1.1.1 Requires: certmonger %description client @@ -497,7 +497,10 @@ fi %endif %changelog -* Thu Mar 4 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-19 +* Mon Apr 26 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-20 +- Set minimum level of sssd to 1.1.1 to pull in required hbac fixes. + +* Thu Mar 4 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-19 - No need to create /var/log/ipa_error.log since we aren't using TurboGears any more. |