a5a55ce Don't delete system users that are added during installation.

3 files Authored by rcritten 12 years ago, Committed by mkosek 12 years ago,
    Don't delete system users that are added during installation.
    
    We don't want to run the risk of adding a user, uninstalling it,
    the system adding a new user (for another package install for example)
    and then re-installing IPA. This wreaks havoc with file and directory
    ownership.
    
    https://fedorahosted.org/freeipa/ticket/2423