diff options
Diffstat (limited to 'modules-available/sysconfig/templates/ldap-start.html')
-rw-r--r-- | modules-available/sysconfig/templates/ldap-start.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules-available/sysconfig/templates/ldap-start.html b/modules-available/sysconfig/templates/ldap-start.html index 683762f1..22f4e2fa 100644 --- a/modules-available/sysconfig/templates/ldap-start.html +++ b/modules-available/sysconfig/templates/ldap-start.html @@ -52,6 +52,15 @@ <br> <div> <label> + <input type="checkbox" name="fixnumeric" {{#fixnumeric}}checked{{/fixnumeric}}> {{lang_fixNumeric}} + </label> + <div> + <i>{{lang_fixNumericDescription}}</i> + </div> + </div> + <br> + <div> + <label> <input type="checkbox" name="ssl" onchange="$('#cert-box').css('display', this.checked ? '' : 'none')" {{#ssl}}checked{{/ssl}}> {{lang_ssl}} </label> </div> |