summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek2012-11-191-4/+16
* LDAP: Checking the principal should not be considered fatalJakub Hrozek2012-11-191-6/+10
* LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek2012-11-191-0/+72
* Fix segfault when ID-mapping an entry without a SIDJakub Hrozek2012-10-101-1/+1
* AUTOFS: Do not fail if search base is not providedJakub Hrozek2012-09-241-2/+2
* Failover: use _srv_ when no primary server is definedPavel Březina2012-09-171-12/+3
* Fix: IPv6 address with square brackets doesn't work.Michal Zidek2012-08-231-0/+7
* Duplicate detection in fail over did not work.Michal Zidek2012-08-151-1/+6
* SRV resolution for backup servers should not be permitted.Michal Zidek2012-08-091-1/+9
* shadow attributes can contain -1Pavel Březina2012-08-061-1/+1
* Primary server support: new options in krb5 providerJan Zeleny2012-08-011-4/+3
* Primary server support: LDAP adaptationJan Zeleny2012-08-011-32/+79
* Primary server support: basic support in failover codeJan Zeleny2012-08-011-2/+2
* LDAP: Rename user and group maps for ADStephen Gallagher2012-07-061-2/+2
* KRB5: Drop memctx parameter of krb5_try_kdcipStephen Gallagher2012-07-061-1/+1
* sudo ldap provider: load host filter configuration on initPavel Březina2012-06-291-1/+9
* Move some debug lines to new debug log levelsStef Walter2012-06-201-1/+1
* Add support for filtering atributesJan Zeleny2012-05-311-1/+2
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-101-4/+1
* LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher2012-05-031-0/+37
* Put dp_option maps in their own fileStephen Gallagher2012-03-281-279/+2
* Fix uninitialized variableJakub Hrozek2012-03-161-1/+1
* LDAP: Add AD 2008r2 schemaStephen Gallagher2012-03-141-2/+49
* IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher2012-03-011-1/+2
* Modifications to simplify list_missing_attrsJan Zeleny2012-02-241-6/+14
* IPA: Add ipa_parse_search_base()Stephen Gallagher2012-02-231-10/+23
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-1/+1
* Add missing breaks to switch statementsStephen Gallagher2012-02-131-0/+1
* LDAP: Add support for SSH user public keysJan Cholasta2012-02-071-2/+4
* Update shadowLastChanged attribute during LDAP password changeJan Zeleny2012-02-061-0/+1
* AUTOFS: LDAP providerJakub Hrozek2012-02-051-0/+106
* Move BUILD_SUDO outside the generic LDAP source filesJakub Hrozek2012-02-041-60/+0
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-1/+0
* LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher2012-02-041-3/+2
* LDAP: Add support for service lookups (non-enum)Stephen Gallagher2012-01-311-0/+33
* LDAP: Add option to disable paging controlStephen Gallagher2012-01-181-1/+2
* Do not use sudo symbols in LDAP provider unconditionallyJakub Hrozek2012-01-181-0/+2
* SUDO Integration - periodical update of rules in data providerPavel Březina2012-01-171-0/+60
* SUDO Integration review issuesPavel Březina2012-01-171-1/+1
* SUDO Integration - LDAP configuration optionsPavel Březina2011-12-161-1/+72
* Export the function to convert ldb_result to sysdb_attrsJakub Hrozek2011-12-161-29/+0
* Add sdap_connection_expire_timeout optionStephen Gallagher2011-12-121-1/+2
* Add ldap_sasl_minssf optionJan Zeleny2011-12-081-0/+1
* Modified sdap_parse_search_base()Jan Zeleny2011-11-231-9/+8
* Support to request canonicalization in LDAP/IPA providerJan Zeleny2011-11-021-0/+1
* LDAP: Convert ldap_*_search_filterStephen Gallagher2011-11-021-1/+5
* LDAP: Add parser for multiple search basesStephen Gallagher2011-11-021-0/+261
* Make sdap_get_id_specific_filter() more strictStephen Gallagher2011-11-021-2/+2
* Fix uninitialized pointer read in sdap_gssapi_get_default_realm()Jakub Hrozek2011-09-201-1/+1
* Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek2011-08-261-3/+55