summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2011-02-21IPA provider: remove deleted groups during initgroups()Stephen Gallagher1-3/+112
2011-02-18Remove cached user entry if initgroups returns ENOENTStephen Gallagher1-0/+11
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 Gallagher3-2/+19
2011-01-27Do not fail if attributes are emptySumit Bose1-16/+29
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher3-8/+163
2011-01-21Fix nested group handling during enumerationSumit Bose1-0/+14
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 Whitehead3-0/+33
2011-01-19Fix return value checkSumit Bose1-2/+2
2011-01-19Don't double-sanitize member DNsStephen Gallagher1-12/+4
2011-01-19Add LDAP expire policy base RHDS/IPA attributeSumit Bose5-3/+52
2011-01-19Add LDAP expire policy based on AD attributesSumit Bose5-3/+99
2011-01-17Add ldap_search_enumeration_timeout config optionSumit Bose3-4/+6
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose8-32/+77
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
2010-12-21Add authorizedService supportStephen Gallagher5-2/+144
2010-12-21Pass all PAM data to the LDAP access providerStephen Gallagher1-9/+12
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
2010-12-20Avoid multiple initializations in LDAP providerSumit Bose1-39/+30
2010-12-17Start first enumeration immediatelyStephen Gallagher2-3/+42
2010-12-14Fix uninitialized value error in sdap_account_expired_shadow()Sumit Bose1-2/+2
2010-12-14Fix unchecked return value in sdap_parse_entry()Sumit Bose1-1/+5
2010-12-14Fix unchecked return value in sdap_get_msg_dn()Sumit Bose1-1/+6
2010-12-07Replace krb5_kdcip by krb5_server in LDAP providerSumit Bose2-4/+12
2010-12-07Mark unavailable Kerberos server as PORT_NOT_WORKINGSumit Bose1-0/+1
2010-12-07ldap: Use USN entries if available.Simo Sorce7-88/+186
2010-12-07ldap: add checks to determine if USN features are available.Simo Sorce8-24/+133
2010-12-07ldap: remove variable that was never assigned nor usedSimo Sorce2-10/+0
2010-12-07Pass sdap_id_ctx in sdap_id_op functions.Simo Sorce3-47/+51
2010-12-06Add ldap_chpass_uri config optionSumit Bose5-6/+47
2010-12-06Add new account expired rule to LDAP access providerSumit Bose5-90/+508
2010-12-06Make string_to_shadowpw_days() publicSumit Bose3-33/+36
2010-12-02Add a special filter type to handle enumerationsSumit Bose1-17/+6
2010-12-01Add check_online method to LDAP ID providerSumit Bose3-1/+44
2010-12-01Fix offline detection in sdap_cli_connect requestSumit Bose1-0/+1
2010-12-01Allow protocol fallback for SRV queriesJakub Hrozek1-3/+2
2010-11-19Fix offline detection for LDAP auth/chpassSumit Bose1-5/+13