summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_id_netgroup.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-15Add domain arg to sysdb_search/delete_netgroup()Simo Sorce1-1/+1
2012-05-31Add support for filtering atributesJan Zeleny1-2/+2
This patch adds support for filtering attributes when constructing attribute list from a map for LDAP query.
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher1-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.
2011-11-23Renamed some LDAP routinesJan Zeleny1-23/+23
These were renamed just ot make sure they are not mistook for IPA netgroup functions.
2011-11-02LDAP: Support multiple netgroup search basesStephen Gallagher1-0/+1
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-1/+4
2011-01-14Do not throw a DP error when a netgroup is not foundStephen Gallagher1-5/+1
https://fedorahosted.org/sssd/ticket/775
2010-11-15Sanitize search filters in LDAP providerStephen Gallagher1-1/+8
2010-10-13Implement netgroup support for LDAP providerSumit Bose1-0/+224