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 ADLDAPInterface struct + func NewADLDAPInterface(clientConfig *ldaputil.LDAPClientConfig, userQuery ldaputil.LDAPQuery, ...) *ADLDAPInterface + func (e *ADLDAPInterface) ExtractMembers(ldapGroupUID string) ([]*ldap.Entry, error) + func (e *ADLDAPInterface) ListGroups() ([]string, error) + type AugmentedADLDAPInterface struct + func NewAugmentedADLDAPInterface(clientConfig *ldaputil.LDAPClientConfig, userQuery ldaputil.LDAPQuery, ...) *AugmentedADLDAPInterface + func (e *AugmentedADLDAPInterface) GroupEntryFor(ldapGroupUID string) (*ldap.Entry, error)