Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-11 | Fix formating of variables with type: size_t | Lukas Slebodnik | 1 | -1/+1 | |
2013-06-28 | Add support for new ipaRangeType attribute | Sumit Bose | 1 | -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-28 | Add ipa_idmap_init() | Sumit Bose | 1 | -0/+271 | |
Use the sdap_idmap context for the IPA provider as well. https://fedorahosted.org/sssd/ticket/1961 |