814b7ec Bug 710372 - Not able to open the Manage Certificate from DS-console

Authored and Committed by rmeggins 12 years ago
    Bug 710372 - Not able to open the Manage Certificate from DS-console
    
    https://bugzilla.redhat.com/show_bug.cgi?id=710372
    Resolves: bug 710372
    Bug Description: Not able to open the Manage Certificate from DS-console
    Reviewed by: nkinder (Thanks!)
    Branch: master
    Fix Description: NSS_Initialize fails to open the cert db for the specified
    directory server because NSS_Shutdown failed.  That failed because of a
    memory leak in openldap using moznss:
    http://www.openldap.org/its/index.cgi?findid=6980
    and
    https://bugzilla.redhat.com/show_bug.cgi?id=717730
    The workaround is to use a new NSS InitContext to open the key/cert db.
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    
        
file modified
+61 -15