Skip to content

Releases: peterpakos/checkipaconsistency

Version 2.7.11

25 May 21:27
Compare
Choose a tag to compare

Fix #67: Optimization certificates verification

Thanks to @lucasdiedrich.

Version 2.7.4

15 Feb 10:57
Compare
Choose a tag to compare

Fix #47: Don't report FAIL for transient errors

Version 2.7.2

03 Feb 20:44
Compare
Choose a tag to compare

Fix #44: DNS zones check: object of type 'bool' has no len()

Also:

  • Switch to separate logging module pplogger
  • Add release script

Version 2.7.1

29 Dec 22:24
Compare
Choose a tag to compare

Fix issues #39 and #40

  • Add support for multiple domains with non-unique shortnames
  • Fix Netgroups check

Version 2.7.0

28 Dec 20:58
Compare
Choose a tag to compare

Fix #37 and #38 plus other improvements

Highlights:

  • Add new check: Services (#37)
  • Add new check: Netgroups (#38)
  • Reorder checks to match FreeIPA UI
  • Allow connection via IP as well as FQDN/hostname
  • Show number of certificates/conflicts/ghosts
  • Update README files
  • Bump version to 2.7.0

Version 2.6.2

22 Dec 21:05
Compare
Choose a tag to compare

Remove reduntant locking mechanism

Version 2.6.1

22 Dec 20:17
Compare
Choose a tag to compare

Some minor fixes and improvements

Including:

  • Don't verify LDAP cert by default
  • Fix logging error when option --quiet is used
  • Add --log-file option
  • Improve logging module
  • Remove option --verbose
  • Catch more LDAP exceptions
  • Update tox/travis configs
  • Update README files
  • Bump version to 2.6.1

Version 2.6.0

20 Dec 14:41
Compare
Choose a tag to compare

Rename entry point script from check_ipa_consistency to cipa

Also:

  • Add DNS lookup exception
  • Update README files
  • Bump version to 2.6.0

Version 2.5.0

19 Dec 18:24
Compare
Choose a tag to compare

Some major project restructure happening in this release.

This was required in order to package and deploy the project to to PyPI.

This is a first release that is officially available in PyPI as checkipaconsistency.

Enjoy!

Version 2.3.0

18 Dec 16:06
Compare
Choose a tag to compare

Renamed the project from ipa_check_consistency to check_ipa_consistency.