Factoring the model user and correcting password
This commit is contained in:
parent
842903d252
commit
95674722e5
1 changed files with 1 additions and 1 deletions
2
utils.go
2
utils.go
|
@ -7,7 +7,7 @@ import (
|
||||||
"math/rand"
|
"math/rand"
|
||||||
|
|
||||||
"github.com/go-ldap/ldap/v3"
|
"github.com/go-ldap/ldap/v3"
|
||||||
"golang.org/x/text/encoding/unicode"
|
// "golang.org/x/text/encoding/unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
func openLdap(config ConfigFile) *ldap.Conn {
|
func openLdap(config ConfigFile) *ldap.Conn {
|
||||||
|
|
Loading…
Reference in a new issue