summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* LDAP: Initialize ID mapping when configuredStephen Gallagher2012-05-032-0/+10
* LDAP: Add ID mapping range settingsStephen Gallagher2012-05-032-0/+6
* LDAP: Add helper routines for ID-mappingStephen Gallagher2012-05-032-0/+334
* LDAP: Add id-mapping optionStephen Gallagher2012-05-032-0/+2
* LDAP: Add objectSID config optionStephen Gallagher2012-05-032-0/+8
* Read sysdb attribute name, not LDAP attribute map nameJakub Hrozek2012-05-031-2/+2
* LDAP: check return value of sysdb_attrs_get_elJakub Hrozek2012-05-021-0/+7
* execv, excvp and exec_child never return EOKStef Walter2012-05-011-5/+3
* Accept be_req instead if be_ctx in LDAP access providerJan Zeleny2012-04-242-14/+15
* Get the RootDSE after binding if not successfull beforeJakub Hrozek2012-04-201-26/+104
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-32/+21
* sdap_check_aliases must not error when detects the same userJakub Hrozek2012-04-201-13/+31
* Free controls in sdap_rebind_procJakub Hrozek2012-04-201-4/+6
* Fixed minor memory leak in ldap providerJan Zeleny2012-04-181-0/+1
* Fixed memory context in sdap_fill_memberships()Jan Zeleny2012-04-181-1/+1
* Removed unused block of code is sdap_fill_memberships()Jan Zeleny2012-04-181-57/+29
* Removed a block of dead code in sdap_async_groups.cJan Zeleny2012-04-181-20/+1
* Do not call sdap_auth if not neededJakub Hrozek2012-04-181-7/+11
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-182-6/+13
* Clean up log messages about keytab_nameStephen Gallagher2012-04-051-7/+12
* LDAP services: Save lowercased protocol names in case-insensitive domainsJakub Hrozek2012-03-291-1/+17
* Add terminator for sdap_attr_mapStephen Gallagher2012-03-282-14/+31
* Add terminator for dp_optionStephen Gallagher2012-03-281-1/+2
* Put dp_option maps in their own fileStephen Gallagher2012-03-282-279/+314
* LDAP: Fix memory leaks in synchronous_tls_setupStephen Gallagher2012-03-261-8/+10
* LDAP services: Keep the protocol aroundJakub Hrozek2012-03-261-0/+1
* LDAP: Add better error logging when ldap_result() failsStephen Gallagher2012-03-211-1/+3
* LDAP: Errors retrieving the RootDSE should not be fatalStephen Gallagher2012-03-161-15/+8
* Fix uninitialized variableJakub Hrozek2012-03-161-1/+1
* LDAP: Add AD 2008r2 schemaStephen Gallagher2012-03-141-2/+49
* Missing debug message if sdap_sudo_refresh_set_timer failsPavel Březina2012-03-091-1/+5
* LDAP: Make sdap_access_send/recv publicStephen Gallagher2012-03-092-12/+17
* Fix nested groups processingJakub Hrozek2012-03-081-26/+60
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-03-082-3/+6
* krb5_child: set debugging soonerJakub Hrozek2012-03-061-11/+17
* Only do one cycle when resolving a serverJakub Hrozek2012-03-062-9/+9
* Use proper errno codeJakub Hrozek2012-03-051-1/+1
* IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher2012-03-011-1/+2
* LDAP: Remove unnecessary filter sanitizeStephen Gallagher2012-02-261-11/+5
* Modifications to simplify list_missing_attrsJan Zeleny2012-02-248-44/+21
* Delete missing attributes from netgroups to be storedJan Zeleny2012-02-241-1/+26
* IPA hosts refactoringJan Zeleny2012-02-241-2/+0
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-2410-25/+79
* AUTOFS: Search all search bases for automounter map entriesJakub Hrozek2012-02-231-18/+86
* LDAP: Properly assign orig_dnStephen Gallagher2012-02-231-0/+1
* IPA: Add ipa_parse_search_base()Stephen Gallagher2012-02-232-10/+28
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-1/+1
* End request if ldap_parse_result failsJakub Hrozek2012-02-211-0/+3
* LDAP: Ignore group member users that do not have name attributesStephen Gallagher2012-02-171-2/+2
* Redesign purging of the sudo cachePavel Březina2012-02-171-19/+55