Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
NewProvider creates a new ldap authentication provider.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider a ldap authentication provider. TODO: support configuration later
func (*Provider) Authenticate ¶
func (p *Provider) Authenticate(user, password string) (*auth.ExternalAccount, error)
Authenticate ..
Click to show internal directories.
Click to hide internal directories.