485b3f3 Support sqlite NSSDB

Authored and Committed by cheimes 6 years ago
    Support sqlite NSSDB
    
    Prepare CertDB and NSSDatabase to support sqlite DB format. NSSDatabase
    will automatically detect and use either old DBM or new SQL format. Old
    databases are not migrated yet.
    
    https://pagure.io/freeipa/issue/7049
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+5 -0
file modified
+2 -8
file modified
+90 -21
file modified
+23 -27
file modified
+19 -15