Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionOptions ¶
type Credentials ¶
type LDAPClient ¶
type LDAPClient struct {
// contains filtered or unexported fields
}
func NewLDAPClient ¶
func NewLDAPClient(credentials *Credentials, conOptions *ConnectionOptions, logger *zerolog.Logger) (*LDAPClient, error)
func (*LDAPClient) Close ¶
func (l *LDAPClient) Close()
func (*LDAPClient) ListGroups ¶
func (l *LDAPClient) ListGroups() []*ldap.Entry
func (*LDAPClient) ListUsers ¶
func (l *LDAPClient) ListUsers() []*ldap.Entry
Click to show internal directories.
Click to hide internal directories.