temporarily disable certificates checking in check-config.sh
MozNSS support is missing yet.
This commit is contained in:
parent
b95104a6a1
commit
dc2b490d64
@ -56,7 +56,8 @@ function check_everything()
|
|||||||
{
|
{
|
||||||
retcode=0
|
retcode=0
|
||||||
check_config_syntax || retcode=1
|
check_config_syntax || retcode=1
|
||||||
check_certs_perms || retcode=1
|
# TODO: need support for Mozilla NSS, disabling temporarily
|
||||||
|
#check_certs_perms || retcode=1
|
||||||
check_db_perms || retcode=1
|
check_db_perms || retcode=1
|
||||||
return $retcode
|
return $retcode
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: 2.4.29
|
Version: 2.4.29
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
@ -649,10 +649,7 @@ exit 0
|
|||||||
%{evolution_connector_prefix}/
|
%{evolution_connector_prefix}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 15 2012 Jan Synáček <jsynacek@redhat.com> 2.4.29-2
|
* Wed Feb 15 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.29-1
|
||||||
- fix: correct path to check-config.sh in service file
|
|
||||||
|
|
||||||
* Mon Feb 13 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.29-1
|
|
||||||
- new upstream release
|
- new upstream release
|
||||||
+ MozNSS fixes
|
+ MozNSS fixes
|
||||||
+ connection handling fixes
|
+ connection handling fixes
|
||||||
@ -663,6 +660,8 @@ exit 0
|
|||||||
+ create empty Mozilla NSS certificate database during installation
|
+ create empty Mozilla NSS certificate database during installation
|
||||||
+ enable builtin Root CA in generated database (#789088)
|
+ enable builtin Root CA in generated database (#789088)
|
||||||
+ generate server certificate using Mozilla NSS tools instead of OpenSSL tools
|
+ generate server certificate using Mozilla NSS tools instead of OpenSSL tools
|
||||||
|
+ fix: correct path to check-config.sh in service file (Jan Synáček <jsynacek@redhat.com>)
|
||||||
|
- temporarily disable certificates checking in check-config.sh script
|
||||||
|
|
||||||
* Tue Jan 31 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.28-3
|
* Tue Jan 31 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.28-3
|
||||||
- fix: replication (syncrepl) with TLS causes segfault (#783431)
|
- fix: replication (syncrepl) with TLS causes segfault (#783431)
|
||||||
|
Loading…
Reference in New Issue
Block a user