diff options
Diffstat (limited to 'ansible_collections/microsoft/ad/docs/docsite')
3 files changed, 19 insertions, 18 deletions
diff --git a/ansible_collections/microsoft/ad/docs/docsite/extra-docs.yml b/ansible_collections/microsoft/ad/docs/docsite/extra-docs.yml index e69755e97..6a548ed38 100644 --- a/ansible_collections/microsoft/ad/docs/docsite/extra-docs.yml +++ b/ansible_collections/microsoft/ad/docs/docsite/extra-docs.yml @@ -4,10 +4,10 @@ # SPDX-License-Identifier: GPL-3.0-or-later sections: -- title: Scenario Guides - toctree: - - guide_attributes - - guide_ldap_connection - - guide_ldap_inventory - - guide_list_values - - guide_migration
\ No newline at end of file + - title: Scenario Guides + toctree: + - guide_attributes + - guide_ldap_connection + - guide_ldap_inventory + - guide_list_values + - guide_migration diff --git a/ansible_collections/microsoft/ad/docs/docsite/links.yml b/ansible_collections/microsoft/ad/docs/docsite/links.yml index 7349c5f6b..6a9c7d3de 100644 --- a/ansible_collections/microsoft/ad/docs/docsite/links.yml +++ b/ansible_collections/microsoft/ad/docs/docsite/links.yml @@ -6,20 +6,20 @@ edit_on_github: repository: ansible-collections/microsoft.ad branch: main - path_prefix: '' + path_prefix: "" extra_links: -- description: Report an issue - url: https://github.com/ansible-collections/microsoft.ad/issues/new/choose + - description: Report an issue + url: https://github.com/ansible-collections/microsoft.ad/issues/new/choose communication: matrix_rooms: - - topic: General usage and support questions - room: '#windows:ansible.im' + - topic: General usage and support questions + room: "#windows:ansible.im" irc_channels: - - topic: General usage and support questions - network: Libera - channel: '#ansible-windows' + - topic: General usage and support questions + network: Libera + channel: "#ansible-windows" mailing_lists: - - topic: Ansible Project List - url: https://groups.google.com/g/ansible-project + - topic: Ansible Project List + url: https://groups.google.com/g/ansible-project diff --git a/ansible_collections/microsoft/ad/docs/docsite/rst/guide_ldap_inventory.rst b/ansible_collections/microsoft/ad/docs/docsite/rst/guide_ldap_inventory.rst index 798775b21..b9aa9b96d 100644 --- a/ansible_collections/microsoft/ad/docs/docsite/rst/guide_ldap_inventory.rst +++ b/ansible_collections/microsoft/ad/docs/docsite/rst/guide_ldap_inventory.rst @@ -225,6 +225,7 @@ The following filters can be used as an easy way to further convert the coerced * :ref:`microsoft.ad.as_datetime <ansible_collections.microsoft.ad.as_datetime_filter>` * :ref:`microsoft.ad.as_guid <ansible_collections.microsoft.ad.as_guid_filter>` * :ref:`microsoft.ad.as_sid <ansible_collections.microsoft.ad.as_sid_filter>` +* :ref:`microsoft.ad.parse_dn <ansible_collections.microsoft.ad.parse_dn_filter>` An example of these filters being used in the ``attributes`` option can be seen below: @@ -409,7 +410,7 @@ The ``raw`` value contains the raw base64 encoded value as stored in AD. The ``t * ``encrypted_value``: The encrypted password blob as a base64 string * ``flags``: The flags set as a bitwise int value, currently these are undocumented by Microsoft -* ``update_timestamp``: The FILETIME value of when the +* ``update_timestamp``: The FILETIME value of when the * ``value``: The decrypted value containing the username and password as a JSON string * ``debug``: Debug information that indicates why it failed to decrypt the value |