summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_idmap.c
Commit message (Collapse)AuthorAgeFilesLines
* util: add sss_idmap_talloc[_free]Pavel Březina2013-09-171-14/+3
| | | | Remove code duplication.
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
|
* Add support for new ipaRangeType attributeSumit Bose2013-06-281-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
* Add ipa_idmap_init()Sumit Bose2013-06-281-0/+271
Use the sdap_idmap context for the IPA provider as well. https://fedorahosted.org/sssd/ticket/1961