sanderw / freeipa

Forked from freeipa 5 years ago
Clone

e8b3ed3 ipa-range-check: do not treat missing objects as error

1 file Authored by sbose 9 years ago, Committed by tbabej 9 years ago,
    ipa-range-check: do not treat missing objects as error
    
    Currently the range check plugin will return a 'Range Check error'
    message if a ldapmodify operation tries to change a non-existing object.
    Since the range check plugin does not need to care about non-existing
    objects we can just return 0 indicating that the range check plugin has
    done its work.
    
    Resolves https://fedorahosted.org/freeipa/ticket/4924
    
    Reviewed-By: Tomas Babej <tbabej@redhat.com>