11c0f05 Add update plugin to fill in ipaRangeType attribute

2 files Authored by tbabej 10 years ago, Committed by abbra 10 years ago,
    Add update plugin to fill in ipaRangeType attribute
    
    Previously, we deduced the range type from the range objectclass
    and filled in virtual attribute in post_callback phase.
    
    Having a ipaRangeType attributeType in schema, we need to fill
    the attribute values to ranges created in previous IPA versions.
    
    The plugin follows the same approach, setting ipa-local or
    ipa-ad-trust value to the ipaRangeType attribute according
    to the objectclass of the range.
    
    Part of https://fedorahosted.org/freeipa/ticket/3647