Factoring the model user and correcting password

This commit is contained in:
Chris Mann 2023-07-22 07:37:36 +02:00
parent 842903d252
commit 95674722e5

View file

@ -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 {