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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Install

func Install(parent iris.Party)

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler() *Handler

func (*Handler) AddLdap

func (h *Handler) AddLdap() iris.Handler

func (*Handler) ImportUser

func (h *Handler) ImportUser() iris.Handler

func (*Handler) ListLdap

func (h *Handler) ListLdap() iris.Handler

func (*Handler) SyncLdapUser

func (h *Handler) SyncLdapUser() iris.Handler

func (*Handler) TestConnect

func (h *Handler) TestConnect() iris.Handler

func (*Handler) TestLogin

func (h *Handler) TestLogin() iris.Handler

func (*Handler) UpdateLdap

func (h *Handler) UpdateLdap() iris.Handler

type ImportRequest

type ImportRequest struct {
	Users []user.ImportUser `json:"users"`
}

type Ldap

type Ldap struct {
	v1Ldap.Ldap
}

type TestLogin

type TestLogin struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

Jump to

Keyboard shortcuts

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