Documentation ¶
Index ¶
- func CheckLDAPConnection(u url.URL, timeout time.Duration, rootCAs *x509.CertPool) error
- func CheckLDAPUserPassword(u url.URL, bindDN string, bindPassword string, timeout time.Duration, ...) (bool, error)
- func GetLDAPGroupUsers(u url.URL, bindDN string, bindPassword string, timeout time.Duration, ...) ([]string, error)
- func GetLDAPUserGroups(u url.URL, bindDN string, bindPassword string, timeout time.Duration, ...) ([]string, error)
- func ParseLDAPURL(ldapUrl string) (*url.URL, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckLDAPConnection ¶
func CheckLDAPUserPassword ¶
func GetLDAPGroupUsers ¶ added in v0.0.3
func GetLDAPUserGroups ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.