package
Version:
v0.0.0-...-baf35ca
Opens a new window with list of versions in this module.
Published: Sep 4, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (a *Auth) SupportsPasswordUpdate() bool
type Config struct {
Debug bool `koanf:"debug"`
URL string `koanf:"url"`
StartTLS bool `koanf:"starttls"`
ConnectTimeout string `koanf:"connect_timeout"`
RequestTimeout string `koanf:"request_timeout"`
DNTemplate string `koanf:"dn_template"`
DNLookup DNLookupConfig `koanf:"dn_lookup"`
}
type DNLookupConfig struct {
BindDN string `koanf:"bind_dn"`
BindPassword string `koanf:"bind_password"`
BaseDN string `koanf:"base_dn"`
FilterTemplate string `koanf:"filter_template"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.