Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 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) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3