Bug 1848359
| Summary: | Add failover credentials to replication agreement | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Thorsten Scherf <tscherf> |
| Component: | 389-ds-base | Assignee: | mreynolds |
| Status: | CLOSED ERRATA | QA Contact: | RHDS QE <ds-qe-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 | CC: | ldap-maint, mreynolds, mrhodes, msauton, pasik, sgouvern, spichugi, tbordaz, tmihinto, vashirov, wwinter |
| Target Milestone: | rc | Keywords: | TestCaseProvided |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | sync-to-jira | ||
| Fixed In Version: | 389-ds-devel-1.4-8040020201105165416.866effaa | Doc Type: | Enhancement |
| Doc Text: |
.Directory Server supports setting replication agreement bootstrap credentials
When you use bind distinguished name (DN) groups in a replication agreement, there can be situations where the group is outdated or not present.:
* During online initialization where you must authenticate to the replica before the database is initialized
* When you use GSSAPI as authentication method and the Kerberos credentials are changed
If you configured bootstrap credentials in a replication agreement, Directory Server uses these credentials in case that the connection failed, for example, because of an `LDAP_INVALID_CREDENTIALS (err=49)` error. Setting bootstrap credentials when you create a replication agreement solves the problem in case that credentials with bind groups get out of sync.
For further details about configuring this feature, see the link:https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/administration_guide/configuring-bootstrap-credentials[Configuring Bootstrap Credentials] section in the Directory Server 11 Administration Guide.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-18 15:45:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1894575 | ||
|
Description
Thorsten Scherf
2020-06-18 08:46:25 UTC
Fixed upstream With build 389-ds-base-1.4.3.16-1.module+el8.4.0+8740+d5ec8778.x86_64
[root@ci-vm-10-0-138-157 ds]# PYTHONPATH=src/lib389/ py.test -s -v dirsrvtests/tests/suites/replication/repl_agmt_bootstrap_test.py
====================================================================== test session starts ======================================================================
platform linux -- Python 3.6.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.6
cachedir: .pytest_cache
metadata: {'Python': '3.6.8', 'Platform': 'Linux-4.18.0-247.el8.x86_64-x86_64-with-redhat-8.4-Ootpa', 'Packages': {'pytest': '6.1.2', 'py': '1.9.0', 'pluggy': '0.13.1'}, 'Plugins': {'metadata': '1.10.0', 'html': '2.1.1', 'libfaketime': '0.1.2'}}
389-ds-base: 1.4.3.16-1.module+el8.4.0+8740+d5ec8778
nss: 3.53.1-11.el8_2
nspr: 4.25.0-2.el8_2
openldap: 2.4.46-16.el8
cyrus-sasl: 2.1.27-5.el8
FIPS: disabled
rootdir: /mnt/tests/rhds/tests/upstream/ds/dirsrvtests, configfile: pytest.ini
plugins: metadata-1.10.0, html-2.1.1, libfaketime-0.1.2
collected 1 item
dirsrvtests/tests/suites/replication/repl_agmt_bootstrap_test.py::test_repl_agmt_bootstrap_credentials INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created.
PASSEDInstance slapd-master1 removed.
Instance slapd-master2 removed.
================================================================= 1 passed in 160.39s (0:02:40) ================================================================
Marking as Verfied:tested
verified:tested (see comment 7) with build https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1383684 -> 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 (389-ds:1.4 bug fix and enhancement update), 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-2021:1835 |