| commit | 6c84b7f422c5fc322398206e867180b421accb14 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Nov 16 17:38:26 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Nov 16 17:38:26 2017 -0500 |
| tree | 4e5bbce46f953a6305df402217cd1c4e331e7232 | |
| parent | 878308056e73ed42d838bf22b465dc9b64210ba9 [diff] |
Updated for external ldap configs
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2 index 02e79a6..109d080 100644 --- a/templates/silent-install.conf.j2 +++ b/templates/silent-install.conf.j2
@@ -18,7 +18,8 @@ {% endif %} {% endif %} APIGEE_LDAPPW='{{ opdk_ldap_pass }}' -{% elif %} +{% endif %} +{% if use_opdk_ldap_remote_host is defined and use_opdk_ldap_remote_host | trim | lower == 'y' %} LDAP_HOST={{ opdk_ldap_host }} LDAP_PORT={{ opdk_ldap_port }} {% endif %}