Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LDAPer ¶
type LDAPer interface {
Bind(username, password string) error
Query(query *ldap.SearchRequest) (*ldap.SearchResult, error)
QueryJSON(query *ldap.SearchRequest) (string, error)
QueryJSONRow(query *ldap.SearchRequest) (string, error)
QueryStruct(result interface{}, query *ldap.SearchRequest) error
QueryStructRow(result interface{}, query *ldap.SearchRequest) error
QueryValues(query *ldap.SearchRequest, result ...interface{}) error
}
LDAPer is the interface of an implementation of the Lightweight Directory Access Protocol (LDAP) protocol for generic directory services over the internet.
Click to show internal directories.
Click to hide internal directories.