summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher10-25/+79
2012-02-23AUTOFS: Search all search bases for automounter map entriesJakub Hrozek1-18/+86
2012-02-23LDAP: Properly assign orig_dnStephen Gallagher1-0/+1
2012-02-23IPA: Add ipa_parse_search_base()Stephen Gallagher2-10/+28
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-1/+1
2012-02-21End request if ldap_parse_result failsJakub Hrozek1-0/+3
2012-02-17LDAP: Ignore group member users that do not have name attributesStephen Gallagher1-2/+2
2012-02-17Redesign purging of the sudo cachePavel Březina1-19/+55
2012-02-14Fix memory hierarchy when processing nested group membershipsJakub Hrozek4-11/+14
2012-02-13Fix uninitialized in_transactionStephen Gallagher1-1/+1
2012-02-13Add missing breaks to switch statementsStephen Gallagher2-0/+2
2012-02-07AUTOFS: IPA providerJakub Hrozek1-0/+3
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta3-4/+23
2012-02-06Update shadowLastChanged attribute during LDAP password changeJan Zeleny5-0/+189
2012-02-06Session target in IPA providerJan Zeleny1-0/+1
2012-02-05Do not call sudo functions if built without-sudoJakub Hrozek2-7/+7
2012-02-05AUTOFS: LDAP providerJakub Hrozek8-1/+1344
2012-02-04Move BUILD_SUDO outside the generic LDAP source filesJakub Hrozek5-95/+127
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher6-13/+10
2012-02-04LDAP: Fix incorrect search timeoutsStephen Gallagher2-2/+2
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher8-5/+88
2012-01-31KRB5: Add syslog messages for Kerberos failuresStephen Gallagher1-0/+8
2012-01-31LDAP: Add enumeration support for servicesStephen Gallagher7-3/+215
2012-01-31LDAP: Add support for service lookups (non-enum)Stephen Gallagher8-0/+891
2012-01-27SUDO Integration - prepare data provider for new responder commandsPavel Březina3-134/+189
2012-01-23LDAP: Improve debugging for sdap_parse_derefStephen Gallagher1-4/+7
2012-01-18LDAP: Add option to disable paging controlStephen Gallagher3-3/+9
2012-01-18Do not use sudo symbols in LDAP provider unconditionallyJakub Hrozek1-0/+2
2012-01-17SUDO Integration - periodical update of rules in data providerPavel Březina6-0/+345
2012-01-17SUDO Integration - wrap data provider with tevent_reqPavel Březina2-43/+138
2012-01-17SUDO Integration review issuesPavel Březina2-3/+2
2012-01-14LDAP: Copy URI instead of pointing at failover service recordStephen Gallagher1-2/+8
2012-01-14Log fixes for sdap_call_conn_cbStephen Gallagher1-1/+2
2011-12-22Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher1-0/+5
2011-12-20Save original memberof, not memberofJakub Hrozek1-4/+16
2011-12-20SUDO Integration - fixed memory leak in sdap_sudo_handler()Pavel Březina1-0/+1
2011-12-20SUDO Integration - be_sudo_req removed from sudo_ctxPavel Březina2-2/+0
2011-12-19Pass sdap_id_ctx to online check from IPA providerJakub Hrozek2-17/+42
2011-12-19Move child_common routines to utilStephen Gallagher3-3/+3
2011-12-16Logically dead code in sdap_nested_group_lookup_groupPavel Březina1-1/+1
2011-12-16SUDO integration - LDAP providerPavel Březina4-0/+657
2011-12-16SUDO Integration - LDAP provider - save sudo rules functionsJakub Hrozek2-0/+125
2011-12-16SUDO Integration - LDAP configuration optionsPavel Březina4-2/+110
2011-12-16Export the function to convert ldb_result to sysdb_attrsJakub Hrozek1-29/+0
2011-12-16Use the case sensitivity flag in the LDAP providerJakub Hrozek6-11/+31
2011-12-16Refactor saving sdap entitiesJakub Hrozek5-179/+146
2011-12-14Support search bases in netgroup members translationPavel Březina1-1/+11
2011-12-14Support search bases in RFC2307bis enumerationPavel Březina1-10/+145
2011-12-12Add sdap_connection_expire_timeout optionStephen Gallagher3-1/+15
2011-12-08LDAP: Fix missing break statements in force_tlsStephen Gallagher1-6/+12