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 13.1.0

Download: active_directory-13.1.0.tgz

SHA256: 8fbccf16d8b3d53dcb0d991a923c7e8f03312f6d154b7a22ecf62c518f663899

Series History

See the revision history for series 13.1.x below

Revisions
13.1.0 - 27/11/2023

Added

  • New get_directory_location action in the domain module.

Version 13.0.1

Download: active_directory-13.0.1.tgz

SHA256: f03803e594afd24cd65861d07fe92cf86fd16251b72724dca4dab7e7522ebc09

Series History

See the revision history for series 13.0.x below

Revisions
13.0.1 - 13/11/2023

Changed

  • Documentation & depcrecation updates
13.0.0 - 01/11/2023

Removed

  • Support for alpine 3.12 & 3.13

Added

  • Support for alpine 3.17

Changed

  • Upgrade to Python 3.10

Deprecated

  • Alpine 3.17 is incompatible with the cipher suites supported by Windows Server 2012

  • To use this plugin against Windows Server 2012 domain controllers you must set the playbook platform to alpine-3.16

  • Support for Windows Server 2012 will be removed in a future release of PPA within the next 6-9 months

Version 12.4.0

Download: active_directory-12.4.0.tgz

SHA256: 6131ff961d6e8c59bb06fa35662361c2f8848c96147894d1243bb2a71d28bb04

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: 8c9d48949512e7a297548e15f6f7244244227fbcf81cb040657ce882f62a8b7b

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: 8fb347530e85092978c1c6e8354fe621675f2d0c7f876065d667816493128de2

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: 4006e01418217b314941594d6d4ebc9151e8840b72acf3dfb16597efc16fbec6

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: 9e550ce834adb7a3435ade769ff315f4213e680d7ec0f650a8f09265e68dff5a

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: e5db04d95badefc54d86f2543ab770452bafb9fcb55cef0c6c75e6ef5391fd59

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: 6663b9c4758288143c6b4aabc0a9f9d1d01340c5cc71d32701794440e8dfe071

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: 5b3e39cb11d0b3324f4a9771cc78b143a6fb056daec3d713361bd3f897aa85f0

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: 956763da886df6dafac9ca05e8ccccb45c26a8bb052106a9e5183879ff0fb3cc

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

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