summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Always expire host name resolutionJakub Hrozek1-8/+7
2011-03-08Remove unused sysdb_attrs objectJan Zeleny1-8/+0
2011-03-08Remove unused be_check_online() SBUS callJan Zeleny2-50/+0
2011-03-07Prevent segfault in failover codeJakub Hrozek1-2/+3
2011-03-03Fixes for dynamic DNS updateSumit Bose1-16/+87
2011-02-28Reset server status after timeoutJakub Hrozek1-1/+11
2011-02-28Use realm for basedn instead of IPA domainJakub Hrozek4-48/+50
2011-02-22Fix uninitialized value error in ipa_get_id_options()Stephen Gallagher1-7/+7
2011-02-22Add krb5_realm to the basic IPA optionsStephen Gallagher2-2/+4
2011-02-22Check ccache file for renewable TGTs at startupSumit Bose3-0/+241
2011-02-22Allow krb5_realm to override ipa_domainStephen Gallagher3-18/+37
2011-02-21IPA provider: remove deleted groups during initgroups()Stephen Gallagher1-3/+112
2011-02-18Remove renewal item if it is not re-addedSumit Bose1-1/+34
2011-02-18Remove cached user entry if initgroups returns ENOENTStephen Gallagher1-0/+11
2011-02-17Point the IPA provider at the compat tree for netgroupsStephen Gallagher1-0/+19
2011-02-16Do not attempt to use START_TLS on SSL connectionsStephen Gallagher4-11/+43
2011-02-14Verify LDAP file descriptor validityStephen Gallagher1-1/+1
2011-02-11Fix cleanup transactionStephen Gallagher1-0/+1
2011-02-04Only print "no matching service rule" when appropriateStephen Gallagher1-6/+6
2011-02-03Wrap cleanup task in a sysdb transactionStephen Gallagher1-0/+20
2011-02-01Sanitize search filters for nested group lookupsStephen Gallagher1-3/+17
2011-01-31Remove LDAP_DEPRECATEDSumit Bose1-1/+0
2011-01-27Add option to disable TLS for LDAP authStephen Gallagher5-4/+25
2011-01-27Do not fail if attributes are emptySumit Bose1-16/+29
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher4-12/+171
2011-01-21Fix nested group handling during enumerationSumit Bose1-0/+14
2011-01-21Rename dns_domain to discovery domain for fo_add_srv_server()Stephen Gallagher2-8/+12
2011-01-21Allow fallback to SSSD domainStephen Gallagher3-7/+50
2011-01-21Add missing include file to sdap_async_accounts.cStephen Gallagher1-0/+1
2011-01-21Add the user's primary group to the initgroups lookupStephen Gallagher3-14/+56
2011-01-20Add ldap_tls_{cert,key,cipher_suite} config optionsTyson Whitehead5-1/+37
2011-01-19Fix return value checkSumit Bose1-2/+2
2011-01-19Don't double-sanitize member DNsStephen Gallagher1-12/+4
2011-01-19Add ipa_hbac_search_base config optionSumit Bose4-54/+43
2011-01-19Add LDAP expire policy base RHDS/IPA attributeSumit Bose6-4/+54
2011-01-19Add LDAP expire policy based on AD attributesSumit Bose6-4/+102
2011-01-17Add ldap_search_enumeration_timeout config optionSumit Bose6-10/+13
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose10-55/+111
2011-01-14Do not throw a DP error when a netgroup is not foundStephen Gallagher1-5/+1
2011-01-14Add missing sysdb transaction to group enumerationsStephen Gallagher1-12/+45
2011-01-06Add syslog messages to authorized service access checkSumit Bose1-1/+31
2011-01-06Add syslog message to shadow access checkSumit Bose1-6/+14
2011-01-06Convert obfuscated password once at startupSumit Bose2-14/+41
2011-01-05Rename SRV_NOT_RESOLVED to SRV_RESOLVE_ERRORSumit Bose1-5/+5
2011-01-05Use the right status when resetting service discoverySumit Bose1-1/+1
2010-12-21Add authorizedService supportStephen Gallagher6-3/+146
2010-12-21Pass all PAM data to the LDAP access providerStephen Gallagher1-9/+12
2010-12-21Fix potential NULL-dereference in krb5_auth_done()Sumit Bose1-3/+3
2010-12-21Remove unused member of a structSumit Bose1-1/+0
2010-12-21Add all values of a multi-valued user attributeSumit Bose1-12/+15