Hide Forgot
Description of problem: When doing a search and adding 1.1 with attributes. Not returning attributes. Version-Release number of selected component (if applicable): 389-ds-base-1.3.8.4-23.el7_6. How reproducible: Always Steps to Reproduce: 1. ldapsearch -LLLx -H ldap://127.0.0.1 -b "uid=admin,cn=users,cn=accounts,dc=example,dc=local" uid gecos 1.1 Actual results: nothing Expected results: uid: admin gecos: Administrator Additional info: 3. A list containing only the OID "1.1" indicates that no attributes are to be returned. If "1.1" is provided with other attributeSelector values, the "1.1" attributeSelector is ignored. This OID was chosen because it does not (and can not) correspond to any attribute in use.
Upstream ticket: https://pagure.io/389-ds-base/issue/50530
Fixed upstream
=============================================================================================== test session starts =============================================================================================== platform linux -- Python 3.6.3, pytest-5.1.2, py-1.8.0, pluggy-0.13.0 -- /opt/rh/rh-python36/root/usr/bin/python3 cachedir: .pytest_cache metadata: {'Python': '3.6.3', 'Platform': 'Linux-3.10.0-1090.el7.x86_64-x86_64-with-redhat-7.8-Maipo', 'Packages': {'pytest': '5.1.2', 'py': '1.8.0', 'pluggy': '0.13.0'}, 'Plugins': {'metadata': '1.8.0', 'html': '2.0.0'}} 389-ds-base: 1.3.10.1-2.el7 nss: 3.44.0-5.el7 nspr: 4.21.0-1.el7 openldap: 2.4.44-21.el7_6 cyrus-sasl: 2.1.26-23.el7 FIPS: disabled rootdir: /mnt/tests/rhds/tests/upstream/ds/dirsrvtests, inifile: pytest.ini plugins: metadata-1.8.0, html-2.0.0 basic_test.py::test_search_req_attrs[attrs0-cn-False] PASSED [ 20%] basic_test.py::test_search_req_attrs[attrs1-cn-True] PASSED [ 40%] basic_test.py::test_search_req_attrs[attrs2-nsUniqueId-True] PASSED [ 60%] basic_test.py::test_search_req_attrs[attrs3-cn-True] PASSED [ 80%] basic_test.py::test_search_req_attrs[attrs4-cn-True] PASSED [100%] ================================================================================= 5 passed in 10.55s ============================================================================================================= 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://access.redhat.com/errata/RHBA-2020:1064