Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-31 | Add support for filtering atributes | Jan Zeleny | 1 | -2/+2 | |
This patch adds support for filtering attributes when constructing attribute list from a map for LDAP query. | |||||
2012-05-10 | LDAP: Add attr_count return value to build_attrs_from_map() | Stephen Gallagher | 1 | -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-23 | Renamed some LDAP routines | Jan Zeleny | 1 | -23/+23 | |
These were renamed just ot make sure they are not mistook for IPA netgroup functions. | |||||
2011-11-02 | LDAP: Support multiple netgroup search bases | Stephen Gallagher | 1 | -0/+1 | |
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 1 | -1/+1 | |
The patch also updates code using modified functions. Tests have also been adjusted. | |||||
2011-01-17 | Add timeout parameter to sdap_get_generic_send() | Sumit Bose | 1 | -1/+4 | |
2011-01-14 | Do not throw a DP error when a netgroup is not found | Stephen Gallagher | 1 | -5/+1 | |
https://fedorahosted.org/sssd/ticket/775 | |||||
2010-11-15 | Sanitize search filters in LDAP provider | Stephen Gallagher | 1 | -1/+8 | |
2010-10-13 | Implement netgroup support for LDAP provider | Sumit Bose | 1 | -0/+224 | |