package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Variables

ConfigureLDAPAuth initializes and returns a ldapAuthManager.
LDAPClientTLSCertSetting is the optional cert that client can use for mTLS.
LDAPClientTLSKeySetting is the optional PEM key that client can use for mTLS.
LDAPDomainCACertificate is the CA cert PEM (appended to system's default CAs) for verifying LDAP server domain certificate.
NewLDAPUtil initializes ldapUtil which implements the ILDAPUtil wrapper for client interface provided by `go-ldap`.

# Interfaces

ILDAPUtil is an interface for the `ldapauthccl` library to wrap various LDAP functionalities exposed by `go-ldap` library as part of CRDB modules for authN and authZ.