summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_idmap.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-28Add support for new ipaRangeType attributeSumit Bose1-4/+1
Recent versions of FreeIPA support a range type attribute to allow different type of ranges for sub/trusted-domains. If the attribute is available it will be used, if not the right value is determined with the help of the other idrange attributes. Fixes https://fedorahosted.org/sssd/ticket/1961
2013-06-28Add ipa_idmap_init()Sumit Bose1-0/+271
Use the sdap_idmap context for the IPA provider as well. https://fedorahosted.org/sssd/ticket/1961