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
This commit is contained in:
Rob Crittenden
2010-05-03 15:15:43 -04:00
committed by Jason Gerard DeRose
parent 244870932c
commit cef30893ec
3 changed files with 28 additions and 13 deletions

View File

@@ -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.