9ac56e4 Fix CA-less to CA-full upgrade

3 files Authored by stlaz 6 years ago, Committed by tkrizek 6 years ago,
    Fix CA-less to CA-full upgrade
    
    CertDB would have always created a directory on initialization. This
    behavior changes here by replacing the truncate argument with create
    which will only create the database when really required.
    
    https://pagure.io/freeipa/issue/6853
    
    Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
    
        
file modified
+2 -0
file modified
+28 -10