From 13222204392009e07382eecb908b7e6e01155ec4 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 9 Feb 2020 18:28:42 +0100 Subject: User list --- main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 9717167..29da525 100644 --- a/main.go +++ b/main.go @@ -108,6 +108,10 @@ func main() { http.HandleFunc("/profile", handleProfile) http.HandleFunc("/passwd", handlePasswd) + http.HandleFunc("/admin/users", handleAdminUsers) + //http.HandleFunc("/admin/groups", handleAdminGroups) + //http.HandleFunc("/admin/ldap", handleAdminLDAP) + staticfiles := http.FileServer(http.Dir("static")) http.Handle("/static/", http.StripPrefix("/static/", staticfiles)) -- cgit v1.2.3