bf57388 Client install root privileges check

1 file Authored by ohamada 12 years ago, Committed by mkosek 12 years ago,
    Client install root privileges check
    
    ipa-client-install was failing and returning traceback when
    wasn't run by root. It was caused by logging initialization that
    was taking part before the root privileges check. To correct it,
    the check was moved before the logging initialization.
    
    https://fedorahosted.org/freeipa/ticket/2123