Skip to content

Active Directory Active Directory: Downloads

Summary

You can download all the supported plugin releases from this page.

The change log for each version series can be found under the download link & hash.

See the versioning scheme for compatibility information.

Releases

Version 12.4.0

Download: active_directory-12.4.0.tgz

SHA256: 85c00d3a8f587c421120044be75543207f2e9bd735ae19a2ea4b057973d9a1ae

Series History

See the revision history for series 12.4.x below

Revisions
12.4.0 - 01/07/2023

Added

  • New domain_components action in the domain module used to get the distinguishedName of the root domain.

Version 12.3.0

Download: active_directory-12.3.0.tgz

SHA256: b4dffc161d2bb762b029833ad919c706b3b043ab41ce7b7e42e85d0bd7073912

Series History

See the revision history for series 12.3.x below

Revisions
12.3.0 - 30/05/2023

Added

  • Add msDS-SupportedEncryptionTypes attribute to users (available as msDSSupportedEncryptionTypes).

Version 12.2.0

Download: active_directory-12.2.0.tgz

SHA256: 88933ff6dfb821dce104eb7c0a729a14f283255d6bbd005ae89e69c9cd29ed1f

Series History

See the revision history for series 12.2.x below

Revisions
12.2.0 - 09/03/2023

Added

  • Add ms-Mcs-AdmPwd & msLAPS-Password attributes to computers (they are available as ms_Mcs_AdmPwd & msLAPS_Password respectively).

Version 12.1.0

Download: active_directory-12.1.0.tgz

SHA256: 72bfecff41d2dd07c8334329a34f6887e7a2f26271e96faf89792f3194f8ab1b

Series History

See the revision history for series 12.1.x below

Revisions
12.1.0 - 27/01/2023

Fixed

  • Support users & groups with trailing spaces in their distinguishedName (created by legacy commands such as 'net user' and 'net group').

Version 12.0.1

Download: active_directory-12.0.1.tgz

SHA256: 596759fce85b5051756d35ffc04e71dc0d7a4496a1b10950a3b8f11212b63a6f

Series History

See the revision history for series 12.0.x below

Revisions
12.0.1 - 23/01/2023

Fixed

  • Correctly escape backslashes in distinguishedNames when creating, auditing, updating, & deleting.

Changes

  • Documentation updates.

Version 11.3.0

Download: active_directory-11.3.0.tgz

SHA256: 76e709be6e9a51bc059ba5a7e18e3ae072ddc439c71cc3cf33f39e14ebe438c1

Series History

See the revision history for series 11.3.x below

Revisions
11.3.0 - 02/12/2022

Fixed

  • Fixed a bug where some LDAP queries were not escaped properly if they contained a distinguishedName.

Version 11.2.0

Download: active_directory-11.2.0.tgz

SHA256: 9aa3b2bc708c1d40fc55dce64d309acf7fe2c57aa37ab865e73bacf1a686d12c

Series History

See the revision history for series 11.2.x below

Revisions
11.2.0 - 01/12/2022

Added

  • New add_to_groups_interactive & remove_from_groups_interactive actions in the computers module.

  • The add_to_groups_interactive & remove_from_groups_interactive actions in the users module now support the exclude input.

Version 11.1.0

Download: active_directory-11.1.0.tgz

SHA256: 2fa52189b67b12db0108575e048cd7e948fa5d9b366633c083a6cdb7daadaccf

Series History

See the revision history for series 11.1.x below

Revisions
11.1.0 - 23/11/2022

Added

  • The employeeID attribute has been added to User dictionaries.

Version 11.0.0

Download: active_directory-11.0.0.tgz

SHA256: 40ef26707c55d203c527df38c9e11246afb56449ee2709d005675002adb0ae77

Series History

See the revision history for series 11.0.x below

Revisions
11.0.0 - 15/11/2022

Changed

  • Add support for alpine-3.16

  • Drop support for alpine-3.12

Version 10.0.0

Download: active_directory-10.0.0.tgz

SHA256: 6c2a79f02034faa42855c8809d515f138cbfa143593ea47fab996733b2dc222e

Series History

See the revision history for series 10.0.x below

Revisions
10.0.0 - 14/11/2022

Fixed

  • Tasks will no longer fail if an object other than a user, group, or computer is a member of a group.

  • The users.get_password_expiry action now handles the case where a user's password is set to never expire.

Versioning Scheme

Plugin versions are in major.minor.patch format.

Major

  • Significant functionality changes
  • May not be backward compatible

Minor

  • Bug fixes
  • Minor functionality changes
  • Backward compatible

Patch

  • No functional changes
  • Reserved for documentation updates