Files @ a4669a111e0f
Branch filter:

Location: majic-ansible-roles/roles/ldap_client/templates/ldap.conf.j2

branko
MAR-239: Drop Debian 11 Bullseye from metadata of all roles, fix configuration file headings.
1
2
3
4
{% for config in ldap_client_config -%}
# {{ config.comment }}
{{ config.option }} {{config.value }}
{% endfor -%}