summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_subdomains.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02Use struct to hold different types of request parametersSumit Bose1-0/+14
Currently the POSIX ID or the user name are passed in different parameters to some calls. The method will get cumbersome and error-prone if new parameters like, e.g. the SID, are added. This patch adds a union to hold the different kind of parameters.
2013-04-29Make IPA SELinux provider aware of subdomain usersSumit Bose1-0/+2
Fixes https://fedorahosted.org/sssd/ticket/1892
2012-10-12Allow extdom exop to return flat domain name as wellSumit Bose1-0/+3
There are case where the extdom extended operation will return the flat or NetBIOS name of a domain instead of the DNS domain name. If this name is available for the current domain we accept it as well. Related to https://fedorahosted.org/sssd/ticket/1561
2012-08-01Expose an initializer function from subdomainSimo Sorce1-10/+5
Instead of exporting internal structures, expose an initilizer function like the autofs code and initialize everything inside the ipa_subdomains.c file.
2012-06-21Add support for ID rangesSumit Bose1-0/+1
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny1-0/+1
The query is performed only if there is missing information in the cache. That means this should be done only once after restart when cache doesn't exist. All subsequent requests for subdomains won't include the request for master domain.
2012-04-24IPA: Add get-domains targetSumit Bose1-0/+39