ldapmodels

package
v0.3.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LdapConfig

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

type LdapConfigs struct {
	Domains []LdapConfig `json:"domains"`
}

type LdapServer

type LdapServer struct {
	Host string `json:"host"`
	Port int    `json:"port"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL