Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LdapClient ¶
type LdapClient interface { Close() Authenticate(username, password string) (bool, map[string]string, error) Connect() error }
func NewLdapClient ¶
func NewLdapClient(config *configs.Ldap, attributes []string) LdapClient
Click to show internal directories.
Click to hide internal directories.