Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Endpoint string `json:"ldap_address"` Port string `json:"ldap_port"` UserName string `json:"ldap_username"` UserDn string `json:"ldap_dn"` Password string `json:"ldap_password"` Filter string `json:"ldap_filter"` Mapping string `json:"ldap_mapping"` TLS string `json:"ldap_tls"` }
func (*Config) GetAttributes ¶
type LdapClient ¶
func (*LdapClient) Connect ¶
func (l *LdapClient) Connect() error
func (*LdapClient) Login ¶
func (l *LdapClient) Login(username, password string) error
Click to show internal directories.
Click to hide internal directories.