summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_netgroups.c
Commit message (Collapse)AuthorAgeFilesLines
* 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