Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + type ADLDAPInterface struct + func NewADLDAPInterface(clientConfig ldapclient.Config, userQuery ldaputil.LDAPQuery, ...) *ADLDAPInterface + func (e *ADLDAPInterface) Exists(ldapGrouUID string) (bool, error) + func (e *ADLDAPInterface) ExtractMembers(ldapGroupUID string) ([]*ldap.Entry, error) + func (e *ADLDAPInterface) ListGroups() ([]string, error) + type AugmentedADLDAPInterface struct + func NewAugmentedADLDAPInterface(clientConfig ldapclient.Config, userQuery ldaputil.LDAPQuery, ...) *AugmentedADLDAPInterface + func (e *AugmentedADLDAPInterface) Exists(ldapGroupUID string) (bool, error) + func (e *AugmentedADLDAPInterface) GroupEntryFor(ldapGroupUID string) (*ldap.Entry, error) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3