summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_netgroups.c
Commit message (Collapse)AuthorAgeFilesLines
* is_dn(): free dnPavel Březina2013-09-101-0/+2
|
* 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