Skip to Content.
Sympa Menu

en - [sympa-users] Again strange things on ldaps queries... jessie update.

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Marco Gaiarin <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Again strange things on ldaps queries... jessie update.
  • Date: Fri, 5 May 2017 17:53:42 +0200


I've migrated my sympa server to debian jessie (sympa 6.1.23~dfsg-2+deb8u1)
and i've hit the same bug i've wrote last year:

https://listes.renater.fr/sympa/arc/sympa-users/2016-08/msg00038.html

but a little worstier: now, if is set 'sslv3' clearly sympa cannot connect
to my LDAP server, but if i set 'tls' wwsympa crash every time i try to
update subscriber, while the other sympa daemons crash while they are
processing the foulty lists, eg task manager crash for every task for that
list, or main sympa daemon crash if there's a message to send for that list.

I've some log on level 2, but seems very uninformative to me.


I've adapted the patch, and now works. Attached.


--- /usr/share/sympa/lib/List.pm 2017-05-05 17:42:18.132837835 +0200
+++ /usr/share/sympa/lib/List.pm.orig 2017-05-05 17:41:24.292673709 +0200
@@ -877,7 +877,7 @@

'gettext_id' => 'use SSL (LDAPS)',

'order' => 2.5,
},
- 'ssl_version'
=> {'format' => ['sslv2','sslv3','tlsv1'],
+ 'ssl_version'
=> {'format' => ['sslv2','sslv3','tls'],

'default' => 'sslv3',

'gettext_id' => 'SSL version',

'order' => 2.5,
@@ -1001,7 +1001,7 @@

'gettext_id' => 'use SSL (LDAPS)',

'order' => 2.5,
},
- 'ssl_version'
=> {'format' => ['sslv2','sslv3','tlsv1'],
+ 'ssl_version'
=> {'format' => ['sslv2','sslv3','tls'],

'default' => '',

'gettext_id' => 'SSL version',

'order' => 2.5,
@@ -1579,7 +1579,7 @@
# include_ldap_2level_query.ssl_version, include_ldap_query.ssl_version
'sslv2' => {'gettext_id' => 'SSL version 2'},
'sslv3' => {'gettext_id' => 'SSL version 3'},
- 'tlsv1' => {'gettext_id' => 'TLS version 1'},
+ 'tls' => {'gettext_id' => 'TLS'},

# editor.reception, owner_include.reception, owner.reception,
# editor_include.reception


PS: IKEDA, say me if i've to open a debian bug...

--
Il Re di Spagna fece vela, verso l'isola incantata
pero` quell'isola non c'era,
e mai nessuno l'ha trovata (F. Guccini)




  • [sympa-users] Again strange things on ldaps queries... jessie update., Marco Gaiarin, 05/05/2017

Archive powered by MHonArc 2.6.19+.

Top of Page