Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILDAPService ¶
type ILDAPService interface {
Connect() error
Close()
Authenticate(username, password string) (bool, map[string]string, error)
GetGroupsOfUser(userDN string) ([]string, error)
}
func NewLDAPClient ¶
func NewLDAPClient() ILDAPService
type ILdapClient ¶
type Mock ¶
func (*Mock) Authenticate ¶
Click to show internal directories.
Click to hide internal directories.