Hide Forgot
This bug is created as a clone of upstream ticket: https://fedorahosted.org/389/ticket/48777 At server startup the server tries to convert any DES passwords to AES. But if a defined backend does not have any entries(err=32) when this process quits and it stops trying to convert DES passwords. It should continue to try all the backends, even if it encounters an error.
Fixed upstream
RHEL: RHEL 7.3 x86_64 Server DS builds: [root@localhost tickets]# rpm -qa | grep 389 389-ds-base-snmp-1.3.5.10-3.el7.x86_64 389-ds-base-1.3.5.10-3.el7.x86_64 389-ds-base-libs-1.3.5.10-3.el7.x86_64 Steps Performed: 1. Ran automated ticket 47462: [root@localhost tickets]# py.test -v ticket47462_test.py ================================= test session starts ====================== platform linux2 -- Python 2.7.5, pytest-2.9.2, py-1.4.31, pluggy-0.3.1 -- /usr/bin/python cachedir: .cache rootdir: /root/ds/dirsrvtests/tests/tickets, inifile: collected 1 items ticket47462_test.py::test_ticket47462 PASSED ========================== 1 passed in 64.51 seconds =========================== As can be seen, automated test passed Marking as verified
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2594.html