summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_netgroups.c
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: Use primary cn to search netgroupLukas Slebodnik2013-09-221-7/+5
| | | | | Resolves: https://fedorahosted.org/sssd/ticket/2075
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-4/+6
|
* is_dn(): free dnPavel Březina2013-09-101-0/+2
|
* LDAP: store FQDNs for trusted users and groupsJakub Hrozek2013-06-071-1/+1
| | | | | | Because the NSS responder expects the name attribute to contain FQDN, we must save the name as FQDN in the LDAP provider if the domain we save to is a subdomain.
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-1/+1
| | | | | | | | | | | Previously an sdap_id_ctx was always tied to one domain with a single set of search bases. But with the introduction of Global Catalog lookups, primary domain and subdomains might have different search bases. This patch introduces a new structure sdap_domain that contains an sssd domain or subdomain and a set of search bases. With this patch, there is only one sdap_domain that describes the primary domain.
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-151-1/+1
|
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-151-1/+1
|
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-1/+1
| | | | | The domain can be read from the sysdb object. Removing the domain string makes the API more self-contained.
* Modifications to simplify list_missing_attrsJan Zeleny2012-02-241-15/+1
|
* Delete missing attributes from netgroups to be storedJan Zeleny2012-02-241-1/+26
| | | | https://fedorahosted.org/sssd/ticket/1136
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-2/+4
| | | | | | | | | | The paging control can cause issues on servers that put limits on how many paging controls can be active at one time (on some servers, it is limited to one per connection). We need to reduce our usage so that we only activate the paging control when making a request that may return an arbitrary number of results. https://fedorahosted.org/sssd/ticket/1202 phase one
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-2/+1
| | | | https://fedorahosted.org/sssd/ticket/1016
* LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher2012-02-041-0/+10
| | | | https://fedorahosted.org/sssd/ticket/1152
* Use the case sensitivity flag in the LDAP providerJakub Hrozek2011-12-161-0/+9
|
* Refactor saving sdap entitiesJakub Hrozek2011-12-161-62/+15
| | | | | There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
* Support search bases in netgroup members translationPavel Březina2011-12-141-1/+11
|
* Renamed some LDAP routinesJan Zeleny2011-11-231-11/+3
| | | | | These were renamed just ot make sure they are not mistook for IPA netgroup functions.
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-4/+1
|
* LDAP: Support multiple netgroup search basesStephen Gallagher2011-11-021-13/+62
|
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-131-3/+7
| | | | https://fedorahosted.org/sssd/ticket/836
* Fixed bad logic in processing netgroups in LDAP providerJan Zeleny2011-09-281-1/+3
|
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-1/+1
| | | | | The patch also updates code using modified functions. Tests have also been adjusted.
* Add timeout parameter to sdap_get_generic_send()Sumit Bose2011-01-171-3/+6
|
* Fix misused SDAP_SEARCH_BASEMoritz Baumann2010-11-011-1/+1
|
* Implement netgroup support for LDAP providerSumit Bose2010-10-131-0/+713