diff options
Diffstat (limited to 'ansible_collections/microsoft/ad/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/microsoft/ad/CHANGELOG.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ansible_collections/microsoft/ad/CHANGELOG.rst b/ansible_collections/microsoft/ad/CHANGELOG.rst index 53c63d173..f778721e7 100644 --- a/ansible_collections/microsoft/ad/CHANGELOG.rst +++ b/ansible_collections/microsoft/ad/CHANGELOG.rst @@ -4,6 +4,32 @@ Ansible Microsoft Active Directory Release Notes .. contents:: Topics +v1.6.0 +====== + +Release Summary +--------------- + +Release summary for v1.6.0 + +Minor Changes +------------- + +- microsoft.ad AD modules - Added ``domain_credentials`` as a common module option that can be used to specify credentials for specific AD servers. +- microsoft.ad AD modules - Added ``lookup_failure_action`` on all modules that can specify a list of distinguishedName values to control what should happen if the lookup fails. +- microsoft.ad.computer - Added the ability to lookup a distinguishedName on a specific domain server for ``delegates`` and ``managed_by``. +- microsoft.ad.group - Added the ability to lookup a distinguishedName on a specific domain server for ``managed_by`` and ``members``. +- microsoft.ad.ou - Added the ability to lookup a distinguishedName on a specific domain server for ``managed_by``. +- microsoft.ad.user - Added the ability to lookup a distinguishedName on a specific domain server for ``delegates``. +- microsoft.ad.user - Rename the option ``groups.missing_action`` to ``groups.lookup_failure_action`` to make the option more consistent with other modules. The ``missing_action`` option is still supported as an alias. +- microsoft.ad.user - Support group member lookup on alternative server using the DN lookup syntax. This syntax uses a dictionary where ``name`` defined the group to lookup and ``server`` defines the server to lookup the group on. + +Bugfixes +-------- + +- microsoft.ad.membership - Fix hostname check to work with hostnames longer than 15 characters long - https://github.com/ansible-collections/microsoft.ad/issues/113 +- microsoft.ad.user - Fix issue when creating a new user account with ``account_locked: false`` - https://github.com/ansible-collections/microsoft.ad/issues/108 + v1.5.0 ====== |