Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Debug bool `yaml:"debug"`
URL string `yaml:"url"`
BaseDN string `yaml:"baseDn"`
LDAPUsername string `yaml:"ldapUsername"`
LDAPassword string `yaml:"ldapPassword"`
LDAPFilter string `yaml:"ldapFilter"`
CACertPath string `yaml:"caCertPath"`
CAKeyPath string `yaml:"caKeyPath"`
CAPassword string `yaml:"caPassword"`
CertValidityDays int `yaml:"certValidityDays"`
CertKeySize int `yaml:"certKeySize"`
UserCertSaveToPath string `yaml:"userCertSaveToPath"`
ConfigPath string
}
func (*Config) ConfigureLogger ¶
func (cfg *Config) ConfigureLogger()
Click to show internal directories.
Click to hide internal directories.