summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_netgroups.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-20LDAP: Use primary cn to search netgroupLukas Slebodnik1-7/+5
Resolves: https://fedorahosted.org/sssd/ticket/2075
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-4/+6
2013-09-10is_dn(): free dnPavel Březina1-0/+2
2013-06-07LDAP: store FQDNs for trusted users and groupsJakub Hrozek1-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.
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-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.
2013-01-15Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce1-1/+1
2013-01-15Make sysdb_netgroup_base_dn() require a domain.Simo Sorce1-1/+1
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-1/+1
The domain can be read from the sysdb object. Removing the domain string makes the API more self-contained.
2012-02-24Modifications to simplify list_missing_attrsJan Zeleny1-15/+1
2012-02-24Delete missing attributes from netgroups to be storedJan Zeleny1-1/+26
https://fedorahosted.org/sssd/ticket/1136
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-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
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-2/+1
https://fedorahosted.org/sssd/ticket/1016
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher1-0/+10
https://fedorahosted.org/sssd/ticket/1152
2011-12-16Use the case sensitivity flag in the LDAP providerJakub Hrozek1-0/+9
2011-12-16Refactor saving sdap entitiesJakub Hrozek1-62/+15
There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
2011-12-14Support search bases in netgroup members translationPavel Březina1-1/+11
2011-11-23Renamed some LDAP routinesJan Zeleny1-11/+3
These were renamed just ot make sure they are not mistook for IPA netgroup functions.
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-4/+1
2011-11-02LDAP: Support multiple netgroup search basesStephen Gallagher1-13/+62
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-3/+7
https://fedorahosted.org/sssd/ticket/836
2011-09-28Fixed bad logic in processing netgroups in LDAP providerJan Zeleny1-1/+3
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-1/+1
The patch also updates code using modified functions. Tests have also been adjusted.
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose1-3/+6
2010-11-01Fix misused SDAP_SEARCH_BASEMoritz Baumann1-1/+1
2010-10-13Implement netgroup support for LDAP providerSumit Bose1-0/+713