Versions in this module Expand all Collapse all v1 v1.0.8 Nov 7, 2015 v1.0.7 Oct 29, 2015 Changes in this version + type LDAPInterface struct + func NewLDAPInterface(clientConfig *ldaputil.LDAPClientConfig, ...) *LDAPInterface + func (e *LDAPInterface) ExtractMembers(ldapGroupUID string) ([]*ldap.Entry, error) + func (e *LDAPInterface) GroupEntryFor(ldapGroupUID string) (*ldap.Entry, error) + func (e *LDAPInterface) ListGroups() ([]string, error) + func (e *LDAPInterface) String() string