package
0.0.0-alpha.0
Repository: https://github.com/openshift/oauth-server.git
Documentation: pkg.go.dev
# Functions
New returns an authenticator which will validate usernames/passwords using LDAP.
No description provided by the author
# Structs
Authenticator validates username/passwords against an LDAP v3 server.
DefaultLDAPUserIdentityFactory creates Identities for LDAP user entries using an LDAPUserAttributeDefiner.
LDAPUserAttributeDefiner defines the values corresponding to OpenShift Identities in LDAP entries by using a deterministic mapping of LDAP entry attributes to OpenShift Identity fields.
Options contains configuration for an Authenticator instance.
# Interfaces
LDAPUserIdentityFactory creates Identites for LDAP user entries.