package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Apr 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AdConfig struct {
Domain string `json:"domain"`
BindUser string `json:"bindUser"`
BindPassword string `json:"bindPassword"`
BaseDN string `json:"basedn"`
Servers []AdServer `json:"servers,omitempty"`
Certificate []byte `json:"certificate,omitempty"`
}
type AdServer struct {
Host string `json:"host"`
Port int `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.