ldap

package
v0.0.0-...-b25b198 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package ldap provides ldap configuration verification

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	LdapConnect(params *models.LdapParams) (*models.LdapTestResult, error)
	LdapBind() (*models.LdapTestResult, error)
	LdapUserSearch() (*models.LdapTestResult, error)
	LdapGroupSearch() (*models.LdapTestResult, error)
	LdapCloseConnection()
}

Client is a LDAP client interface

func New

func New() Client

New creates a new LDAP client

Jump to

Keyboard shortcuts

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