From 6f04ee879ca25fd798f85a4c701291adae561a1a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 16 Nov 2017 19:32:33 -0500 Subject: auth/ldap: allow placeholder %s for BindDN (#2526) --- templates/.VERSION | 2 +- templates/admin/auth/edit.tmpl | 1 + templates/admin/auth/new.tmpl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/.VERSION b/templates/.VERSION index f3f207f6..3cf8dcf7 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.32.1115 \ No newline at end of file +0.11.33.1116 \ No newline at end of file diff --git a/templates/admin/auth/edit.tmpl b/templates/admin/auth/edit.tmpl index 3b69bd0e..32de620c 100644 --- a/templates/admin/auth/edit.tmpl +++ b/templates/admin/auth/edit.tmpl @@ -50,6 +50,7 @@
+

{{.i18n.Tr "admin.auths.bind_dn_helper"}}

diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index 1abfee57..e164f531 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -56,6 +56,7 @@
+

{{.i18n.Tr "admin.auths.bind_dn_helper"}}

-- cgit v1.2.3