Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch exceptions raised when making a replication agmt #339

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

rcritten
Copy link
Collaborator

@rcritten rcritten commented Oct 7, 2024

Calling the constructor replication.ReplicationManager will establish a connection to the replica. Catch any exceptions that might result because of this: server down, invalid credentails, etc.

Fixes: #338

Calling the constructor replication.ReplicationManager will
establish a connection to the replica. Catch any exceptions that
might result because of this: server down, invalid credentails, etc.

Fixes: freeipa#338

Signed-off-by: Rob Crittenden <[email protected]>
@rcritten rcritten merged commit 3ec547e into freeipa:master Oct 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a try/except around ReplicationManager in dna plugin
1 participant