Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-20 | LDAP: Use primary cn to search netgroup | Lukas Slebodnik | 1 | -7/+5 | |
Resolves: https://fedorahosted.org/sssd/ticket/2075 | |||||
2013-09-11 | Fix formating of variables with type: size_t | Lukas Slebodnik | 1 | -4/+6 | |
2013-09-10 | is_dn(): free dn | Pavel Březina | 1 | -0/+2 | |
2013-06-07 | LDAP: store FQDNs for trusted users and groups | Jakub Hrozek | 1 | -1/+1 | |
Because the NSS responder expects the name attribute to contain FQDN, we must save the name as FQDN in the LDAP provider if the domain we save to is a subdomain. | |||||
2013-06-07 | LDAP: new SDAP domain structure | Jakub Hrozek | 1 | -1/+1 | |
Previously an sdap_id_ctx was always tied to one domain with a single set of search bases. But with the introduction of Global Catalog lookups, primary domain and subdomains might have different search bases. This patch introduces a new structure sdap_domain that contains an sssd domain or subdomain and a set of search bases. With this patch, there is only one sdap_domain that describes the primary domain. | |||||
2013-01-15 | Add domain arguments to sysdb_add_inetgroup fns. | Simo Sorce | 1 | -1/+1 | |
2013-01-15 | Make sysdb_netgroup_base_dn() require a domain. | Simo Sorce | 1 | -1/+1 | |
2012-09-24 | SYSDB: Remove unnecessary domain parameter from several sysdb calls | Jakub Hrozek | 1 | -1/+1 | |
The domain can be read from the sysdb object. Removing the domain string makes the API more self-contained. | |||||
2012-02-24 | Modifications to simplify list_missing_attrs | Jan Zeleny | 1 | -15/+1 | |
2012-02-24 | Delete missing attributes from netgroups to be stored | Jan Zeleny | 1 | -1/+26 | |
https://fedorahosted.org/sssd/ticket/1136 | |||||
2012-02-24 | LDAP: Only use paging control on requests for multiple entries | Stephen Gallagher | 1 | -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 | |||||
2012-02-04 | NSS: Add individual timeouts for entry types | Stephen Gallagher | 1 | -2/+1 | |
https://fedorahosted.org/sssd/ticket/1016 | |||||
2012-02-04 | LDAP: Do not fail if RootDSE check cannot determine search bases | Stephen Gallagher | 1 | -0/+10 | |
https://fedorahosted.org/sssd/ticket/1152 | |||||
2011-12-16 | Use the case sensitivity flag in the LDAP provider | Jakub Hrozek | 1 | -0/+9 | |
2011-12-16 | Refactor saving sdap entities | Jakub Hrozek | 1 | -62/+15 | |
There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones. | |||||
2011-12-14 | Support search bases in netgroup members translation | Pavel Březina | 1 | -1/+11 | |
2011-11-23 | Renamed some LDAP routines | Jan Zeleny | 1 | -11/+3 | |
These were renamed just ot make sure they are not mistook for IPA netgroup functions. | |||||
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 1 | -4/+1 | |
2011-11-02 | LDAP: Support multiple netgroup search bases | Stephen Gallagher | 1 | -13/+62 | |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 1 | -3/+7 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-09-28 | Fixed bad logic in processing netgroups in LDAP provider | Jan Zeleny | 1 | -1/+3 | |
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 | -3/+6 | |
2010-11-01 | Fix misused SDAP_SEARCH_BASE | Moritz Baumann | 1 | -1/+1 | |
2010-10-13 | Implement netgroup support for LDAP provider | Sumit Bose | 1 | -0/+713 | |