Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { LDAPServer struct { Admin struct { Username string `json:"username"` Password string `json:"password"` } `json:"admin"` BaseDN string `json:"base_dn"` FilterOn string `json:"filter_on"` Address string `json:"address"` Port int `json:"port"` Kind string `json:"kind"` SkipTLSVerify bool `json:"skip_tls_verify"` EmailField string `json:"email_field"` } `json:"ldap_server"` Server struct { Port int `json:"port"` BasePath string `json:"base_path"` } MailServer struct { Address string `json:"address"` Port int `json:"port"` Password string `json:"password"` SenderAddress string `json:"sender_address"` SenderName string `json:"sender_name"` Subject string `json:"subject"` SkipTLSVerify bool `json:"skip_tls_verify"` } `json:"mail_server"` FrontAddress string `json:"front_address"` }
type CustomError ¶
func (*CustomError) Error ¶
func (e *CustomError) Error() string
type UserChangePassword ¶
type UserReinitialize ¶
type UserUnlock ¶
Click to show internal directories.
Click to hide internal directories.