Skip to content

Releases: RedHatOfficial/miq-LDAP

v3.4

29 Nov 21:08
Compare
Choose a tag to compare

Purpose

Bug fixes.

Changes

See Milestone 3.4

v3.3

29 Nov 17:41
Compare
Choose a tag to compare

Purpose

Bug fixes.

Changes

See Milestone 3.3

v3.2

12 Sep 19:47
Compare
Choose a tag to compare

Purpose

Bug fixes.

Changes

See Milestone 3.2

v3.1

11 Sep 17:43
Compare
Choose a tag to compare

Purpose

Miscellaneous.

Changes

See Milestone 3.1

Enhancments

  • UpdateLDAPEntryAttributes.class - set retries for munge
  • standardize switch on vmdb_object_type

v3.0

08 Sep 00:38
Compare
Choose a tag to compare

Purpose

Add ability to validate email addresses against LDAP entries.

Changes

Bug Fixes

  • get_ldap_entries - Disable debug bug

Enhancements

  • Increase performance of DynamicDialog methods by exiting early if no vmdb_object_type is set
  • Add ability to validate email addresses against LDAP entries

v2.0

21 Aug 16:03
Compare
Choose a tag to compare

Purpose

Add dynamic dialog methods for creating a dynamic drop down dialog element of LDAP entries.

Changes

Bug Fixes

  • Error messages clarification
  • Undefined variable fixes

API Breaking

  • update_ldap_entry_attributes.rb - All values get added individually instead of multiple entries to the same :add operation.
    • ldap_entry_attribute_name renamed to dialog_value_ldap_entry_attribute_name

v1.2

16 Aug 13:35
Compare
Choose a tag to compare

Purpose

Minor bug fixes and clarifications.

Changes

Bug Fixes

  • README updates
  • comment spelling fixes
  • more error checking

Enhancments

  • munge_ldap_entry_attributes.rb - updates to make life easier on implementors

v1.1

07 Aug 13:26
Compare
Choose a tag to compare

Purpose

Bug fixes.

Changes

Bug Fixes

  • DeleteLDAPEntry state machine should not fail if no LDAP entries
  • Spelling fixes
  • __domain__.yaml standardization

v1.0

01 Jun 15:52
Compare
Choose a tag to compare

Purpose

Initial release.

Features

  • Detailed README
  • Create LDAP entry for a VM
  • Delete LDAP entry for a VM
  • Update LDAP entry attributes for a VM from a dialog
  • Update VM tags and custom attributes based on LDAP entry attributes
  • Dynamic dialog methods for populating fields with existing LDAP entry attribute values