aboutsummaryrefslogtreecommitdiff
path: root/templates/admin/auths/new.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/auths/new.tmpl')
-rw-r--r--templates/admin/auths/new.tmpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/admin/auths/new.tmpl b/templates/admin/auths/new.tmpl
index e5dcb433..d09833fc 100644
--- a/templates/admin/auths/new.tmpl
+++ b/templates/admin/auths/new.tmpl
@@ -51,6 +51,13 @@
</div>
</div>
+ <div class="form-group {{if .Err_UseSSL}}has-error has-feedback{{end}}">
+ <label class="col-md-3 control-label">Use SSL: </label>
+ <div class="col-md-7">
+ <input name="usessl" class="form-control" type="checkbox" {{if .usessl}}checked{{end}}>
+ </div>
+ </div>
+
<div class="form-group {{if .Err_BaseDN}}has-error has-feedback{{end}}">
<label class="col-md-3 control-label">Base DN: </label>
<div class="col-md-7">
@@ -158,4 +165,4 @@
});
});
</script>
-{{template "base/footer" .}} \ No newline at end of file
+{{template "base/footer" .}}