From 95674722e592d72ba80139115fbdd32824256153 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Sat, 22 Jul 2023 07:37:36 +0200 Subject: [PATCH] Factoring the model user and correcting password --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 7368c9d..902d090 100644 --- a/utils.go +++ b/utils.go @@ -7,7 +7,7 @@ import ( "math/rand" "github.com/go-ldap/ldap/v3" - "golang.org/x/text/encoding/unicode" + // "golang.org/x/text/encoding/unicode" ) func openLdap(config ConfigFile) *ldap.Conn {