summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_id_netgroup.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for filtering atributesJan Zeleny2012-05-311-2/+2
| | | | | This patch adds support for filtering attributes when constructing attribute list from a map for LDAP query.
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-101-1/+1
| | | | | | | This is necessary because in several places in the code, we are appending to the attrs returned from this value, and if we relied on the map size macro, we would be appending after the NULL terminator if one or more attributes were defined as NULL.
* Renamed some LDAP routinesJan Zeleny2011-11-231-23/+23
| | | | | These were renamed just ot make sure they are not mistook for IPA netgroup functions.
* LDAP: Support multiple netgroup search basesStephen Gallagher2011-11-021-0/+1
|
* 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-1/+4
|
* Do not throw a DP error when a netgroup is not foundStephen Gallagher2011-01-141-5/+1
| | | | https://fedorahosted.org/sssd/ticket/775
* Sanitize search filters in LDAP providerStephen Gallagher2010-11-151-1/+8
|
* Implement netgroup support for LDAP providerSumit Bose2010-10-131-0/+224