Skip to content
Snippets Groups Projects
Commit 257a7b5b authored by Jupiter Hu's avatar Jupiter Hu
Browse files

fixed dump ldap config domain

parent 2cc3e362
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ ldapCaCertContents: |
{{ l }}
{% endfor %}
ldapCaCertFile: /etc/ssl/certs/cacert.crt
ldapDomain: "{{ ldapDomain }}"
ldapDomain: "{{ domain }}"
ldapURI: "ldaps://{{ ansible_fqdn }}:636"
ldapBindDN: "{{ ldapBindDN }}"
ldapBindDNPassword: "{{ ldapBindDNPassword }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment