authenticationservices/authenticationserver/test/tAuthSvr/scripts/tAuthSvr2.ini
changeset 102 deec7e509f66
parent 94 0e6c5a9328b5
child 108 ca9a0fc2f082
equal deleted inserted replaced
94:0e6c5a9328b5 102:deec7e509f66
     1 # Index of key values
       
     2 #iSupportsDefaultData 	- bool that defines if the chosen plugin supports default data
       
     3 #NumIdentities		- int that defines the expected number of identities that are registered on the server
       
     4 #pluginType		- 
       
     5 #isDefaultPlugin	- No longer in use. defaultPlugin is used instead
       
     6 #defaultPlugin		- string that defines which plugin to use as the default. Used to update the AuthServer policy file
       
     7 #pluginId		- Hex string that is the uid of the Ecom implementation. In the Test0000 to Test0009, it's used as a cue, and is also the expected UserId
       
     8 #userResult		- Int that contains what the user has input on being prompted to 'identify', i.e. the PIN
       
     9 #			In cases where this is absent, then we're expecting the 'data' returned to be the same as the pluginId value (cueValue)
       
    10 #userId			- String that contains the expected Id
       
    11 
       
    12 #plugin1Id		- Hex string that is the uid of the Ecom implementation
       
    13 #			  	In the RetrainPlugin steps, this is the plugin that is to be trained.
       
    14 #plugin1Status		- Int that specifies the expected status of the above plugin 
       
    15 				(0, 64, 128 -EAuthUntrained, EAuthTrained, EAuthFullyTrained)
       
    16 #Pin11113100Default	- bool that defines whether the plugins support default data. Also Pin11113101Default and Pin11113102Default
       
    17 #Pin11113100Active	- bool that defines whether the plugin is active or not. Also Pin11113101Active, Pin11113102Active
       
    18 #Pin11113100InputId	- string that defines the input to the plugin. Else, the default is used. (in Identify function)
       
    19 #Pin11113100InputTrain	- string that defines the input to the plugin. Else, the default is used. (in Train function)
       
    20 #finalUserName 		- string that defines the new name (description or identitystring) of a given identity
       
    21 #retryRemove		- bool that defines whether the attempt to remove an identity is tried again in the same test step
       
    22 #freshness		- Int that defines the number of seconds(timeout) within which a cached identity is returned 
       
    23 				(Authentication is skipped)
       
    24 #forgetPlugin 		- Hex that specifies the plugin that is to be forgotten
       
    25 #forgetUnknown 		- Bool that if true means we're trying to forget an unknown identity
       
    26 
       
    27 [defaultplugin]
       
    28 default = 200032E5
       
    29 
       
    30 
       
    31 [Test0001]
       
    32 NumIdentities = 1
       
    33 pluginId = 11113100
       
    34 #EAuthFullyTrained
       
    35 plugin1Status = 128
       
    36 Pin11113100Default = true
       
    37 Pin11113101Default = false
       
    38 Pin11113102Default = false
       
    39 Pin11113100Active = true
       
    40 Pin11113101Active = true
       
    41 Pin11113102Active = true
       
    42 
       
    43 
       
    44 [Test0002]
       
    45 NumIdentities = 0
       
    46 pluginId = 11113100
       
    47 #EAuthFullyTrained
       
    48 plugin1Status = 1
       
    49 Pin11113100Default = false
       
    50 Pin11113101Default = false
       
    51 Pin11113102Default = false
       
    52 Pin11113100Active = true
       
    53 Pin11113101Active = true
       
    54 Pin11113102Active = true
       
    55 
       
    56 [Test0003]
       
    57 iSupportsDefaultData = true
       
    58 NumIdentities = 0
       
    59 pluginType = EAuthBiometric
       
    60 isDefaultPlugin = true
       
    61 defaultPlugin = FINGER
       
    62 Pin11113100Default = false
       
    63 Pin11113101Default = false
       
    64 Pin11113102Default = false
       
    65 Pin11113103Default = true
       
    66 Pin11113100Active = true
       
    67 Pin11113101Active = true
       
    68 Pin11113102Active = true
       
    69 Pin11113103Active = true
       
    70 
       
    71 [Test0004]
       
    72 iSupportsDefaultData = false
       
    73 NumIdentities = 0
       
    74 pluginType = EAuthKnowledge
       
    75 #isDefaultPlugin = true
       
    76 defaultPlugin = PIN
       
    77 Pin11113100Default = false
       
    78 Pin11113101Default = false
       
    79 Pin11113102Default = false
       
    80 Pin11113100Active = true
       
    81 Pin11113101Active = true
       
    82 Pin11113102Active = true
       
    83 
       
    84 [Test0021a]
       
    85 #iSupportsDefaultData = false
       
    86 pluginType = EAuthKnowledge
       
    87 defaultPlugin = PIN
       
    88 Pin11113100InputTrain = 2035
       
    89 Pin11113100Default = true
       
    90 Pin11113100Active = true
       
    91 #initUserName = SOMENAME
       
    92 finalUserName = NewNameOfId2
       
    93 
       
    94 [Test0021b]
       
    95 plugin1Id = 11113100
       
    96 Pin11113100InputId = 2035
       
    97 freshness = 0
       
    98 Pin11113100Default = true
       
    99 Pin11113100Active = true
       
   100 DisplayMessage = " Display String 1 "
       
   101 
       
   102 [Test0021c]
       
   103 NumIdentities = 2
       
   104 plugin1Id = 11113100
       
   105 plugin1Status = 64
       
   106 
       
   107 #==========================================================
       
   108 #Next section is what is according to the test spec
       
   109 [Test0022a]
       
   110 #iSupportsDefaultData = true
       
   111 #pluginType = EAuthKnowledge
       
   112 #defaultPlugin = PIN
       
   113 NumIdentities = 2
       
   114 #The plugin below is for the pinAuthPlugin
       
   115 Pin11113100InputId = 5110
       
   116 Pin11113101InputId = 5101
       
   117 Pin11113102InputId = 5102
       
   118 Pin11113100InputTrain = 5110
       
   119 Pin11113101InputTrain = 5101
       
   120 Pin11113102InputTrain = 5102
       
   121 Pin11113100Default = false
       
   122 Pin11113101Default = false
       
   123 Pin11113102Default = false
       
   124 Pin11113100Active = false
       
   125 Pin11113101Active = false
       
   126 Pin11113102Active = false
       
   127 finalUserName = NewNameOfId2
       
   128 
       
   129 
       
   130 [Test0022b]
       
   131 plugin1Id = 11113100
       
   132 Pin11113100InputId = 5110
       
   133 Pin11113100Default = false
       
   134 Pin11113101Default = false
       
   135 Pin11113102Default = false
       
   136 Pin11113100Active = false
       
   137 Pin11113101Active = false
       
   138 Pin11113102Active = false
       
   139 freshness = 0
       
   140 
       
   141 [Test0022c]
       
   142 NumIdentities = 2
       
   143 plugin1Id = 11113100
       
   144 #EAuthUnTrained
       
   145 plugin1Status = 1
       
   146 
       
   147 [Test0022-works]
       
   148 iSupportsDefaultData = true
       
   149 pluginType = EAuthKnowledge
       
   150 defaultPlugin = PIN
       
   151 NumIdentities = 2
       
   152 #The plugin below is for the pinAuthPlugin
       
   153 plugin1Id = 11113100
       
   154 #EAuthTrained
       
   155 plugin1Status = 64
       
   156 #Value below should be used.
       
   157 #plugin1Status = 128
       
   158 Pin11113100InputId = 5110
       
   159 Pin11113101InputId = 5101
       
   160 Pin11113102InputId = 5102
       
   161 Pin11113100InputTrain = 5110
       
   162 Pin11113101InputTrain = 5101
       
   163 Pin11113102InputTrain = 5102
       
   164 Pin11113100Default = true
       
   165 Pin11113101Default = true
       
   166 Pin11113102Default = true
       
   167 Pin11113100Active = true
       
   168 Pin11113101Active = true
       
   169 Pin11113102Active = true
       
   170 finalUserName = NewNameOfId2
       
   171 
       
   172 [Test0022-Unused]
       
   173 iSupportsDefaultData = true
       
   174 pluginType = EAuthKnowledge
       
   175 defaultPlugin = PIN
       
   176 NumIdentities = 2
       
   177 #The plugin below is for the pinAuthPlugin
       
   178 plugin1Id = 11113100
       
   179 #EAuthTrained
       
   180 plugin1Status = 64
       
   181 Pin11113100Default = false
       
   182 Pin11113101Default = false
       
   183 Pin11113102Default = false
       
   184 Pin11113100Active = false
       
   185 Pin11113101Active = false
       
   186 Pin11113102Active = false
       
   187 initUserName = SOMENAME
       
   188 finalUserName = NewNameOfId2
       
   189 
       
   190 #==========================================================
       
   191 [Test0023a]
       
   192 NumIdentities = 2
       
   193 #The plugin below is for the pinAuthPlugin
       
   194 plugin1Id = 11113100
       
   195 #EAuthUnTrained
       
   196 plugin1Status = 1
       
   197 #Pin11113100InputId = 5110
       
   198 Pin11113100InputTrain = 5110
       
   199 Pin11113100Default = false
       
   200 Pin11113101Default = false
       
   201 Pin11113102Default = false
       
   202 Pin11113100Active = false
       
   203 Pin11113101Active = false
       
   204 Pin11113102Active = false
       
   205 DisplayMessage = "This is the second display message sent by the client to the plugin" 
       
   206 [Test0023b]
       
   207 plugin1Id = 11113100
       
   208 Pin11113100InputId = 5110
       
   209 Pin11113100Default = false
       
   210 Pin11113101Default = false
       
   211 Pin11113102Default = false
       
   212 Pin11113100Active = false
       
   213 Pin11113101Active = false
       
   214 Pin11113102Active = false
       
   215 
       
   216 
       
   217 [Test0023c]
       
   218 NumIdentities = 1
       
   219 plugin1Id = 11113100
       
   220 #EAuthUnTrained
       
   221 plugin1Status = 1
       
   222 
       
   223 [Test0023d]
       
   224 NumIdentities = 2
       
   225 #The plugin below is for the pinAuthPlugin
       
   226 plugin1Id = 11113100
       
   227 #EAuthFullTrained
       
   228 plugin1Status = 128
       
   229 #Pin11113100InputId = 5110
       
   230 Pin11113100InputTrain = 5110
       
   231 Pin11113100Default = true
       
   232 Pin11113101Default = true
       
   233 Pin11113102Default = true
       
   234 Pin11113100Active = true
       
   235 Pin11113101Active = true
       
   236 Pin11113102Active = true
       
   237 
       
   238 [Test0023e]
       
   239 NumIdentities = 2
       
   240 plugin1Id = 11113100
       
   241 #EAuthUnTrained
       
   242 plugin1Status = 128
       
   243 
       
   244 [Test0023f]
       
   245 plugin1Id = 11113100
       
   246 Pin11113100InputId = 5110
       
   247 Pin11113100Default = true
       
   248 Pin11113101Default = true
       
   249 Pin11113102Default = true
       
   250 Pin11113100Active = true
       
   251 Pin11113101Active = true
       
   252 Pin11113102Active = true
       
   253 #==========================================================
       
   254 [Test0024a]
       
   255 #This test expects the presence of plugin 10274104, else i'll need to supply the 3 properties for 11113101, input being 5101
       
   256 
       
   257 Pin11113100InputTrain = 5110
       
   258 Pin11113101InputTrain = 0000
       
   259 Pin11113100Default = true
       
   260 Pin11113100Active = true
       
   261 Pin11113101Default = true
       
   262 Pin11113101Active = true
       
   263 finalUserName = NewNameOfId2
       
   264 
       
   265 [Test0024b]
       
   266 plugin1Id = 11113100
       
   267 Pin11113100InputId = 5110
       
   268 Pin11113100Default = true
       
   269 Pin11113101Default = true
       
   270 Pin11113102Default = true
       
   271 Pin11113100Active = true
       
   272 Pin11113101Active = true
       
   273 Pin11113102Active = true
       
   274 
       
   275 [Test0024c]
       
   276 NumIdentities = 2
       
   277 plugin1Id = 11113100
       
   278 #EAuthFullyTrained
       
   279 plugin1Status = 64
       
   280 
       
   281 [Test0024d]
       
   282 NumIdentities = 2
       
   283 plugin1Id = 11113101
       
   284 #EAuthTrained
       
   285 plugin1Status = 64
       
   286 
       
   287 #==========================================================
       
   288 [Test0025a]
       
   289 NumIdentities = 1
       
   290 plugin1Id = 11113100
       
   291 #EAuthFullyTrained
       
   292 plugin1Status = 1
       
   293 Pin11113100Default = true
       
   294 Pin11113100Active = true
       
   295 Pin11113101Default = false
       
   296 Pin11113101Active = true
       
   297 
       
   298 [Test0025b]
       
   299 NumIdentities = 1
       
   300 plugin1Id = 11113101
       
   301 #EAuthUnTrained
       
   302 plugin1Status = 1
       
   303 Pin11113100Default = true
       
   304 Pin11113100Active = true
       
   305 Pin11113101Default = false
       
   306 Pin11113101Active = true
       
   307 
       
   308 [Test0025c]
       
   309 Pin11113100InputTrain = 5110
       
   310 Pin11113101InputTrain = Cancel
       
   311 Pin11113100Default = true
       
   312 Pin11113100Active = true
       
   313 Pin11113101Default = false
       
   314 Pin11113101Active = true
       
   315 
       
   316 [Test0025d]
       
   317 NumIdentities = 2
       
   318 plugin1Id = 11113100
       
   319 #EAuthFullyTrained
       
   320 plugin1Status = 64
       
   321 
       
   322 [Test0025e]
       
   323 NumIdentities = 2
       
   324 plugin1Id = 11113101
       
   325 #EAuthUnTrained
       
   326 plugin1Status = 1
       
   327 
       
   328 [Test0025f]
       
   329 plugin1Id = 11113100
       
   330 Pin11113100InputId = 5110
       
   331 Pin11113100Default = true
       
   332 Pin11113100Active = true
       
   333 freshness = 0
       
   334 Pin11113101Default = false
       
   335 Pin11113101Active = true
       
   336 
       
   337 [Test0025g]
       
   338 plugin1Id = 11113101
       
   339 Pin11113101InputTrain = 5112
       
   340 Pin11113101Default = false
       
   341 Pin11113101Active = true
       
   342 
       
   343 [Test0025h]
       
   344 NumIdentities = 2
       
   345 plugin1Id = 11113101
       
   346 #EAuthTrained
       
   347 plugin1Status = 64
       
   348 
       
   349 [Test0025i]
       
   350 plugin1Id = 11113101
       
   351 Pin11113101InputId = 5112
       
   352 Pin11113101Default = false
       
   353 Pin11113101Active = true
       
   354 freshness = 0
       
   355 
       
   356 #=========================================
       
   357 [Test0026a]
       
   358 NumIdentities = 1
       
   359 #plugin1Id = 11113100
       
   360 #EAuthTrained
       
   361 #plugin1Status = 64
       
   362 Pin11113100InputTrain = 5110
       
   363 Pin11113101InputTrain = Quit
       
   364 Pin11113100Default = true
       
   365 Pin11113100Active = true
       
   366 Pin11113101Default = false
       
   367 Pin11113101Active = true
       
   368 
       
   369 [Test0026b]
       
   370 plugin1Id = 11113101
       
   371 Pin11113101InputId = 5110
       
   372 Pin11113101Default = false
       
   373 Pin11113101Active = true
       
   374 freshness = 0
       
   375 
       
   376 #=========================================
       
   377 [defaultplugin1]
       
   378 default = 11113100
       
   379  
       
   380 
       
   381 [Test0027a]
       
   382 #Requires the presence of only 3 plugins.
       
   383 NumIdentities = 1
       
   384 #The plugin below is for the pinAuthPlugin
       
   385 
       
   386 Pin11113100InputTrain = 0000
       
   387 Pin11113100Default = true
       
   388 Pin11113100Active = true 
       
   389 Pin11113101Active = false
       
   390 Pin11113102Active = false
       
   391 Pin11113103Active = false 
       
   392 Pin11113104Active = false 
       
   393 Pin200032E5Active = false
       
   394 
       
   395 [Test0027b]
       
   396 plugin1Id = 11113100
       
   397 #EAuthFullyTrained
       
   398 plugin1Status = 128
       
   399 NumIdentities = 1
       
   400 
       
   401 [Test0028a]
       
   402 #Requires the presence of only 3 plugins, or i can set the other plugins to use the 'cancel' code
       
   403 NumIdentities = 1
       
   404 #The plugin below is for the pinAuthPlugin
       
   405 #plugin1Id = 11113100
       
   406 #EAuthTrained
       
   407 #plugin1Status = 64
       
   408 Pin11113100InputTrain = Cancel
       
   409 Pin11113100Default = true
       
   410 Pin11113100Active = true
       
   411 Pin11113101InputTrain = Cancel 
       
   412 Pin11113101Default = true
       
   413 Pin11113101Active = true 
       
   414 Pin11113102InputTrain = cancel
       
   415 Pin11113102Default = true
       
   416 Pin11113102Active = true
       
   417 Pin11113103Active = false 
       
   418 Pin11113104Active = false 
       
   419 Pin11113103Default = false 
       
   420 Pin11113104Default = false 
       
   421 Pin200032E5Active = false
       
   422 
       
   423 [Test0028b]
       
   424 plugin1Id = 11113100
       
   425 #EAuthFullyTrained
       
   426 plugin1Status = 128
       
   427 NumIdentities = 1
       
   428 
       
   429 [Test0041a]
       
   430 NumIdentities = 2
       
   431 #The plugin below is for the pinAuthPlugin
       
   432 plugin1Id = 11113100
       
   433 #EAuthFullyTrained
       
   434 plugin1Status = 128
       
   435 #Pin11113100InputId = 5110
       
   436 
       
   437 Pin11113100InputTrain = 5110
       
   438 Pin11113100Default = true
       
   439 Pin11113100Active = true 
       
   440 
       
   441 [Test0041b]
       
   442 Pin11113100InputId = 5110
       
   443 plugin1Id = 11113100
       
   444 
       
   445 [Test0041c]
       
   446 NumIdentities = 2
       
   447 #The plugin below is for the pinAuthPlugin
       
   448 plugin1Id = 11113100
       
   449 #EAuthFullyTrained
       
   450 plugin1Status = 128
       
   451 #Pin11113100InputId = 5110
       
   452 Pin11113100InputTrain = 5118
       
   453 Pin11113100Default = true
       
   454 Pin11113100Active = true 
       
   455 
       
   456 [Test0041d]
       
   457 Pin11113100InputId = 5118
       
   458 plugin1Id = 11113100
       
   459 #================================
       
   460 [Test0042a]
       
   461 NumIdentities = 2
       
   462 #The plugin below is for the pinAuthPlugin
       
   463 plugin1Id = 11113100
       
   464 #EAuthFullyTrained
       
   465 plugin1Status = 128
       
   466 #Pin11113100InputId = 5110
       
   467 Pin11113100InputTrain = 5110
       
   468 Pin11113100Default = true
       
   469 Pin11113100Active = true 
       
   470 
       
   471 [Test0042b]
       
   472 NumIdentities = 2
       
   473 #The plugin below is for the pinAuthPlugin
       
   474 plugin1Id = 11113100
       
   475 #EAuthFullyTrained
       
   476 plugin1Status = 128
       
   477 Pin11113100InputId = 51194
       
   478 Pin11113100InputTrain = 5118
       
   479 Pin11113100Default = true
       
   480 Pin11113100Active = true 
       
   481 
       
   482 
       
   483 [Test0043a]
       
   484 NumIdentities = 2
       
   485 #The plugin below is for the pinAuthPlugin
       
   486 plugin1Id = 11113100
       
   487 #EAuthFullyTrained
       
   488 plugin1Status = 128
       
   489 Pin11113100InputTrain = 5110
       
   490 Pin11113100Default = true
       
   491 Pin11113100Active = true 
       
   492 
       
   493 [Test0043b]
       
   494 plugin1Id = 11113100
       
   495 Pin11113100InputId = 5110
       
   496 Pin11113100Default = true
       
   497 Pin11113100Active = true 
       
   498 
       
   499 [Test0043c]
       
   500 NumIdentities = 2
       
   501 #The plugin below is for the pinAuthPlugin
       
   502 plugin1Id = 11113188
       
   503 #EAuthUnTrained
       
   504 plugin1Status = 1
       
   505 Pin11113100InputId = 5110
       
   506 Pin11113100InputTrain = 5118
       
   507 Pin11113100Default = true
       
   508 Pin11113100Active = true 
       
   509 
       
   510 [Test0044a]
       
   511 NumIdentities = 2
       
   512 #The plugin below is for the pinAuthPlugin
       
   513 plugin1Id = 11113100
       
   514 #EAuthFullyTrained
       
   515 plugin1Status = 128
       
   516 Pin11113100InputTrain = 5110
       
   517 Pin11113100Default = true
       
   518 Pin11113100Active = true 
       
   519 Pin11113101InputTrain = 5111
       
   520 Pin11113101Default = true
       
   521 Pin11113101Active = true 
       
   522 
       
   523 
       
   524 [Test0044b]
       
   525 NumIdentities = 2
       
   526 #The plugin below is for the pinAuthPlugin
       
   527 plugin1Id = 11113100
       
   528 #EAuthFullyTrained
       
   529 plugin1Status = 128
       
   530 #Pin11113100InputId = 5110
       
   531 Pin11113100InputTrain = 5118
       
   532 Pin11113100Default = true
       
   533 Pin11113100Active = true 
       
   534 
       
   535 [Test0044c]
       
   536 NumIdentities = 2
       
   537 #The plugin below is for the pinAuthPlugin
       
   538 plugin1Id = 11113100
       
   539 #EAuthFullyTrained
       
   540 plugin1Status = 128
       
   541 #Pin11113100InputId = 5117
       
   542 Pin11113100InputTrain = 5116
       
   543 Pin11113100Default = true
       
   544 Pin11113100Active = true 
       
   545 #freshness = 0
       
   546 
       
   547 [Test0044d]
       
   548 plugin1Id = 11113100
       
   549 Pin11113100InputId = 5110
       
   550 Pin11113100Default = true
       
   551 Pin11113100Active = true 
       
   552 freshness = 0
       
   553 
       
   554 [Test0044e]
       
   555 plugin1Id = 11113100
       
   556 Pin11113100InputId = 5113823
       
   557 Pin11113100Default = true
       
   558 Pin11113100Active = true 
       
   559 freshness = 0
       
   560 
       
   561 #================================
       
   562 [Test0045a]
       
   563 NumIdentities = 2
       
   564 plugin1Id = 11113100
       
   565 #EAuthFullyTrained
       
   566 plugin1Status = 64
       
   567 Pin11113100InputTrain = 5110
       
   568 Pin11113100Default = true
       
   569 Pin11113100Active = true 
       
   570 Pin11113103Active = false 
       
   571 Pin11113104Active = false 
       
   572 Pin11113103Default = false 
       
   573 Pin11113104Default = false 
       
   574 
       
   575 [Test0045b]
       
   576 NumIdentities = 3
       
   577 plugin1Id = 11113100
       
   578 #EAuthFullyTrained
       
   579 plugin1Status = 64
       
   580 Pin11113100InputTrain = 6110
       
   581 Pin11113100Default = true
       
   582 Pin11113100Active = true 
       
   583 Pin11113103Active = false 
       
   584 Pin11113104Active = false 
       
   585 Pin11113103Default = false 
       
   586 Pin11113104Default = false 
       
   587 
       
   588 [Test0045c]
       
   589 plugin1Id = 11113100
       
   590 Pin11113100InputId = 5110
       
   591 Pin11113100Default = true
       
   592 Pin11113100Active = true 
       
   593 Pin11113103Active = false 
       
   594 Pin11113104Active = false 
       
   595 Pin11113103Default = false 
       
   596 Pin11113104Default = false 
       
   597 freshness = 0
       
   598 
       
   599 [Test0045d]
       
   600 NumIdentities = 2
       
   601 #The plugin below is for the pinAuthPlugin
       
   602 plugin1Id = 11113100
       
   603 #EAuthFullyTrained
       
   604 plugin1Status = 64
       
   605 Pin11113100InputId = 5110
       
   606 Pin11113100InputTrain = Cancel
       
   607 Pin11113100Default = true
       
   608 Pin11113100Active = true 
       
   609 Pin11113103Active = false 
       
   610 Pin11113104Active = false 
       
   611 Pin11113103Default = false 
       
   612 Pin11113104Default = false 
       
   613 
       
   614 
       
   615 #================================
       
   616 [Test0046a]
       
   617 NumIdentities = 2
       
   618 plugin1Id = 11113100
       
   619 #EAuthFullyTrained
       
   620 plugin1Status = 64
       
   621 Pin11113100InputTrain = 5110
       
   622 Pin11113100Default = true
       
   623 Pin11113100Active = true 
       
   624 
       
   625 [Test0046b]
       
   626 Pin11113100InputId = 5110
       
   627 plugin1Id = 11113100
       
   628 Pin11113100Default = true
       
   629 Pin11113100Active = true 
       
   630 freshness = 0
       
   631 
       
   632 [Test0046c]
       
   633 NumIdentities = 2
       
   634 plugin1Id = 11113100
       
   635 #EAuthFullyTrained
       
   636 plugin1Status = 64
       
   637 Pin11113100InputTrain = Cancel
       
   638 Pin11113100Default = true
       
   639 Pin11113100Active = true 
       
   640 
       
   641 #================================
       
   642 [Test0047a]
       
   643 NumIdentities = 2
       
   644 plugin1Id = 11113100
       
   645 #EAuthFullyTrained
       
   646 plugin1Status = 64
       
   647 Pin11113100InputTrain = 5110
       
   648 Pin11113100Default = true
       
   649 Pin11113100Active = true 
       
   650 
       
   651 [Test0047b]
       
   652 Pin11113100InputId = 5110
       
   653 plugin1Id = 11113100
       
   654 Pin11113100Default = true
       
   655 Pin11113100Active = true 
       
   656 freshness = 0
       
   657 
       
   658 [Test0047c]
       
   659 NumIdentities = 2
       
   660 plugin1Id = 11113100
       
   661 #EAuthFullyTrained
       
   662 plugin1Status = 64
       
   663 Pin11113100InputTrain = Quit
       
   664 Pin11113100Default = true
       
   665 Pin11113100Active = true
       
   666 
       
   667 #================================
       
   668 [Test0048a]
       
   669 NumIdentities = 2
       
   670 plugin1Id = 11113100
       
   671 #EAuthFullyTrained
       
   672 plugin1Status = 64
       
   673 Pin11113100InputTrain = 5110
       
   674 Pin11113100Default = true
       
   675 Pin11113100Active = true 
       
   676 Pin11113101InputTrain = 5111
       
   677 Pin11113101Default = true
       
   678 Pin11113101Active = true 
       
   679 
       
   680 [Test0048b]
       
   681 Pin11113100InputId = 5110
       
   682 plugin1Id = 11113100
       
   683 Pin11113100Default = true
       
   684 Pin11113100Active = true 
       
   685 freshness = 0
       
   686 
       
   687 [Test0048c]
       
   688 NumIdentities = 2
       
   689 plugin1Id = 11113100
       
   690 #EAuthFullyTrained
       
   691 plugin1Status = 128
       
   692 Pin11113100InputTrain = 51178
       
   693 Pin11113100Default = true
       
   694 Pin11113100Active = true
       
   695 
       
   696 [Test0048d]
       
   697 Pin11113100InputId = 51178
       
   698 Pin11113101InputId = 0000
       
   699 plugin1Id = 11113100
       
   700 Pin11113100Default = true
       
   701 Pin11113100Active = true 
       
   702 freshness = 0
       
   703 
       
   704 [Test0048e]
       
   705 NumIdentities = 2
       
   706 plugin1Id = 11113101
       
   707 #EAuthFullyTrained
       
   708 plugin1Status = 64
       
   709 Pin11113101InputTrain = 51175
       
   710 Pin11113101Default = true
       
   711 Pin11113101Active = true 
       
   712 
       
   713 [Test0048f]
       
   714 Pin11113101InputId = 0000
       
   715 plugin1Id = 11113101
       
   716 Pin11113101Default = true
       
   717 Pin11113101Active = true 
       
   718 freshness = 0
       
   719 
       
   720 #================================
       
   721 [Test0061a]
       
   722 NumIdentities = 2
       
   723 #The plugin below is for the pinAuthPlugin
       
   724 plugin1Id = 11113100
       
   725 #EAuthFullyTrained
       
   726 plugin1Status = 64
       
   727 Pin11113100InputTrain = 5110
       
   728 Pin11113100Default = true
       
   729 Pin11113100Active = true
       
   730 Pin11113101Default = false
       
   731 Pin11113101Active = false
       
   732 
       
   733 [Test0061b]
       
   734 NumIdentities = 2
       
   735 plugin1Id = 11113101
       
   736 #EAuthUnTrained
       
   737 plugin1Status = 1
       
   738 
       
   739 [Test0061Ta]
       
   740 plugin1Id = 11113100
       
   741 Pin11113100InputId = 0000
       
   742 Pin11113100Default = true
       
   743 Pin11113100Active = true
       
   744 Pin11113101Default = false
       
   745 Pin11113101Active = false
       
   746 freshness = 0
       
   747 
       
   748 [Test0061c]
       
   749 Pin11113100Default = true
       
   750 Pin11113100Active = true
       
   751 Pin11113101InputTrain = 5111
       
   752 Pin11113101Active = true
       
   753 freshness = 60
       
   754 plugin1Id = 11113101
       
   755 #EAuthTrained
       
   756 plugin1Status = 1
       
   757 
       
   758 [Test0061d]
       
   759 plugin1Id = 11113101
       
   760 #EAuthTrained
       
   761 plugin1Status = 1
       
   762 
       
   763 [Test0061Tb]
       
   764 plugin1Id = 11113100
       
   765 Pin11113100InputId = 5110
       
   766 Pin11113100Default = true
       
   767 Pin11113100Active = true
       
   768 Pin11113101Default = false
       
   769 Pin11113101Active = false
       
   770 freshness = 0
       
   771 
       
   772 [Test0061e]
       
   773 Pin11113100InputId = 0000
       
   774 Pin11113100Default = true
       
   775 Pin11113100Active = true
       
   776 Pin11113101InputTrain = 5112
       
   777 Pin11113101Active = true
       
   778 freshness = 60
       
   779 plugin1Id = 11113101
       
   780 #EAuthFullyTrained
       
   781 plugin1Status = 64
       
   782 
       
   783 [Test0061f]
       
   784 plugin1Id = 11113101
       
   785 #EAuthFullyTrained
       
   786 plugin1Status = 64
       
   787 
       
   788 
       
   789 #================================
       
   790 [Test0062a]
       
   791 NumIdentities = 2
       
   792 #The plugin below is for the pinAuthPlugin
       
   793 plugin1Id = 11113100
       
   794 #EAuthFullyTrained
       
   795 plugin1Status = 64
       
   796 Pin11113100InputTrain = 5110
       
   797 Pin11113100Default = true
       
   798 Pin11113100Active = true
       
   799 Pin11113101Default = false
       
   800 Pin11113101Active = false
       
   801 #freshness = 0
       
   802 
       
   803 [Test0062b]
       
   804 NumIdentities = 2
       
   805 plugin1Id = 11113100
       
   806 #EAuthUnTrained
       
   807 plugin1Status = 128
       
   808 
       
   809 [Test0062c]
       
   810 NumIdentities = 2
       
   811 plugin1Id = 11113101
       
   812 #EAuthUnTrained
       
   813 plugin1Status = 1
       
   814 
       
   815 [Test0062d]
       
   816 plugin1Id = 11113100
       
   817 Pin11113100InputId = 7737373737
       
   818 Pin11113100Default = true
       
   819 Pin11113100Active = true
       
   820 Pin11113101Default = false
       
   821 Pin11113101Active = false
       
   822 freshness = 0
       
   823 
       
   824 [Test0062e]
       
   825 plugin1Id = 11113101
       
   826 Pin11113100Default = true
       
   827 Pin11113100Active = true
       
   828 Pin11113101InputTrain = 5111
       
   829 Pin11113101Default = false
       
   830 Pin11113101Active = true
       
   831 
       
   832 [Test0062f]
       
   833 plugin1Id = 11113101
       
   834 #EAuthUnTrained
       
   835 plugin1Status = 1
       
   836 Pin11113100Default = true
       
   837 Pin11113100Active = true
       
   838 Pin11113101Default = false
       
   839 Pin11113101Active = true
       
   840 
       
   841 #================================
       
   842 [Test0063a]
       
   843 NumIdentities = 2
       
   844 plugin1Id = 11113100
       
   845 #EAuthFullyTrained
       
   846 plugin1Status = 64
       
   847 Pin11113100InputTrain = 5110
       
   848 Pin11113100Default = true
       
   849 Pin11113100Active = true
       
   850 Pin11113101Default = false
       
   851 Pin11113101Active = false
       
   852 
       
   853 [Test0063b]
       
   854 plugin1Id = 11113100
       
   855 Pin11113100InputId = 5110
       
   856 Pin11113100Default = true
       
   857 Pin11113100Active = true
       
   858 Pin11113101Default = false
       
   859 Pin11113101Active = false
       
   860 freshness = 0
       
   861 
       
   862 [Test0063c]
       
   863 plugin1Id = 11113888
       
   864 Pin11113100Default = true
       
   865 Pin11113100Active = true
       
   866 #Pin11113101InputTrain = 6111
       
   867 Pin11113101Default = false
       
   868 Pin11113101Active = false
       
   869 
       
   870 #================================
       
   871 [Test0065a]
       
   872 NumIdentities = 2
       
   873 plugin1Id = 11113100
       
   874 plugin1Status = 64
       
   875 Pin11113100InputTrain = 5110
       
   876 Pin11113100Default = true
       
   877 Pin11113100Active = true
       
   878 Pin11113101Default = true
       
   879 Pin11113101Active = true
       
   880 
       
   881 
       
   882 [Test0065b]
       
   883 plugin1Id = 11113100
       
   884 Pin11113100InputId = 5110
       
   885 Pin11113100Default = true
       
   886 Pin11113100Active = true
       
   887 Pin11113101Default = true
       
   888 Pin11113101Active = true
       
   889 freshness = 0
       
   890 
       
   891 [Test0065c]
       
   892 plugin1Id = 11113101
       
   893 Pin11113100Default = true
       
   894 Pin11113100Active = true
       
   895 Pin11113101InputTrain = 0000
       
   896 Pin11113101Default = true
       
   897 Pin11113101Active = true
       
   898 
       
   899 #================================
       
   900 [Test0066a]
       
   901 NumIdentities = 2
       
   902 plugin1Id = 11113100
       
   903 plugin1Status = 64
       
   904 Pin11113100InputTrain = 5110
       
   905 Pin11113100Default = true
       
   906 Pin11113100Active = true
       
   907 Pin11113101Default = false
       
   908 Pin11113101Active = false
       
   909 
       
   910 
       
   911 [Test0066b]
       
   912 plugin1Id = 11113100
       
   913 Pin11113100InputId = 5110
       
   914 Pin11113100Default = true
       
   915 Pin11113100Active = true
       
   916 Pin11113101Default = false
       
   917 Pin11113101Active = false
       
   918 freshness = 0
       
   919 
       
   920 [Test0066c]
       
   921 plugin1Id = 11113101
       
   922 Pin11113100Default = true
       
   923 Pin11113100Active = true
       
   924 Pin11113101InputTrain = CancEL
       
   925 Pin11113101Default = false
       
   926 Pin11113101Active = true
       
   927 
       
   928 #================================
       
   929 [Test0067a]
       
   930 NumIdentities = 2
       
   931 plugin1Id = 11113100
       
   932 plugin1Status = 64
       
   933 Pin11113100InputTrain = 5110
       
   934 Pin11113100Default = true
       
   935 Pin11113100Active = true
       
   936 Pin11113101Default = false
       
   937 Pin11113101Active = false
       
   938 
       
   939 [Test0067b]
       
   940 plugin1Id = 11113100
       
   941 Pin11113100InputId = 5110
       
   942 Pin11113100Default = true
       
   943 Pin11113100Active = true
       
   944 Pin11113101Default = false
       
   945 Pin11113101Active = false
       
   946 freshness = 0
       
   947 
       
   948 [Test0067c]
       
   949 plugin1Id = 11113101
       
   950 Pin11113100Default = true
       
   951 Pin11113100Active = true
       
   952 Pin11113101InputTrain = QUit
       
   953 Pin11113101Default = false
       
   954 Pin11113101Active = true
       
   955 
       
   956 #==============================
       
   957 [AuthTestRegister]
       
   958 Pin11113100InputTrain = 5110
       
   959 Pin11113100Default = true
       
   960 Pin11113100Active = true 
       
   961 Pin11113101InputTrain = 5111
       
   962 Pin11113101Default = true
       
   963 Pin11113101Active = true 
       
   964 Pin11113102InputTrain = 5112
       
   965 Pin11113102Default = true
       
   966 Pin11113102Active = true 
       
   967 Pin11113103InputTrain = 5113
       
   968 Pin11113103Default = true
       
   969 Pin11113103Active = true 
       
   970 Pin11113104InputTrain = 5114
       
   971 Pin11113104Default = true
       
   972 Pin11113104Active = true 
       
   973 
       
   974 #==============================
       
   975 
       
   976 [Test0081b]
       
   977 plugin1Id = 11113100 & 11113101
       
   978 Pin11113100Active = true 
       
   979 Pin11113100InputId = 5110
       
   980 Pin11113101Active = true 
       
   981 Pin11113101InputId = 5111
       
   982 freshness = 0
       
   983 
       
   984 #==============================
       
   985 
       
   986 [Test0082b]
       
   987 plugin1Id = 11113100 & 11113101
       
   988 Pin11113100Active = true 
       
   989 Pin11113100InputId = 5110
       
   990 Pin11113101Active = true 
       
   991 # fail - wrong pin
       
   992 Pin11113101InputId = 6666
       
   993 freshness = 0
       
   994 
       
   995 [Test0082c]
       
   996 plugin1Id = 11113100 | 11113101 
       
   997 Pin11113100Active = true 
       
   998 Pin11113100InputId = 6666
       
   999 Pin11113101Active = true 
       
  1000 Pin11113101InputId = 5111
       
  1001 freshness = 0
       
  1002 
       
  1003 [Test0082d]
       
  1004 plugin1Id = 11113100 | 11113101 
       
  1005 Pin11113100Active = true 
       
  1006 Pin11113100InputId = 5110
       
  1007 Pin11113101Active = true 
       
  1008 # fail - wrong pin
       
  1009 Pin11113101InputId = 6666
       
  1010 freshness = 0
       
  1011 
       
  1012 [Test0082e]
       
  1013 plugin1Id = 11113100 | 11113101 
       
  1014 Pin11113100Active = true 
       
  1015 # fail - wrong pin
       
  1016 Pin11113100InputId = 937474
       
  1017 Pin11113101Active = true 
       
  1018 # fail - wrong pin
       
  1019 Pin11113101InputId = 6666
       
  1020 freshness = 300
       
  1021 #==============================
       
  1022 
       
  1023 [Test0083b]
       
  1024 plugin1Id = 11113100 | 11113101 | 11113102
       
  1025 Pin11113100Active = false 
       
  1026 Pin11113100InputId = 5110
       
  1027 Pin11113101Active = false 
       
  1028 Pin11113101InputId = 5111
       
  1029 Pin11113102Active = false 
       
  1030 Pin11113102InputId = 5112
       
  1031 freshness = 0
       
  1032 
       
  1033 #==============================
       
  1034 
       
  1035 [Test0084b]
       
  1036 plugin1Id = 11113100 & 11113101
       
  1037 Pin11113100Active = true 
       
  1038 Pin11113100InputId = 5110
       
  1039 Pin11113101Active = true 
       
  1040 Pin11113101InputId = 5111
       
  1041 freshness = 0
       
  1042 
       
  1043 [Test0084c]
       
  1044 plugin1Id = 11113100 & 11113101
       
  1045 Pin11113100Active = true 
       
  1046 Pin11113100InputId = 5110
       
  1047 Pin11113101Active = true 
       
  1048 Pin11113101InputId = 5111
       
  1049 freshness = 0
       
  1050 clientSpecificKey = true
       
  1051 
       
  1052 [Test0084d]
       
  1053 plugin1Id = 11113100 & 11113101
       
  1054 Pin11113100Active = true 
       
  1055 #Pin11113100InputId = 5110
       
  1056 Pin11113101Active = true 
       
  1057 #Pin11113101InputId = 5111
       
  1058 freshness = 60
       
  1059 clientSpecificKey = true
       
  1060 #==============================
       
  1061 
       
  1062 [Test0086b]
       
  1063 
       
  1064 # set prefs
       
  1065 KnowledgePref = 11113100
       
  1066 BiometricPref = 11113103
       
  1067 TokenPref     = 11113104
       
  1068 # auth using prefs
       
  1069 Pin11113100Active = true 
       
  1070 Pin11113100InputId = 5110 
       
  1071 Pin11113103Active = true 
       
  1072 Pin11113103InputId = 5113
       
  1073 Pin11113104Active = true 
       
  1074 Pin11113104InputId = 5114 
       
  1075 plugin1Id = B & K & T
       
  1076 freshness=0
       
  1077 
       
  1078 [Test0086c]
       
  1079 plugin1Id = B & K & T
       
  1080 Pin11113100Active = false 
       
  1081 Pin11113100InputId = 5110
       
  1082 Pin11113103Active = false 
       
  1083 Pin11113103InputId = 5113
       
  1084 Pin11113104Active = false 
       
  1085 Pin11113104InputId = 5114
       
  1086 freshness = 300
       
  1087 
       
  1088 #==============================
       
  1089 
       
  1090 [Test0087b]
       
  1091 
       
  1092 # set prefs
       
  1093 KnowledgePref = 11113100
       
  1094 BiometricPref = 11113103
       
  1095 TokenPref     = 11113104
       
  1096 # auth using prefs
       
  1097 Pin11113100Active = true 
       
  1098 Pin11113100InputId = 5110 
       
  1099 Pin11113103Active = false
       
  1100 Pin11113103InputId = 5113
       
  1101 Pin11113104Active = true
       
  1102 Pin11113104InputId = 5114
       
  1103 plugin1Id = B
       
  1104 freshness=0
       
  1105 
       
  1106 [Test0087c]
       
  1107 plugin1Id = K
       
  1108 Pin11113100Active = false 
       
  1109 Pin11113100InputId = 5110
       
  1110 Pin11113103Active = true 
       
  1111 Pin11113103InputId = 5113
       
  1112 Pin11113104Active = true 
       
  1113 Pin11113104InputId = 5114
       
  1114 freshness = 0
       
  1115 
       
  1116 [Test0087d]
       
  1117 plugin1Id = T
       
  1118 Pin11113100Active = true
       
  1119 Pin11113100InputId = 5110
       
  1120 Pin11113103Active = true 
       
  1121 Pin11113103InputId = 5113
       
  1122 Pin11113104Active = false
       
  1123 Pin11113104InputId = 5114
       
  1124 freshness = 0
       
  1125 
       
  1126 ==============================
       
  1127 [Test0088b]
       
  1128 
       
  1129 # set prefs
       
  1130 KnowledgePref = 11113100
       
  1131 BiometricPref = 11113103
       
  1132 TokenPref     = 11113104
       
  1133 # auth using prefs
       
  1134 Pin11113100Active = false
       
  1135 Pin11113103Active = true
       
  1136 Pin11113103InputId = 5113
       
  1137 Pin11113104Active = false
       
  1138 plugin1Id = K | B 
       
  1139 freshness=0
       
  1140 
       
  1141 [Test0088c]
       
  1142 Pin11113100Active = false
       
  1143 Pin11113103Active = true
       
  1144 Pin11113103InputId = 5113
       
  1145 Pin11113104Active = false
       
  1146 plugin1Id = K | B 
       
  1147 freshness=300
       
  1148 
       
  1149 #==============================
       
  1150 
       
  1151 [Test0089b]
       
  1152 plugin1Id = 11113100 & 11113101
       
  1153 Pin11113100Active = true 
       
  1154 Pin11113100InputId = 5110
       
  1155 Pin11113101Active = true 
       
  1156 Pin11113101InputId = 5111
       
  1157 freshness = 0
       
  1158 
       
  1159 [Test0089c]
       
  1160 plugin1Id = 11113100 & 11113101
       
  1161 Pin11113100Active = false 
       
  1162 Pin11113101Active = false
       
  1163 Pin11113102Active = false
       
  1164 freshness = 300
       
  1165 
       
  1166 #==============================
       
  1167 
       
  1168 [Test0092b]
       
  1169 plugin1Id = 11113100 | 11113101
       
  1170 Pin11113100Active = true 
       
  1171 Pin11113100InputId = 5055
       
  1172 Pin11113101Active = true 
       
  1173 Pin11113101InputId = 5055
       
  1174 freshness = 0
       
  1175 
       
  1176 #==============================
       
  1177 
       
  1178 [Test0093b]
       
  1179 plugin1Id = 11113101 | 11113102
       
  1180 Pin11113100Active = true 
       
  1181 Pin11113100InputId = 5055
       
  1182 Pin11113101Active = true 
       
  1183 Pin11113101InputId = 5055
       
  1184 Pin11113102Active = true 
       
  1185 Pin11113102InputId = 5112
       
  1186 freshness = 0
       
  1187 
       
  1188 [Test0093c]
       
  1189 plugin1Id = 11113100 & 11113101
       
  1190 Pin11113100Active = true 
       
  1191 Pin11113100InputId = 505446
       
  1192 Pin11113101Active = true 
       
  1193 Pin11113101InputId = 507744
       
  1194 Pin11113102Active = true 
       
  1195 #Pin11113102InputId = 549383
       
  1196 freshness = 300
       
  1197 #==============================
       
  1198 [Test0101a]
       
  1199 NumIdentities = 2
       
  1200 plugin1Id = 11113100
       
  1201 #EAuthFullyTrained
       
  1202 #plugin1Status = 64
       
  1203 Pin11113100InputTrain = 5110
       
  1204 Pin11113100Default = true
       
  1205 Pin11113100Active = true 
       
  1206 Pin11113101InputTrain = 5111
       
  1207 Pin11113101Default = true
       
  1208 Pin11113101Active = true 
       
  1209 
       
  1210 [Test0101b]
       
  1211 Pin11113101InputId = 5111
       
  1212 plugin1Id = 11113101
       
  1213 freshness = 0
       
  1214 plugin1Status = 1
       
  1215 
       
  1216 [Test0101c]
       
  1217 NumIdentities = 1
       
  1218 #The plugin below is for the pinAuthPlugin
       
  1219 plugin1Id = 11113100
       
  1220 #EAuthFullyTrained
       
  1221 plugin1Status = 64
       
  1222 Pin11113100InputId = 5110
       
  1223 Pin11113100InputTrain = 51178
       
  1224 Pin11113100Default = true
       
  1225 Pin11113100Active = true
       
  1226 #freshness = 0
       
  1227 
       
  1228 [Test0101d]
       
  1229 Pin11113101InputId = 5111
       
  1230 plugin1Id = 11113101
       
  1231 freshness = 0
       
  1232 
       
  1233 #==============================
       
  1234 [Test0102a]
       
  1235 Pin11113101InputId = 0000
       
  1236 plugin1Id = 11113100
       
  1237 freshness = 0
       
  1238 
       
  1239 [Test0102b]
       
  1240 plugin1Id = 11113100
       
  1241 Pin11113100InputId = 0000
       
  1242 Pin11113100Default = true
       
  1243 Pin11113100Active = true
       
  1244 
       
  1245 [Test0102c]
       
  1246 plugin1Id = 11113100
       
  1247 NumIdentities = 1
       
  1248 plugin1Status = 128
       
  1249 
       
  1250 #==============================
       
  1251 [Test0103a]
       
  1252 NumIdentities = 2
       
  1253 #The plugin below is for the pinAuthPlugin
       
  1254 plugin1Id = 11113100
       
  1255 #EAuthFullyTrained
       
  1256 plugin1Status = 64
       
  1257 Pin11113100InputTrain = 5110
       
  1258 Pin11113100Default = true
       
  1259 Pin11113100Active = true 
       
  1260 Pin11113101InputTrain = 5111
       
  1261 Pin11113101Default = true
       
  1262 Pin11113101Active = true 
       
  1263 
       
  1264 [Test0103b]
       
  1265 Pin11113101InputId = 377377377
       
  1266 plugin1Id = 11113101
       
  1267 freshness = 0
       
  1268 
       
  1269 [Test0103c]
       
  1270 NumIdentities = 2
       
  1271 #The plugin below is for the pinAuthPlugin
       
  1272 plugin1Id = 11113100
       
  1273 #EAuthFullyTrained
       
  1274 plugin1Status = 128
       
  1275 Pin11113100InputId = 5110
       
  1276 #Pin11113100InputTrain = 51178
       
  1277 Pin11113100Default = true
       
  1278 Pin11113100Active = true
       
  1279 freshness = 0
       
  1280 retryRemove = true
       
  1281 
       
  1282 #==============================
       
  1283 [Test0104a]
       
  1284 NumIdentities = 2
       
  1285 #The plugin below is for the pinAuthPlugin
       
  1286 plugin1Id = 11113100
       
  1287 #EAuthFullyTrained
       
  1288 plugin1Status = 64
       
  1289 Pin11113100InputTrain = 5110
       
  1290 Pin11113100Default = true
       
  1291 Pin11113100Active = true 
       
  1292 Pin11113101InputTrain = 5111
       
  1293 Pin11113101Default = true
       
  1294 Pin11113101Active = true 
       
  1295 
       
  1296 [Test0104b]
       
  1297 Pin11113101InputId = 773737
       
  1298 plugin1Id = 11113101
       
  1299 freshness = 0
       
  1300 
       
  1301 [Test0104c]
       
  1302 NumIdentities = 2
       
  1303 #The plugin below is for the pinAuthPlugin
       
  1304 plugin1Id = 11113100
       
  1305 #EAuthFullyTrained
       
  1306 plugin1Status = 128
       
  1307 Pin11113100InputId = 51178
       
  1308 #Pin11113100InputTrain = 51178
       
  1309 Pin11113100Default = true
       
  1310 Pin11113100Active = true
       
  1311 freshness = 0
       
  1312 
       
  1313 #==============================
       
  1314 [Test0105a]
       
  1315 NumIdentities = 2
       
  1316 #The plugin below is for the pinAuthPlugin
       
  1317 plugin1Id = 11113100
       
  1318 #EAuthFullyTrained
       
  1319 plugin1Status = 64
       
  1320 Pin11113100InputTrain = 5110
       
  1321 Pin11113100Default = true
       
  1322 Pin11113100Active = true 
       
  1323 Pin11113101InputTrain = 5111
       
  1324 Pin11113101Default = true
       
  1325 Pin11113101Active = true 
       
  1326 
       
  1327 [Test0105b]
       
  1328 NumIdentities = 3
       
  1329 #The plugin below is for the pinAuthPlugin
       
  1330 plugin1Id = 11113100
       
  1331 #EAuthFullyTrained
       
  1332 plugin1Status = 64
       
  1333 Pin11113100InputTrain = 6110
       
  1334 Pin11113100Default = true
       
  1335 Pin11113100Active = true 
       
  1336 Pin11113101InputTrain = 6111
       
  1337 Pin11113101Default = true
       
  1338 Pin11113101Active = true 
       
  1339 
       
  1340 [Test0105c]
       
  1341 Pin11113101InputId = 37777733
       
  1342 plugin1Id = 11113101
       
  1343 freshness = 0
       
  1344 
       
  1345 [Test0105d]
       
  1346 NumIdentities = 3
       
  1347 #The plugin below is for the pinAuthPlugin
       
  1348 plugin1Id = 11113100
       
  1349 #EAuthFullyTrained
       
  1350 plugin1Status = 128
       
  1351 Pin11113100InputId = 5110
       
  1352 Pin11113100Default = true
       
  1353 Pin11113100Active = true
       
  1354 freshness = 0
       
  1355 retryRemove = true
       
  1356 
       
  1357 
       
  1358 #==============================
       
  1359 [Test0121a]
       
  1360 #iSupportsDefaultData = true
       
  1361 plugin1Id = 11113100 & 11113101
       
  1362 Pin11113100InputId = 5110
       
  1363 Pin11113101InputId = 6110
       
  1364 freshness = 0
       
  1365 Pin11113100Default = true
       
  1366 Pin11113101Active = true
       
  1367 Pin11113100Active = true
       
  1368 
       
  1369 [Test0121b]
       
  1370 NumIdentities = 2
       
  1371 Pin11113100Active = true
       
  1372 Pin11113100InputTrain = 5110
       
  1373 Pin11113101Active = true
       
  1374 Pin11113101InputTrain = 6110
       
  1375 
       
  1376 [Test0121c]
       
  1377 forgetPlugin = 11113100
       
  1378 
       
  1379 [Test0121d]
       
  1380 
       
  1381 NumIdentities = 2
       
  1382 plugin1Id = 11113100
       
  1383 Pin11113100Active = true
       
  1384 Pin11113100InputId = 5110
       
  1385 freshness = 0
       
  1386 
       
  1387 [Test0122a]
       
  1388 #iSupportsDefaultData = true
       
  1389 plugin1Id = 11113100
       
  1390 Pin11113100InputId = 5110
       
  1391 freshness = 0
       
  1392 Pin11113100Default = true
       
  1393 Pin11113100Active = true
       
  1394 Pin11113101Active = false
       
  1395 Pin11113102Active = false
       
  1396 Pin11113103Active = false
       
  1397 Pin11113104Active = false
       
  1398 Pin200032E5Active = false
       
  1399 
       
  1400 [Test0122b]
       
  1401 NumIdentities = 2
       
  1402 Pin11113100Active = true
       
  1403 Pin11113100InputTrain = 5110
       
  1404 Pin11113101Active = false
       
  1405 Pin11113102Active = false
       
  1406 Pin11113103Active = false
       
  1407 Pin11113104Active = false
       
  1408 Pin200032E5Active = false
       
  1409 
       
  1410 [Test0122c]
       
  1411 forgetPlugin = 11113100
       
  1412 Pin11113100Active = true
       
  1413 Pin11113101Active = false
       
  1414 Pin11113102Active = false
       
  1415 Pin11113103Active = false
       
  1416 Pin11113104Active = false
       
  1417 Pin200032E5Active = false
       
  1418 
       
  1419 [Test0123a]
       
  1420 #iSupportsDefaultData = true
       
  1421 plugin1Id = 11113100 & 11113102
       
  1422 Pin11113100InputId = 5110
       
  1423 Pin11113102InputId = 6220
       
  1424 freshness = 0
       
  1425 Pin11113100Default = true
       
  1426 Pin11113100Active = true
       
  1427 Pin11113101Active = false
       
  1428 Pin11113102Active = true
       
  1429 
       
  1430 [Test0123b]
       
  1431 NumIdentities = 2
       
  1432 Pin11113100Active = true
       
  1433 Pin11113100InputTrain = 5110
       
  1434 Pin11113102Active = true
       
  1435 Pin11113102InputTrain = 6220
       
  1436 Pin11113101Active = false
       
  1437 
       
  1438 [Test0123c]
       
  1439 forgetPlugin = 11113101
       
  1440 Pin11113100Active = true
       
  1441 Pin11113101Active = true
       
  1442 Pin11113102Active = true
       
  1443 
       
  1444 [Test0124a]
       
  1445 #iSupportsDefaultData = true
       
  1446 plugin1Id = 11113100 & 11113102
       
  1447 Pin11113100InputId = 5110
       
  1448 Pin11113102InputId = 6220
       
  1449 freshness = 0
       
  1450 Pin11113100Default = true
       
  1451 Pin11113100Active = true
       
  1452 Pin11113101Active = false
       
  1453 Pin11113102Active = true
       
  1454 
       
  1455 [Test0124b]
       
  1456 NumIdentities = 2
       
  1457 Pin11113100Active = true
       
  1458 Pin11113100InputTrain = 5110
       
  1459 Pin11113102Active = true
       
  1460 Pin11113102InputTrain = 6220
       
  1461 Pin11113101Active = false
       
  1462 
       
  1463 [Test0124c]
       
  1464 forgetPlugin = ffffffff
       
  1465 Pin11113100Active = true
       
  1466 Pin11113101Active = true
       
  1467 Pin11113102Active = true
       
  1468 
       
  1469 [Test0125]
       
  1470 forgetPlugin = 11113100
       
  1471 forgetUnknown = true
       
  1472 Pin11113100Active = true
       
  1473 Pin11113100Default = true
       
  1474 Pin11113101Active = true
       
  1475 Pin11113102Active = true
       
  1476 #iSupportsDefaultData = true
       
  1477 
       
  1478 #==========================================
       
  1479 [Test0141]
       
  1480 Pin11113100InputId = 5000
       
  1481 Pin11113100InputTrain = 5000
       
  1482 Pin11113100Default = true
       
  1483 Pin11113100Active = true 
       
  1484 Pin11113103InputId = 5003
       
  1485 Pin11113103InputTrain = 5003
       
  1486 Pin11113103Default = true
       
  1487 Pin11113103Active = true 
       
  1488 Pin11113104InputId = 5004
       
  1489 Pin11113104InputTrain = 5004
       
  1490 Pin11113104Default = true
       
  1491 Pin11113104Active = true 
       
  1492 plugin1Id = B & K & T
       
  1493 KnowledgePref = 11113100
       
  1494 BiometricPref = 11113103
       
  1495 TokenPref     = 11113104
       
  1496 
       
  1497 [Test0142]
       
  1498 Pin11113100InputId = 5000
       
  1499 Pin11113100InputTrain = 5000
       
  1500 Pin11113100Default = true
       
  1501 Pin11113100Active = true 
       
  1502 Pin11113103InputId = 5003
       
  1503 Pin11113103InputTrain = 5003
       
  1504 Pin11113103Default = true
       
  1505 Pin11113103Active = true 
       
  1506 Pin11113104InputId = 5004
       
  1507 Pin11113104InputTrain = 5004
       
  1508 Pin11113104Default = true
       
  1509 Pin11113104Active = true 
       
  1510 plugin1Id = B & K & T
       
  1511 KnowledgePref = 11113100
       
  1512 BiometricPref = 11113101
       
  1513 TokenPref     = 11119999
       
  1514 
       
  1515 [Test0143]
       
  1516 Pin11113100InputId = 5000
       
  1517 Pin11113100InputTrain = 5000
       
  1518 Pin11113100Default = true
       
  1519 Pin11113100Active = true 
       
  1520 Pin11113101InputId = 5001
       
  1521 Pin11113101InputTrain = 5001
       
  1522 Pin11113101Default = true
       
  1523 Pin11113101Active = true 
       
  1524 Pin11113102InputId = 5002
       
  1525 Pin11113102InputTrain = 5002
       
  1526 Pin11113102Default = true
       
  1527 Pin11113102Active = true 
       
  1528 Pin11113103InputId = 5003
       
  1529 Pin11113103InputTrain = 5003
       
  1530 Pin11113103Default = true
       
  1531 Pin11113103Active = true 
       
  1532 plugin1Id = B & K & T
       
  1533 KnowledgePref = 11113103
       
  1534 BiometricPref = 11113101
       
  1535 TokenPref     = 11113102
       
  1536 
       
  1537 
       
  1538 #-----------------------------------------------
       
  1539 #Authentication via Aliases test cases.
       
  1540 
       
  1541 [Test0166]
       
  1542 alias = strong
       
  1543 aliasString0 = fast & medium | weak
       
  1544 aliasString1 =
       
  1545 aliasString2 =
       
  1546 aliasString3 = 11113100
       
  1547 freshness = 0
       
  1548 
       
  1549 [Test0170]
       
  1550 alias = strong
       
  1551 aliasString0 = fast & medium | weak
       
  1552 aliasString1 = ""
       
  1553 aliasString2 = ""
       
  1554 aliasString3 =
       
  1555 freshness = 0
       
  1556 
       
  1557 [Test0171]
       
  1558 alias = strong
       
  1559 aliasString0 = fast & sometext | weak
       
  1560 aliasString1 = 11113100
       
  1561 aliasString2 = 11113101
       
  1562 aliasString3 = 11113102
       
  1563 freshness = 0
       
  1564 
       
  1565 [Test0172]
       
  1566 alias = strong
       
  1567 aliasString0 = fast + medium | weak
       
  1568 aliasString1 = 11113100
       
  1569 aliasString2 = 11113101
       
  1570 aliasString3 = 11113102
       
  1571 freshness = 0
       
  1572 
       
  1573 [Test0173]
       
  1574 alias = strong
       
  1575 aliasString0 = fast & medium | weak
       
  1576 aliasString1 = 11113101
       
  1577 aliasString2 = 11113102
       
  1578 aliasString3 = 11113100
       
  1579 synchronous = true
       
  1580 
       
  1581 [Test0174]
       
  1582 Pin11113101Active = true 
       
  1583 Pin11113101InputId = 6111
       
  1584 alias = strong
       
  1585 aliasString0 = (fast) & (medium) | (weak)
       
  1586 aliasString1 = 11113101
       
  1587 aliasString2 = 11113102
       
  1588 aliasString3 = 11113100
       
  1589 freshness = 0
       
  1590 
       
  1591 [Test0175]
       
  1592 Pin11113101Active = true 
       
  1593 Pin11113101InputId = 6111
       
  1594 alias = strong
       
  1595 aliasString0 = fast | weak
       
  1596 aliasString1 = medium & weak
       
  1597 aliasString2 = (11113101 & 11113102) | weak
       
  1598 aliasString3 = 11113100
       
  1599 freshness = 0
       
  1600 
       
  1601 [Test0176]
       
  1602 Pin11113103Active = true 
       
  1603 Pin11113103InputId = 6113
       
  1604 alias = strong
       
  1605 aliasString0 = medium | ((weak & fast) | 11113103)
       
  1606 aliasString1 = 11113103 & 11113100
       
  1607 aliasString2 = 11113100
       
  1608 aliasString3 = 11113100 | 11113103
       
  1609 freshness = 0
       
  1610 
       
  1611 [Test0177]
       
  1612 Pin11113100Active = true 
       
  1613 Pin11113100InputId = 5110
       
  1614 Pin11113101Active = true 
       
  1615 Pin11113101InputId = 5111
       
  1616 Pin11113102Active = true 
       
  1617 Pin11113102InputId = 5112
       
  1618 alias = strong
       
  1619 aliasString0 = fast & medium
       
  1620 aliasString1 = medium | 11113100
       
  1621 aliasString2 = weak & 11113101
       
  1622 aliasString3 = strong & 11113102
       
  1623 freshness = 0
       
  1624 
       
  1625 [Test0178]
       
  1626 alias = strong
       
  1627 aliasString0 = strong & medium
       
  1628 aliasString1 = 11113100
       
  1629 aliasString2 = strong & 11113101
       
  1630 aliasString3 = 11113102
       
  1631 freshness = 0
       
  1632 
       
  1633 [Test0179]
       
  1634 alias = unknownalias
       
  1635 aliasString0 = fast & medium
       
  1636 aliasString1 = 11113100
       
  1637 aliasString2 = 11113101
       
  1638 aliasString3 = 11113102
       
  1639 freshness = 0
       
  1640 synchronous = true
       
  1641 
       
  1642 [Test0180]
       
  1643 Pin11113101Active = true 
       
  1644 Pin11113101InputId = 6111
       
  1645 Pin11113102Active = true 
       
  1646 Pin11113102InputId = 6112
       
  1647 alias = strong
       
  1648 aliasString0 = fast | weak
       
  1649 aliasString1 = medium & weak
       
  1650 aliasString2 = (11113101 & 11113100) | weak
       
  1651 aliasString3 = 11113102
       
  1652 freshness = 0
       
  1653 synchronous = true
       
  1654 
       
  1655 [Test0183]
       
  1656 alias = strong
       
  1657 aliasCount = -2
       
  1658 
       
  1659 [Test0184]
       
  1660 alias = strong
       
  1661 aliasCount = 0
       
  1662 
       
  1663 #-------------------------------------------------------------------
       
  1664 
       
  1665 
       
  1666 [Test0156]
       
  1667 Pin11113102InputTrain = 5112
       
  1668 Pin11113102Default = true
       
  1669 Pin11113102Active = true 
       
  1670 
       
  1671 [Test0157]
       
  1672 plugin1Id = 11113102
       
  1673 Pin11113102Active = true 
       
  1674 Pin11113102InputId = 5114
       
  1675 freshness = 0
       
  1676 
       
  1677 
       
  1678 [Test0158]
       
  1679 Pin11113100InputTrain = 5110
       
  1680 Pin11113100Default = true
       
  1681 Pin11113100Active = true 
       
  1682 
       
  1683 [Test0159]
       
  1684 plugin1Id = 11113100
       
  1685 Pin11113100Active = true 
       
  1686 Pin11113100InputId = 5110
       
  1687 freshness = 0
       
  1688 
       
  1689 [Test0160]
       
  1690 Pin11113100InputTrain = 5110
       
  1691 Pin11113100Default = true
       
  1692 plugin1Id = 11113100
       
  1693 Pin11113100Active = true 
       
  1694 Pin11113100InputId = 5110
       
  1695 freshness = 0
       
  1696 stop = FALSE 
       
  1697 
       
  1698 [Test0161]
       
  1699 Pin11113101InputTrain = 5111
       
  1700 Pin11113101Default = true
       
  1701 plugin1Id = 11113101
       
  1702 Pin11113101Active = true 
       
  1703 Pin11113101InputId = 5112
       
  1704 freshness = 0
       
  1705 
       
  1706 [Test0162]
       
  1707 Pin11113102InputTrain = 5112
       
  1708 Pin11113102Default = true
       
  1709 plugin1Id = 11113102
       
  1710 Pin11113102Active = true 
       
  1711 Pin11113102InputId = 5112
       
  1712 deauth = 1
       
  1713 freshness = 0
       
  1714 stop = FALSE 
       
  1715 
       
  1716 #-------------------------------------------------------------------
       
  1717 [defidentity1]
       
  1718 plugin1Id = 00000
       
  1719 Pin11113100InputId = 0000
       
  1720 defaultpluginusage = true
       
  1721 
       
  1722 [defidentity2]
       
  1723 plugin1Id = 00000
       
  1724 Pin11113100InputId = 0000
       
  1725 defaultpluginusage = true
       
  1726 synchnronous = true
       
  1727 
       
  1728 [defidentity3]
       
  1729 plugin1Id = 00000
       
  1730 Pin11113100InputId = 0001
       
  1731 defaultpluginusage = true
       
  1732 
       
  1733 [defidentity4]
       
  1734 plugin1Id = 00000
       
  1735 Pin11113100InputId = 0001
       
  1736 defaultpluginusage = true
       
  1737 synchronous = true
       
  1738 
       
  1739 [defaultplugin2]
       
  1740 default = 11113101
       
  1741 
       
  1742 [defidentity5]
       
  1743 iSupportsDefaultData = false
       
  1744 plugin1Id = 00000
       
  1745 Pin11113101InputId = 0000
       
  1746 defaultpluginusage = true
       
  1747 synchronous = true
       
  1748 
       
  1749 [defaultplugin3]
       
  1750 iSupportsDefaultData = false
       
  1751 plugin1Id = 00000
       
  1752 Pin11113101InputId = 0000
       
  1753 defaultpluginusage = true
       
  1754 synchronous = true
       
  1755 
       
  1756 [defaultplugin4]
       
  1757 plugin1Id = 11113101
       
  1758 Pin11113101InputTrain = 5112
       
  1759 Pin11113101Default = true
       
  1760 Pin11113101Active = true
       
  1761 
       
  1762 [defidentity6]
       
  1763 Pin11113101InputId = 0000
       
  1764 plugin1Id = 11113101
       
  1765 freshness = 0
       
  1766 plugin1Status = 1
       
  1767 
       
  1768 [defidentity7]
       
  1769 forgetPlugin = 11113101
       
  1770 Pin11113101Active = true
       
  1771 Pin11113101Default = true
       
  1772 
       
  1773 
       
  1774 [defidentity8]
       
  1775 alias =
       
  1776 Pin11113100InputId = 0000
       
  1777 defaultpluginusage = true
       
  1778 
       
  1779 [defidentity9]
       
  1780 alias =
       
  1781 Pin11113100InputId = 0000
       
  1782 defaultpluginusage = true
       
  1783 synchronous = true
       
  1784 
       
  1785 
       
  1786 [defidentity10]
       
  1787 alias =
       
  1788 Pin11113100InputId = 0001
       
  1789 defaultpluginusage = true
       
  1790 
       
  1791 [defidentity11]
       
  1792 alias =
       
  1793 Pin11113100InputId = 0001
       
  1794 defaultpluginusage = true
       
  1795 synchronous = true
       
  1796 
       
  1797 ######################
       
  1798 # Sections for Reset Identity Tests #
       
  1799 ######################
       
  1800 [RegisterId]
       
  1801 defaultPlugin = PIN
       
  1802 IdentityString=AmazingUser
       
  1803 Pin11113100InputTrain = 420
       
  1804 Pin11113100Active = true
       
  1805 Pin11113101Active = false
       
  1806 Pin11113102Active = false
       
  1807 
       
  1808 [RegisterIdLotsOfPlugins]
       
  1809 defaultPlugin = PIN
       
  1810 IdentityString=AmazingUser
       
  1811 Pin11113100Active = true
       
  1812 Pin11113100InputTrain = 420
       
  1813 Pin11113101Active = true
       
  1814 Pin11113101InputTrain = 421
       
  1815 Pin11113102Active = true
       
  1816 Pin11113102InputTrain = 422
       
  1817 Pin11113103Active = true
       
  1818 Pin11113103InputTrain = 423
       
  1819 Pin11113104Active = true
       
  1820 Pin11113104InputTrain = 424
       
  1821 
       
  1822 [ResetIdAll]
       
  1823 ResetType=ResetAll
       
  1824 IdentityString=AmazingUser
       
  1825 RegistrationData=1234
       
  1826 
       
  1827 [AuthPinPlugin]
       
  1828 # For post reset authenticate
       
  1829 plugin1Id = 200032E5
       
  1830 Pin200032E5Active = true
       
  1831 pinvalue = 1234
       
  1832 freshness = 0
       
  1833 
       
  1834 [AuthPinPluginOldPin]
       
  1835 plugin1Id = 200032E5
       
  1836 Pin200032E5Active = true
       
  1837 freshness = 0
       
  1838 
       
  1839 [AuthPlugin11113100OldPin]
       
  1840 plugin1Id = 11113100
       
  1841 Pin11113100Active = true
       
  1842 Pin11113100InputId = 420
       
  1843 freshness = 0
       
  1844 
       
  1845 [AuthPlugin11113100]
       
  1846 plugin1Id = 11113100
       
  1847 Pin11113100Active = true
       
  1848 Pin11113100InputId = 1234
       
  1849 freshness = 0
       
  1850 
       
  1851 [AuthPluginResetNoReTrainOldPin]
       
  1852 plugin1Id = 11113101
       
  1853 Pin11113101Active = true
       
  1854 Pin11113101InputId = 421
       
  1855 freshness = 0
       
  1856 
       
  1857 [AuthPluginResetNoReTrain]
       
  1858 plugin1Id = 11113101
       
  1859 Pin11113101Active = true
       
  1860 Pin11113101InputId = 1234
       
  1861 freshness = 0
       
  1862 
       
  1863 [AuthPluginResetUnsupOldPin]
       
  1864 plugin1Id = 11113102
       
  1865 Pin11113102Active = true
       
  1866 Pin11113102InputId = 422
       
  1867 freshness = 0
       
  1868 
       
  1869 [AuthPluginResetUnsup]
       
  1870 plugin1Id = 11113102
       
  1871 Pin11113102Active = true
       
  1872 Pin11113102InputId = 1234
       
  1873 freshness = 0
       
  1874 
       
  1875 [AuthPluginBiometricOldPin]
       
  1876 plugin1Id = 11113103
       
  1877 Pin11113103Active = true
       
  1878 Pin11113103InputId = 423
       
  1879 freshness = 0
       
  1880 
       
  1881 [AuthPluginBiometric]
       
  1882 plugin1Id = 11113103
       
  1883 Pin11113103Active = true
       
  1884 Pin11113103InputId = 1234
       
  1885 freshness = 0
       
  1886 
       
  1887 [AuthPluginTokenOldPin]
       
  1888 plugin1Id = 11113104
       
  1889 Pin11113104Active = true
       
  1890 Pin11113104InputId = 424
       
  1891 freshness = 0
       
  1892 
       
  1893 [AuthPluginToken]
       
  1894 plugin1Id = 11113104
       
  1895 Pin11113104Active = true
       
  1896 Pin11113104InputId = 1234
       
  1897 freshness = 0
       
  1898 
       
  1899 [ResetIdAllMissingUser]
       
  1900 ResetType=ResetAll
       
  1901 IdentityString=MoreAmazingUser
       
  1902 RegistrationData=1234
       
  1903 
       
  1904 [ResetIdAllInvalidUser]
       
  1905 ResetType=ResetAll
       
  1906 IdentityString=
       
  1907 RegistrationData=1234
       
  1908 
       
  1909 [ResetIdTypeInvalidUser]
       
  1910 ResetType=ResetByType
       
  1911 PluginType=EAuthKnowledge
       
  1912 IdentityString=
       
  1913 RegistrationData=1234
       
  1914 
       
  1915 [ResetIdListInvalidUser]
       
  1916 ResetType=ResetByList
       
  1917 IdentityString=
       
  1918 PluginCount=1
       
  1919 PluginId0=200032E5
       
  1920 RegistrationData0=1234
       
  1921 
       
  1922 [ResetIdListNoPlugins]
       
  1923 ResetType=ResetByList
       
  1924 IdentityString=AmazingUser
       
  1925 PluginCount=0
       
  1926 
       
  1927 [ResetIdListCountMismatch]
       
  1928 ResetType=ResetByList
       
  1929 IdentityString=AmazingUser
       
  1930 PluginCount=-1
       
  1931 
       
  1932 [ResetIdTypeKnowledge]
       
  1933 ResetType=ResetByType
       
  1934 PluginType=EAuthKnowledge
       
  1935 IdentityString=AmazingUser
       
  1936 RegistrationData=1234
       
  1937 
       
  1938 [ResetIdTypeBiometric]
       
  1939 ResetType=ResetByType
       
  1940 PluginType=EAuthBiometric
       
  1941 IdentityString=AmazingUser
       
  1942 RegistrationData=1234
       
  1943 
       
  1944 [ResetIdListPinPlugin]
       
  1945 ResetType=ResetByList
       
  1946 IdentityString=AmazingUser
       
  1947 PluginCount=1
       
  1948 PluginId0=200032E5
       
  1949 RegistrationData0=1234
       
  1950 
       
  1951 [ResetIdListInvalidUser]
       
  1952 ResetType=ResetByList
       
  1953 IdentityString=MoreAmazingUser
       
  1954 PluginCount=1
       
  1955 PluginId0=200032E5
       
  1956 RegistrationData0=1234
       
  1957 
       
  1958 [ResetIdListUnsupPlugin]
       
  1959 ResetType=ResetByList
       
  1960 IdentityString=AmazingUser
       
  1961 PluginCount=1
       
  1962 PluginId0=11113102
       
  1963 RegistrationData0=1234
       
  1964 
       
  1965 [ResetIdListBiometricPlugin]
       
  1966 ResetType=ResetByList
       
  1967 IdentityString=AmazingUser
       
  1968 PluginCount=1
       
  1969 PluginId0=11113103
       
  1970 RegistrationData0=1234
       
  1971 
       
  1972 [Test0193]
       
  1973 alias = 11113100 & ( weak | strong )
       
  1974 aliasString0 = fast & medium | weak
       
  1975 aliasString1 = 11113101
       
  1976 aliasString2 = 11113102
       
  1977 aliasString3 = 11113100
       
  1978 synchronous = true
       
  1979 
       
  1980 [Test0194]
       
  1981 alias = 11113333 | ( Knowledge & Biometric & Token )
       
  1982 aliasString0 = fast & medium | weak
       
  1983 aliasString1 = 11113101
       
  1984 aliasString2 = 11113102
       
  1985 aliasString3 = 11113100
       
  1986 synchronous = true
       
  1987 KnowledgePref = 11113100
       
  1988 BiometricPref = 11113103
       
  1989 TokenPref     = 11113104
       
  1990 
       
  1991 [Test0195]
       
  1992 alias = ( 11113100 & ( weak | strong )
       
  1993 aliasString0 = fast & medium | weak
       
  1994 aliasString1 = 11113101
       
  1995 aliasString2 = 11113102
       
  1996 aliasString3 = 11113100
       
  1997 synchronous = true
       
  1998 
       
  1999 [Test0196]
       
  2000 alias = 11113333 | Knoledge
       
  2001 synchronous = true
       
  2002 KnowledgePref = 11113100
       
  2003 BiometricPref = 11113103
       
  2004 TokenPref     = 11113104
       
  2005 
       
  2006 
       
  2007 
       
  2008 [Test0197]
       
  2009 defaultPlugin = PIN
       
  2010 IdentityString=AmazingUser
       
  2011 Pin11113100InputTrain = 420
       
  2012 Pin11113100Active = true
       
  2013 Pin11113101Active = false
       
  2014 Pin11113102Active = false
       
  2015 
       
  2016 [Test0198]
       
  2017 plugin1Id = 11113100
       
  2018 Pin11113100Active = true 
       
  2019 Pin11113100InputId = 420
       
  2020 
       
  2021 [time]
       
  2022 time = 0
       
  2023 
       
  2024 [time1]
       
  2025 time = 600
       
  2026 
       
  2027 [Test0199]
       
  2028 plugin1Id = 11113100
       
  2029 Pin11113100Active = true 
       
  2030 Pin11113100InputId = 1234
       
  2031 freshness = 300
       
  2032 
       
  2033 
       
  2034 [Test0200]
       
  2035 Pin11113101InputTrain = 5112
       
  2036 Pin11113101Default = true
       
  2037 Pin11113101Active = true 
       
  2038 
       
  2039 [Test0201]
       
  2040 plugin1Id = 11113101
       
  2041 Pin11113101Active = true 
       
  2042 Pin11113101InputId = 5112
       
  2043 
       
  2044 [time2]
       
  2045 time = -600
       
  2046 
       
  2047 [Test0202]
       
  2048 plugin1Id = 11113101
       
  2049 Pin11113101Active = true 
       
  2050 Pin11113101InputId = 1234
       
  2051 freshness = 5
       
  2052 
       
  2053 [multithreadedRegister]
       
  2054 pluginType = EAuthKnowledge
       
  2055 defaultPlugin = PIN
       
  2056 Pin11113100InputTrain = 2035
       
  2057 Pin11113100Default = true
       
  2058 Pin11113100Active = true
       
  2059 finalUserName = NewUser