summaryrefslogtreecommitdiff
path: root/src/providers/ad/ad_domain_info.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-24Include header file in implementation module.Lukas Slebodnik1-0/+1
Declarations of public functions was in header files, but header files was not included in implementation file.
2013-09-20AD: Failure to get flat name is not fatalJakub Hrozek1-62/+86
https://fedorahosted.org/sssd/ticket/2067 Some AD or AD-like servers do not contain the netlogon attribute in the master domain name. Instead of failing completely, we should just abort the master domain request and carry on. The only functionality we miss would be getting users by domain flat name.
2013-09-18AD: async request to retrieve master domain infoJakub Hrozek1-0/+350
Adds a reusable async request to download the master domain info.