freeipa / freeipa-healthcheck

Check the health of a freeIPA installation
GNU General Public License v3.0
50 stars 28 forks source link

Add a try/except around ReplicationManager in dna plugin #338

Closed rcritten closed 1 month ago

rcritten commented 1 month ago

Add a try/except around agmt = replication.ReplicationManager(api.env.realm, api.env.host) in the dna plugin. The creation of the agreement class will fail if the connection can't be established, say for credential reasons.