Comment 30 for bug 1688575

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

In the meantime I ran the test from the bug description.

Before the update:
ubuntu@xenial-slaps-segfault-1688575:~/test$ export LDAPSASL_SECPROPS=none
ubuntu@xenial-slaps-segfault-1688575:~/test$ ./sasltest
rc = -6 (Unknown authentication method)
sasltest: sasltest.c:70: bind_thread: Assertion `rc == LDAP_SUCCESS' failed.
rc = -6 (Unknown authentication method)
rc = -6 (Unknown authentication method)
sasltest: sasltest.c:70: bind_thread: Assertion `rc == LDAP_SUCCESS' failed.
sasltest: sasltest.c:70: bind_thread: Assertion `rc == LDAP_SUCCESS' failed.
Aborted (core dumped)

After the update:
ubuntu@xenial-slaps-segfault-1688575:~/test$ apt-cache policy libldap-2.4-2
libldap-2.4-2:
  Installed: 2.4.42+dfsg-2ubuntu3.3
  Candidate: 2.4.42+dfsg-2ubuntu3.3
  Version table:
 *** 2.4.42+dfsg-2ubuntu3.3 500
        500 http://br.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     2.4.42+dfsg-2ubuntu3.2 500
        500 http://br.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        500 http://br.archive.ubuntu.com/ubuntu xenial-security/main amd64 Packages
     2.4.42+dfsg-2ubuntu3 500
        500 http://br.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

ubuntu@xenial-slaps-segfault-1688575:~/test$ echo $LDAPSASL_SECPROPS
none
ubuntu@xenial-slaps-segfault-1688575:~/test$ ./sasltest
ubuntu@xenial-slaps-segfault-1688575:~/test$ echo $?
0

@kunalija, once your test is done, and if the new packages worked, please replace the "verification-needed-xenial" tag with "verification-done-xenial", following instructions from comment #28. Thanks!