From 43825b1bbc02e9b1697b965a1621a936c5ae0334 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 9 Feb 2020 22:06:33 +0100 Subject: LDAP modification form --- templates/admin_groups.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 templates/admin_groups.html (limited to 'templates/admin_groups.html') diff --git a/templates/admin_groups.html b/templates/admin_groups.html new file mode 100644 index 0000000..8b5a4ef --- /dev/null +++ b/templates/admin_groups.html @@ -0,0 +1,31 @@ +{{define "title"}}Liste des groupes |{{end}} + +{{define "body"}} + +
+

Liste des groupes

+ Retour +
+ + + + + + + + {{with $root := .}} + {{range $group := $root.Groups}} + + + + + {{end}} + {{end}} + +
IdentifiantNom complet
+ + {{$group.GetAttributeValue $root.GroupNameAttr}} + + {{$group.GetAttributeValue "displayname"}}
+ +{{end}} -- cgit v1.2.3