Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { JwtConfig LdapConfig }
type LdapConfig ¶
type LdapConfig struct { LdapObjectClass string `yaml:"ldapObjectClass,omitempty"` LdapLoginNameConfig string `yaml:"ldapLoginNameConfig,omitempty"` LdapObjectCategory string `yaml:"ldapObjectCategory, omitempty"` LdapServer string `yaml:"ldapServer, omitempty"` LdapPort string `yaml:"ldapPort, omitempty"` LdapBaseDN string `yaml:"ldapBaseDN, omitempty"` LdapAdminUserAccount string `yaml:"ldapAdminUserAccount, omitempty"` LdapAdminPassword string `yaml:"ldapAdminPassword, omitempty"` LdapIsEnable bool `yaml:"ldapIsEnable, omitempty"` }
Click to show internal directories.
Click to hide internal directories.