commit
bdc479fe67
@ -12,13 +12,14 @@ index b85bcb4..704067c 100644
|
||||
--- a/servers/slapd/connection.c
|
||||
+++ b/servers/slapd/connection.c
|
||||
@@ -554,7 +554,7 @@ Connection * connection_init(
|
||||
c->c_close_reason = "?"; /* should never be needed */
|
||||
c->c_close_reason = "?"; /* should never be needed */
|
||||
|
||||
c->c_ssf = c->c_transport_ssf = ssf;
|
||||
- c->c_tls_ssf = 0;
|
||||
+ c->c_tls_ssf = c->c_sasl_ssf = 0;
|
||||
c->c_ssf = c->c_transport_ssf = ssf;
|
||||
- c->c_tls_ssf = 0;
|
||||
+ c->c_tls_ssf = c->c_sasl_ssf = 0;
|
||||
|
||||
#ifdef HAVE_TLS
|
||||
if ( flags & CONN_IS_TLS ) {
|
||||
if ( flags & CONN_IS_TLS ) {
|
||||
--
|
||||
1.7.10.4
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: openldap
|
||||
Version: 2.4.46
|
||||
Release: 11
|
||||
Release: 12
|
||||
Summary: LDAP support libraries
|
||||
License: OpenLDAP
|
||||
URL: https://www.openldap.org/
|
||||
@ -460,6 +460,12 @@ exit 0
|
||||
%doc ltb-project-openldap-ppolicy-check-password-1.1/README.check_pwd
|
||||
|
||||
%changelog
|
||||
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.4.46-12
|
||||
- Type:bugfix
|
||||
- ID:
|
||||
- SUG:
|
||||
- DESC:modify the spec
|
||||
|
||||
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.4.46-11
|
||||
- Type:cves
|
||||
- ID:CVE-2019-13565
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user