Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Server string
Port int
Security auth.SecurityType
BaseDN string
BindUsername string
BindPassword string
UserFilter string
UserAttribute string
GroupFilter string
}
Config represents the command line or environment variable configuration
type Manager ¶
Manager represents a synchronization manager
func NewManager ¶
NewManager returns a new Manager with the given parameters
func (*Manager) Start ¶
func (m *Manager) Start()
Start starts the sync manager. Multiple calls have no effect
Click to show internal directories.
Click to hide internal directories.