You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/shaj13/go-guardian/v2/auth/strategies/ldap
/home/user/go/pkg/mod/github.com/shaj13/go-guardian/[email protected]/auth/strategies/ldap/ldap.go:71:9: cannot use ldap.DialURL(cfg.URL, opts...) (value of type *"github.com/go-ldap/ldap/v3".Conn) as conn value in return statement: *"github.com/go-ldap/ldap/v3".Conn does not implement conn (wrong type for method Close)
have Close() (error)
want Close()
Works ok with LDAP version 3.4.4:
github.com/go-ldap/ldap/v3 v3.4.4
The text was updated successfully, but these errors were encountered:
iliesh
changed the title
Doesn't work with
Doesn't work with LDAP version >3.4.4
Jun 21, 2024
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What version of Go-Guardian are you using ?
What did you do?
What did you see instead?
Works ok with LDAP version 3.4.4:
The text was updated successfully, but these errors were encountered: