working on syntax issue.
diff --git a/templates/silent-install.conf.j2 b/templates/silent-install.conf.j2
index 17ee597..88b1f43 100644
--- a/templates/silent-install.conf.j2
+++ b/templates/silent-install.conf.j2
@@ -9,8 +9,8 @@
 LDAP_TYPE='{{ opdk_ldap_type }}'
 APIGEE_LDAPPW='{{ opdk_ldap_pass }}'
 {% if opdk_ldap_type == '2' %}
-{#LDAP_SID={{ ldap_sid }}#}
-{#LDAP_PEER={{ ldap_peer }}#}
+LDAP_SID={{ ldap_sid }}
+LDAP_PEER={{ ldap_peer }}
 {% endif %}
 {% elif %}
 {#LDAP_HOST={{ opdk_ldap_host }}#}