package
Version:
v0.3.11
Opens a new window with list of versions in this module.
Published: Dec 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LdapConfig struct {
Domain string `json:"domain"`
BindUser string `json:"bindUser"`
BindPassword string `json:"bindPassword"`
BaseDN string `json:"basedn"`
Development bool `json:"development,omitempty"`
Servers []LdapServer `json:"servers"`
}
type LdapConfigs struct {
Domains []LdapConfig `json:"domains"`
}
type LdapServer struct {
Host string `json:"host"`
Port int `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.