58732a8 Return LDAP_SUCCESS on mods on a referral entry.

1 file Authored by rcritten 11 years ago, Committed by mkosek 11 years ago,
    Return LDAP_SUCCESS on mods on a referral entry.
    
    We currently return LDAP_REFERRAL which causes the mod to fail meaning
    that referral entries cannot be changed.
    
    All we really want to do is escape when we don't hvae an entry to modify.
    
    https://fedorahosted.org/freeipa/ticket/2237