NSS Shared DB: Difference between revisions

m
more format tweaks
(Fix big formatting issues and some more wordsmithing)
m (more format tweaks)
Line 542: Line 542:
# reset the legacy database password, discarding any private or secret keys in the old database.
# reset the legacy database password, discarding any private or secret keys in the old database.
# shutdown NSS and initialize it only with the new shareable database.
# shutdown NSS and initialize it only with the new shareable database.
: The exact strategy for recovering is application dependent and depends on factors like
 
:# the sensitivity of the application to losing key data.
: The exact strategy for recovering is application dependent and depends on factors such as:
:# possible input from the user.
:* the sensitivity of the application to losing key data.
:# the likelihood that the password will every be recovered.
:* possible input from the user.
:* the likelihood that the password will every be recovered.


Exception B. Failure to authenticate to the target database
Exception B. Failure to authenticate to the target database
Line 746: Line 747:
                   V
                   V
                 done
                 done
------------------------------------------
</pre>
 
<pre>
             PK11_Authenticate
             PK11_Authenticate
                   |
                   |
Line 833: Line 836:
                   V
                   V
                 done
                 done
</pre>


---------------------------------------------------------------
<pre>
 
               PK11_Authenticate
               PK11_Authenticate
                       |
                       |
106

edits