summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_initgroups_ad.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik1-2/+1
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-1/+1
2013-08-19sysdb_add_incomplete_group: store SID string is availableSumit Bose1-1/+1
During initgroups request we read the SID of a group from the server but do not save it to the cache. This patch fixes this and might help to avoid an additional lookup of the SID later.
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-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-05-20Fixing critical format string issues.Lukas Slebodnik1-1/+1
--missing arguments. --format '%s', but argument is integer. --wrong format string, examle: '%\n'
2013-01-15Add domain arg to sysdb group member functionsSimo Sorce1-2/+2
2013-01-15Add domain arguments to sysdb_add_group functions.Simo Sorce1-2/+4
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce1-1/+1
Also remove unused sysdb_search_domgroup_by_gid()
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce1-1/+3
Also remove unused sysdb_search_domgroup_by_name()
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-4/+10
Also remove unused sysdb_search_domuser_by_name()
2012-11-28idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek1-1/+5
When converting built-in SID to unix GID/UID a confusing debug message about the failed conversion was printed. This patch special cases these built-in objects. https://fedorahosted.org/sssd/ticket/1593
2012-09-24AD: Handle sysdb lookup failure during tokenGroups processingStephen Gallagher1-0/+6
2012-09-24AD: Optimize initgroups lookups with tokenGroupsStephen Gallagher1-0/+277
https://fedorahosted.org/sssd/ticket/1355
2012-06-13LDAP: Add support for AD chain matching extension in initgroupsStephen Gallagher1-0/+292