File diff 0f17841d0aad → 70733167cdf8
testsite/group_vars/ldap.yml
Show inline comments
 
@@ -4,7 +4,7 @@ local_mail_aliases:
 
  root: "root john.doe@{{ testsite_domain }}"
 

	
 
smtp_relay_host: mail.{{ testsite_domain }}
 
smtp_relay_truststore: /etc/ssl/certs/example_ca_chain.pem
 
smtp_relay_truststore: /etc/ssl/certs/ca.pem
 

	
 
ldap_client_config:
 
  - comment: Set the base DN
 
@@ -18,7 +18,7 @@ ldap_client_config:
 
    value: cn=admin,{{ testsite_ldap_base }}
 
  - comment: Set the LDAP TLS truststore
 
    option: TLS_CACERT
 
    value: /etc/ssl/certs/example_ca_chain.pem
 
    value: /etc/ssl/certs/ca.pem
 

	
 
ldap_server_config:
 
  domain: "{{ testsite_domain }}"