Files @ 5eb7821a1e4d
Branch filter:

Location: majic-ansible-roles/roles/ldap_client/molecule/default/group_vars/parameters-optional.yml

branko
MAR-218: Switch to using ldap_attrs module:

- Update invocations and syntax.
- Drop the workaround for configuring TLS on the LDAP server (should
be possible to set all relevant attributes at the same time at this
point).
- Group some invocations where it makes sense.
---

ldap_client_config:
  - comment: CA truststore
    option: TLS_CACERT
    value: /etc/ssl/certs/testca.cert.pem
  - comment: Ensure TLS is enforced
    option: TLS_REQCERT
    value: demand
  - comment: Default URI to connect to
    option: URI
    value: ldaps://ldap-server/
  - comment: Base entry
    option: BASE
    value: dc=local