1897c5b Bug 740959 - 389-console put CA certificates into wrong database

Authored and Committed by rmeggins 12 years ago
    Bug 740959 - 389-console put CA certificates into wrong database
    
    https://bugzilla.redhat.com/show_bug.cgi?id=740959
    Resolves: bug 740959
    Bug Description: 389-console put CA certificates into wrong database
    Reviewed by: nhosoi (Thanks!)
    Branch: master
    Fix Description: Now that the openldap/NSS memory leaks have been fixed, we
    do not need the workaround of using NSS_InitContext, which doesn't work
    anyway for cert db management.  The fix is to revert to the old behavior
    of using NSS_Shutdown/NSS_Initialize so that we can be sure we are using
    the correct NSS database.
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    
        
file modified
+16 -29