Versions in this module Expand all Collapse all v1 v1.1.0 Jan 11, 2025 v1.0.0 Dec 16, 2024 Changes in this version + var ErrEntries = errors.New("strategies/ldap: Search user DN does not exist or too many entries returned") + func GetAuthenticateFunc(cfg *Config, opts ...auth.Option) basic.AuthenticateFunc + func New(cfg *Config, opts ...auth.Option) auth.Strategy + func NewCached(cfg *Config, c auth.Cache, opts ...auth.Option) auth.Strategy + type Config struct + Attributes []string + BaseDN string + BindDN string + BindPassword string + GroupAttribute string + GroupFilter string + Host string + Port int + TLS *tls.Config + UIDAttribute string + UserFilter string