net/freeradius: whitespace sweep

This commit is contained in:
Franco Fichtner
2017-12-27 14:08:40 +00:00
parent 6abe2a2633
commit c3ed686be2
2 changed files with 1 additions and 2 deletions
@@ -26,4 +26,3 @@
</base_dn>
</items>
</model>
@@ -11,7 +11,7 @@ ldap {
{% if helpers.exists('OPNsense.freeradius.ldap.password') and OPNsense.freeradius.ldap.password != '' %}
password = {{ OPNsense.freeradius.ldap.password }}
{% endif %}
{% endif %}
{% if helpers.exists('OPNsense.freeradius.ldap.base_dn') and OPNsense.freeradius.ldap.base_dn != '' %}
base_dn = '{{ OPNsense.freeradius.ldap.base_dn }}'