Bug 1598718
| Summary: | import fails if backend name is "default" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | German Parente <gparente> |
| Component: | 389-ds-base | Assignee: | mreynolds |
| Status: | CLOSED ERRATA | QA Contact: | RHDS QE <ds-qe-bugs> |
| Severity: | unspecified | Docs Contact: | Marc Muehlfeld <mmuehlfe> |
| Priority: | unspecified | ||
| Version: | 7.7-Alt | CC: | mcorr, mreynolds, nkinder, pasik, rmeggins |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.8.4-4.el7 | Doc Type: | Bug Fix |
| Doc Text: |
Creating a Directory Server back end with the name *default* is now supported
Previously, the name *default* was reserved in Directory Server. As a consequence, creating a back end named *default* failed. With this update, Directory Server no longer reserves this name, and administrators can create a back end named *default*.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-30 10:14:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
German Parente
2018-07-06 09:59:58 UTC
Upstream ticket: https://pagure.io/389-ds-base/issue/49830 Fixed upstream # py.test -v ds/dirsrvtests/tests/suites/import/regression_test.py::test_import_be_default
===================================================================== test session starts =====================================================================
platform linux -- Python 3.6.3, pytest-3.6.3, py-1.5.4, pluggy-0.6.0 -- /opt/rh/rh-python36/root/usr/bin/python3
cachedir: .pytest_cache
metadata: {'Python': '3.6.3', 'Platform': 'Linux-3.10.0-922.el7.x86_64-x86_64-with-redhat-7.6-Maipo', 'Packages': {'pytest': '3.6.3', 'py': '1.5.4', 'pluggy': '0.6.0'}, 'Plugins': {'metadata': '1.7.0', 'html': '1.19.0'}}
389-ds-base: 1.3.8.4-7.el7
nss: 3.36.0-5.el7_5
nspr: 4.19.0-1.el7_5
openldap: 2.4.44-18.el7
cyrus-sasl: 2.1.26-23.el7
FIPS: 0
rootdir: /mnt/tests/rhds/tests/upstream, inifile:
plugins: metadata-1.7.0, html-1.19.0
collected 1 item
ds/dirsrvtests/tests/suites/import/regression_test.py::test_import_be_default PASSED [100%]
================================================================== 1 passed in 19.28 seconds ==================================================================
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/RHSA-2018:3127 |