NSS Shared DB: Difference between revisions

Jump to navigation Jump to search
Line 498: Line 498:
Step 4.  Determine if it is necessary to authenticate to the target DB.
Step 4.  Determine if it is necessary to authenticate to the target DB.
This is done by calling PK11_IsLoggedIn for the DB slot.
This is done by calling PK11_IsLoggedIn for the DB slot.
*If the function indicates that the DB token is NOT logged in, then it is necessary to authenticate to the target DB, with the next step below.
*If the function indicates that the DB token is NOT logged in, then it is necessary to authenticate to the target DB, with the step 5 below.
*If the function indicates that the token is logged in, skip down to step 7.
*(optional) Otherwise skip down to step 7.


Step 5. Call PK11_IsPresent().  You may think of this step as telling
Step 5. Call PK11_IsPresent().  You may think of this step as telling
439

edits

Navigation menu