From ef996082f7241e694d8c9c8be645261e47217aa9 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Wed, 26 Jul 2023 14:29:17 +0200 Subject: [PATCH] Working on signup workfow --- controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controller.go b/controller.go index 93fef1c..1353136 100644 --- a/controller.go +++ b/controller.go @@ -52,6 +52,7 @@ type ConfigFile struct { DomainName string `json:"domain_name"` NewUserDN string `json:"new_user_dn"` NewUserPassword string `json:"new_user_password"` + NewUsersBaseDN string `json:"new_users_base_dn"` } var staticPath = "./static"