From dbb7e5464b6a9cad430b2f36b52e7674211f51cf Mon Sep 17 00:00:00 2001 From: aboron Date: Mon, 29 May 2017 22:33:50 -0400 Subject: ldap: add check for group membership (#4398) * Add standard LDAP group membership checking. * Fix formatting, typo, grammer, and syntax errors * Debugging done. Gave up on locale file edits. --- templates/admin/auth/edit.tmpl | 22 ++++++++++++++++++++++ templates/admin/auth/new.tmpl | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) (limited to 'templates/admin/auth') diff --git a/templates/admin/auth/edit.tmpl b/templates/admin/auth/edit.tmpl index b06cee8b..0026a4a9 100644 --- a/templates/admin/auth/edit.tmpl +++ b/templates/admin/auth/edit.tmpl @@ -92,6 +92,28 @@ +
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
{{if .Source.IsLDAP}}
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index db59856f..1707cd87 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -95,6 +95,28 @@
+
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
-- cgit v1.2.3