Updated to better manage remote ldap
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2
index c12ade7..43d4838 100644
--- a/templates/silent-install.conf.j2
+++ b/templates/silent-install.conf.j2
@@ -13,7 +13,7 @@
LDAP_PEER={{ ldap_peer }}
{% endif %}
{% if (use_opdk_ldap_remote_host is defined and use_opdk_ldap_remote_host | trim == 'y') or use_opdk_ldap_remote_host is not defined %}
-LDAP_HOST={{ opdk_ldap_host }}
+LDAP_HOST={{ ldap_ip }}
LDAP_PORT={{ opdk_ldap_port }}
{% endif %}