Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 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) Other modules containing this package gopkg.in/openshift/origin.v4