Closed 389-ds-bot closed 4 years ago
Comment from tbordaz (@tbordaz) at 2017-04-04 17:53:21
Metadata Update from @tbordaz:
Comment from mreynolds (@mreynolds389) at 2017-04-04 18:41:57
Metadata Update from @mreynolds389:
Comment from mreynolds (@mreynolds389) at 2017-04-05 04:33:56
Comment from mreynolds (@mreynolds389) at 2017-04-05 04:34:01
Metadata Update from @mreynolds389:
Comment from firstyear (@Firstyear) at 2017-04-05 05:04:18
There are some easier ways to setup TLS/SSL for the test case. Have a look at the RSA/Encryption objects in lib389/config.py, as well as the NSS wrapper. Makes it much simpler. An example is in dirsrvtests/suites/sasl/plain.py
Is the check for needpw because ipa-pwd-extop "gets in the way" of our password change? How does this logic change fix the issue (for my understanding ) :)
Thanks!
Comment from mreynolds (@mreynolds389) at 2017-04-05 16:36:35
There are some easier ways to setup TLS/SSL for the test case. Have a look at the RSA/Encryption objects in lib389/config.py, as well as the NSS wrapper. Makes it much simpler. An example is in dirsrvtests/suites/sasl/plain.py
Thanks I'll check it out.
Is the check for needpw because ipa-pwd-extop "gets in the way" of our password change? How does this logic change fix the issue (for my understanding ) :)
The issue is that the server is crashing (triggered by an IPA plugin). This fix addresses the null pointer dereference, while maintaining the correct/expected behavior.
Thanks!
Comment from mreynolds (@mreynolds389) at 2017-04-05 17:07:22
New patch attached that updates the CI test as requested by Firstyear
Comment from firstyear (@Firstyear) at 2017-04-06 01:04:42
Looks great to me, thanks for the changes.
Comment from firstyear (@Firstyear) at 2017-04-06 01:04:45
Metadata Update from @Firstyear:
Comment from mreynolds (@mreynolds389) at 2017-04-06 16:58:15
master updated (a96f833 -> f5e4b8a)
389-ds-base-1.3.5 updated (a66484c -> 0ebc21e)
389-ds-base-1.3.4 updated (294ebbd -> bad9197)
Comment from mreynolds (@mreynolds389) at 2017-04-06 16:58:20
Metadata Update from @mreynolds389:
Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/49210
Issue Description
The bug is a side effect of https://pagure.io/389-ds-base/issue/49039
Package Version and Platform
389-ds-base-1.3.6.1-6.el7.x86_64
Steps to reproduce
It is systematically reproducing using ipa plugin (ipa-pwd-extop) that triggers an internal update of password (see https://bugzilla.redhat.com/show_bug.cgi?id=1438724
I "guess" it is reproducible if using password update EXTOP
Actual results
Crash
Expected results