ldap

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ldap

type Ldap struct {
	v1.BaseModel `storm:"inline"`
	v1.Metadata  `storm:"inline"`
	Username     string `json:"username"`
	Password     string `json:"password"`
	Address      string `json:"address"`
	Port         string `json:"port"`
	Dn           string `json:"dn"`
	Filter       string `json:"filter"`
	Mapping      string `json:"mapping"`
	TLS          bool   `json:"tls"`
	Enable       bool   `json:"enable"`
	SizeLimit    int    `json:"sizeLimit"`
	TimeLimit    int    `json:"timeLimit"`
}

func (*Ldap) GetAttributes

func (l *Ldap) GetAttributes() ([]string, error)

func (*Ldap) GetMappings

func (l *Ldap) GetMappings() (map[string]string, error)

Jump to

Keyboard shortcuts

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