mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Jason Gerard DeRose
parent
244870932c
commit
cef30893ec
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user