439
edits
Line 189: | Line 189: | ||
In FIPS mode: tokens=<0x03=[configDir=''configDir'' tokenDescription=''FIPSTokenDescription'' slotDescription=''FIPSSlotDescription'' certPrefix=''certPrefix'' keyPrefix=''keyPrefix'' flags=''flags'' minPWLen=''minPWLen'']><br> | In FIPS mode: tokens=<0x03=[configDir=''configDir'' tokenDescription=''FIPSTokenDescription'' slotDescription=''FIPSSlotDescription'' certPrefix=''certPrefix'' keyPrefix=''keyPrefix'' flags=''flags'' minPWLen=''minPWLen'']><br> | ||
where ''configDir'', ''cryptoTokenDescription'', ''cryptoSlotDescription'', ''dbTokenDescription'', ''dbSlotDescription'', ''FIPSTokenDescription'', ''FIPSSlotDescription'', ''optimizeSpace'', ''certPrefix'', ''keyPrefix'', ''flags'', and ''minPWLen'' are copied from the parameters above.<br> | where ''configDir'', ''cryptoTokenDescription'', ''cryptoSlotDescription'', ''dbTokenDescription'', ''dbSlotDescription'', ''FIPSTokenDescription'', ''FIPSSlotDescription'', ''optimizeSpace'', ''certPrefix'', ''keyPrefix'', ''flags'', and ''minPWLen'' are copied from the parameters above.<br> | ||
Parameters: | Parameters: | ||
<dl> | <dl> | ||
<dd>'''configDir''' - The location of the databases for this token. If configDir is not specified, the default configDir specified earlier will be used.</dd> | <dd>'''configDir''' - The location of the databases for this token. If configDir is not specified, the default configDir specified earlier will be used.</dd> | ||
Line 205: | Line 205: | ||
<dd>'''forceOpen''' - Don't fail to initialize the token if the databases could not be opened.</dd> | <dd>'''forceOpen''' - Don't fail to initialize the token if the databases could not be opened.</dd> | ||
<dd>'''passwordRequired''' - zero length passwords are not acceptable (valid only if there is a keyDB).</dd> | <dd>'''passwordRequired''' - zero length passwords are not acceptable (valid only if there is a keyDB).</dd> | ||
<dd>'''optimizeSpace''' - allocate smaller hash tables and lock tables.When this flag is not specified, Softoken will allocate large tables to prevent lock contention.</dd> | <dd>'''optimizeSpace''' - allocate smaller hash tables and lock tables.When this flag is not specified, Softoken will allocate large tables to prevent lock contention.</dd></dd></dd> | ||
</dl> | |||
</dl> | </dl> | ||
</dl> | </dl> | ||
</dl> | </dl> |
edits