summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-20sdap_domain_add: remove too strict consistency checkSumit Bose1-10/+0
2013-09-20LDAP: Deprecate ldap_{user,group}_search_filterJakub Hrozek1-0/+12
2013-09-18LDAP: sdap_id_setup_tasks accepts a custom enum requestJakub Hrozek1-3/+7
2013-09-11Fix formating of variables with type: longLukas Slebodnik1-2/+3
2013-08-28LDAP: Make sdap_id_setup_tasks reusable for subdomainsJakub Hrozek1-5/+12
2013-08-28LDAP: Make the cleanup task reusable for subdomainsJakub Hrozek1-1/+1
2013-08-28LDAP: Convert enumeration to the ptask APIJakub Hrozek1-28/+2
2013-06-28AD: Move storing sdap_domain for subdomain to generic LDAP codeJakub Hrozek1-0/+73
2013-06-10A new option krb5_use_kdcinfoJakub Hrozek1-2/+6
2013-06-07LDAP: split a function to create search basesJakub Hrozek1-29/+67
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-7/+79
2013-06-07LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek1-0/+47
2013-06-07Do not obfuscate calls with booleansJakub Hrozek1-10/+29
2013-05-27Handle SID strings in sdap_attrs_get_sid_str() as wellSumit Bose1-9/+20
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-1/+1
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_has/set_enumerated()Simo Sorce1-1/+2
2013-01-02failover: Protect against empty host namesMichal Zidek1-2/+2
2012-11-19LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek1-4/+16
2012-11-19LDAP: Checking the principal should not be considered fatalJakub Hrozek1-6/+10
2012-11-19LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek1-0/+72
2012-10-10Fix segfault when ID-mapping an entry without a SIDJakub Hrozek1-1/+1
2012-09-24AUTOFS: Do not fail if search base is not providedJakub Hrozek1-2/+2
2012-09-17Failover: use _srv_ when no primary server is definedPavel Březina1-12/+3
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek1-0/+7
2012-08-15Duplicate detection in fail over did not work.Michal Zidek1-1/+6
2012-08-09SRV resolution for backup servers should not be permitted.Michal Zidek1-1/+9
2012-08-06shadow attributes can contain -1Pavel Březina1-1/+1
2012-08-01Primary server support: new options in krb5 providerJan Zeleny1-4/+3
2012-08-01Primary server support: LDAP adaptationJan Zeleny1-32/+79
2012-08-01Primary server support: basic support in failover codeJan Zeleny1-2/+2
2012-07-06LDAP: Rename user and group maps for ADStephen Gallagher1-2/+2
2012-07-06KRB5: Drop memctx parameter of krb5_try_kdcipStephen Gallagher1-1/+1
2012-06-29sudo ldap provider: load host filter configuration on initPavel Březina1-1/+9
2012-06-20Move some debug lines to new debug log levelsStef Walter1-1/+1
2012-05-31Add support for filtering atributesJan Zeleny1-1/+2
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher1-4/+1
2012-05-03LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher1-0/+37
2012-03-28Put dp_option maps in their own fileStephen Gallagher1-279/+2
2012-03-16Fix uninitialized variableJakub Hrozek1-1/+1
2012-03-14LDAP: Add AD 2008r2 schemaStephen Gallagher1-2/+49
2012-03-01IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher1-1/+2
2012-02-24Modifications to simplify list_missing_attrsJan Zeleny1-6/+14
2012-02-23IPA: Add ipa_parse_search_base()Stephen Gallagher1-10/+23
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-1/+1
2012-02-13Add missing breaks to switch statementsStephen Gallagher1-0/+1
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta1-2/+4
2012-02-06Update shadowLastChanged attribute during LDAP password changeJan Zeleny1-0/+1
2012-02-05AUTOFS: LDAP providerJakub Hrozek1-0/+106
2012-02-04Move BUILD_SUDO outside the generic LDAP source filesJakub Hrozek1-60/+0