85da72d memberof: Prevent unneded failure case

1 file Authored by simo 11 years ago, Committed by jhrozek 11 years ago,
    memberof: Prevent unneded failure case
    
    When deleting a user we would fail the operation completely if the member
    attribute was not found on one of the groups it was allegedly member of.
    Failing in this case is unnecessary, and can cause issues.
    Found trying to upgrade db versione (and failing) on one of my RHEL machines.
    Also removed a tray \ in the companion function that removes ghost members,
    that function needs no changes as it was already ignoring this kind of
    failure.
    
        
file modified
+7 -2