Files @ 2d7abfa9286a
Branch filter:

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

branko
MAR-181: Deploy Prosody modules (in order to use the LDAP authentcation):

- Replaces the rolled-out-by-hand authentication module, making it
less dependent on upstream repository.
1
2
3
4
{% for config in ldap_client_config -%}
# {{ config.comment }}
{{ config.option }} {{config.value }}
{% endfor -%}