Documentation
¶
Overview ¶
Package config is for the nametag cli config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Version string `yaml:"version"`
Server string `yaml:",omitempty"`
Token string `yaml:"token"`
LDAPConfig LDAPConfig `yaml:"LDAPConfig"`
}
Config represents the format of the configuration file that contains the authentication token and other settings.
type LDAPConfig ¶
type LDAPConfig struct {
LDAPUrl string `yaml:"ldapURL"`
BaseDN string `yaml:"baseDN"`
BindDN string `yaml:"bindDN"`
BindPassword string `yaml:"bindPassword"`
PageSize uint32 `yaml:"pageSize"`
DefaultPasswordPolicyDN string `yaml:"defaultPasswordPolicyDN"`
}
LDAPConfig represents the format of settings related to the LDAP agent functionality
Click to show internal directories.
Click to hide internal directories.