# Functions

No description provided by the author
NewLdapClient creates a new client from the specified configuration map.
NewMemoryClient creates a new client from the specified configuration.
RegisterSupportedClient registers a client for use.

# Variables

No description provided by the author

# Structs

LdapClient represents a connection to an LDAP server.
MemoryClient represents an in-memory user authentication store.

# Interfaces

Client represents a connection to an LDAP server.

# Type aliases

ClientConstructor is a function definition for client constructors.