Versions in this module Expand all Collapse all v1 v1.1.1 Jan 18, 2016 Changes in this version + type LDAPInterface struct + func NewLDAPInterface(clientConfig ldapclient.Config, groupQuery ldaputil.LDAPQueryOnAttribute, ...) *LDAPInterface + func (e *LDAPInterface) Exists(ldapGroupUID string) (bool, error) + func (e *LDAPInterface) ExtractMembers(ldapGroupUID string) ([]*ldap.Entry, error) + func (e *LDAPInterface) GroupEntryFor(ldapGroupUID string) (*ldap.Entry, error) + func (e *LDAPInterface) ListGroups() ([]string, error)