authenticationservices/authenticationserver/test/tAuthSvr/scripts/tAuthSvr3.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 [Test0000]
       
    25 NumIdentities = 3
       
    26 pluginId = 11113000
       
    27 
       
    28 [Test0001]
       
    29 iSupportsDefaultData = true
       
    30 NumIdentities = 3
       
    31 pluginType = EAuthKnowledge
       
    32 #isDefaultPlugin = true
       
    33 defaultPlugin = PIN
       
    34 pluginId = 11113100
       
    35 #userResult = 0011
       
    36 #userId = 597430
       
    37 #userResult = 2533
       
    38 #userId = 0873948
       
    39 userResult = 5555
       
    40 userId = 82383
       
    41 
       
    42 [Test0002]
       
    43 iSupportsDefaultData = true
       
    44 NumIdentities = 0
       
    45 pluginType = EAuthKnowledge
       
    46 #isDefaultPlugin = false
       
    47 #defaultPlugin = PIN
       
    48 
       
    49 [Test0003]
       
    50 iSupportsDefaultData = true
       
    51 NumIdentities = 0
       
    52 pluginType = EAuthBiometric
       
    53 isDefaultPlugin = true
       
    54 defaultPlugin = FINGER
       
    55 
       
    56 
       
    57 [Test0004]
       
    58 iSupportsDefaultData = false
       
    59 NumIdentities = 0
       
    60 pluginType = EAuthKnowledge
       
    61 #isDefaultPlugin = true
       
    62 defaultPlugin = PIN
       
    63 
       
    64 
       
    65 [Test0021a]
       
    66 #iSupportsDefaultData = false
       
    67 pluginType = EAuthKnowledge
       
    68 defaultPlugin = PIN
       
    69 Pin11113100InputTrain = 2035
       
    70 Pin11113100Default = true
       
    71 Pin11113100Active = true
       
    72 #initUserName = SOMENAME
       
    73 finalUserName = NewNameOfId2
       
    74 
       
    75 [Test0021b]
       
    76 plugin1Id = 11113100
       
    77 Pin11113100InputId = 2035
       
    78 freshness = 0
       
    79 Pin11113100Default = true
       
    80 Pin11113100Active = true
       
    81 
       
    82 [Test0021c]
       
    83 NumIdentities = 2
       
    84 plugin1Id = 11113100
       
    85 plugin1Status = 128
       
    86 
       
    87 #==========================================================
       
    88 #Next section is what is according to the test spec
       
    89 [Test0022a]
       
    90 #iSupportsDefaultData = true
       
    91 #pluginType = EAuthKnowledge
       
    92 #defaultPlugin = PIN
       
    93 NumIdentities = 2
       
    94 #The plugin below is for the pinAuthPlugin
       
    95 Pin11113100InputId = 5110
       
    96 Pin11113101InputId = 5101
       
    97 Pin11113102InputId = 5102
       
    98 Pin11113100InputTrain = 5110
       
    99 Pin11113101InputTrain = 5101
       
   100 Pin11113102InputTrain = 5102
       
   101 Pin11113100Default = false
       
   102 Pin11113101Default = false
       
   103 Pin11113102Default = false
       
   104 Pin11113100Active = false
       
   105 Pin11113101Active = false
       
   106 Pin11113102Active = false
       
   107 finalUserName = NewNameOfId2
       
   108 
       
   109 
       
   110 [Test0022b]
       
   111 plugin1Id = 11113100
       
   112 Pin11113100InputId = 5110
       
   113 Pin11113100Default = false
       
   114 Pin11113101Default = false
       
   115 Pin11113102Default = false
       
   116 Pin11113100Active = false
       
   117 Pin11113101Active = false
       
   118 Pin11113102Active = false
       
   119 freshness = 0
       
   120 
       
   121 [Test0022c]
       
   122 NumIdentities = 2
       
   123 plugin1Id = 11113100
       
   124 #EAuthUnTrained
       
   125 plugin1Status = 1
       
   126 
       
   127 [Test0022-works]
       
   128 iSupportsDefaultData = true
       
   129 pluginType = EAuthKnowledge
       
   130 defaultPlugin = PIN
       
   131 NumIdentities = 2
       
   132 #The plugin below is for the pinAuthPlugin
       
   133 plugin1Id = 11113100
       
   134 #EAuthTrained
       
   135 plugin1Status = 64
       
   136 #Value below should be used.
       
   137 #plugin1Status = 128
       
   138 Pin11113100InputId = 5110
       
   139 Pin11113101InputId = 5101
       
   140 Pin11113102InputId = 5102
       
   141 Pin11113100InputTrain = 5110
       
   142 Pin11113101InputTrain = 5101
       
   143 Pin11113102InputTrain = 5102
       
   144 Pin11113100Default = true
       
   145 Pin11113101Default = true
       
   146 Pin11113102Default = true
       
   147 Pin11113100Active = true
       
   148 Pin11113101Active = true
       
   149 Pin11113102Active = true
       
   150 finalUserName = NewNameOfId2
       
   151 
       
   152 [Test0022-Unused]
       
   153 iSupportsDefaultData = true
       
   154 pluginType = EAuthKnowledge
       
   155 defaultPlugin = PIN
       
   156 NumIdentities = 2
       
   157 #The plugin below is for the pinAuthPlugin
       
   158 plugin1Id = 11113100
       
   159 #EAuthTrained
       
   160 plugin1Status = 64
       
   161 Pin11113100Default = false
       
   162 Pin11113101Default = false
       
   163 Pin11113102Default = false
       
   164 Pin11113100Active = false
       
   165 Pin11113101Active = false
       
   166 Pin11113102Active = false
       
   167 initUserName = SOMENAME
       
   168 finalUserName = NewNameOfId2
       
   169 
       
   170 #==========================================================
       
   171 [Test0023a]
       
   172 NumIdentities = 2
       
   173 #The plugin below is for the pinAuthPlugin
       
   174 plugin1Id = 11113100
       
   175 #EAuthUnTrained
       
   176 plugin1Status = 1
       
   177 #Pin11113100InputId = 5110
       
   178 Pin11113100InputTrain = 5110
       
   179 Pin11113100Default = false
       
   180 Pin11113101Default = false
       
   181 Pin11113102Default = false
       
   182 Pin11113100Active = false
       
   183 Pin11113101Active = false
       
   184 Pin11113102Active = false
       
   185 
       
   186 [Test0023b]
       
   187 plugin1Id = 11113100
       
   188 Pin11113100InputId = 5110
       
   189 Pin11113100Default = false
       
   190 Pin11113101Default = false
       
   191 Pin11113102Default = false
       
   192 Pin11113100Active = false
       
   193 Pin11113101Active = false
       
   194 Pin11113102Active = false
       
   195 
       
   196 
       
   197 [Test0023c]
       
   198 NumIdentities = 1
       
   199 plugin1Id = 11113100
       
   200 #EAuthUnTrained
       
   201 plugin1Status = 1
       
   202 
       
   203 [Test0023d]
       
   204 NumIdentities = 2
       
   205 #The plugin below is for the pinAuthPlugin
       
   206 plugin1Id = 11113100
       
   207 #EAuthFullTrained
       
   208 plugin1Status = 128
       
   209 #Pin11113100InputId = 5110
       
   210 Pin11113100InputTrain = 5110
       
   211 Pin11113100Default = true
       
   212 Pin11113101Default = true
       
   213 Pin11113102Default = true
       
   214 Pin11113100Active = true
       
   215 Pin11113101Active = true
       
   216 Pin11113102Active = true
       
   217 
       
   218 [Test0023e]
       
   219 NumIdentities = 2
       
   220 plugin1Id = 11113100
       
   221 #EAuthUnTrained
       
   222 plugin1Status = 128
       
   223 
       
   224 [Test0023f]
       
   225 plugin1Id = 11113100
       
   226 Pin11113100InputId = 5110
       
   227 Pin11113100Default = true
       
   228 Pin11113101Default = true
       
   229 Pin11113102Default = true
       
   230 Pin11113100Active = true
       
   231 Pin11113101Active = true
       
   232 Pin11113102Active = true
       
   233 
       
   234 #==========================================================
       
   235 [Test0024a]
       
   236 #This test expects the presence of plugin 10274104, else i'll need to supply the 3 properties for 11113101, input being 5101
       
   237 
       
   238 Pin11113100InputTrain = 5110
       
   239 Pin11113101InputTrain = 0000
       
   240 Pin11113100Default = true
       
   241 Pin11113100Active = true
       
   242 Pin11113101Default = true
       
   243 Pin11113101Active = true
       
   244 finalUserName = NewNameOfId2
       
   245 
       
   246 [Test0024b]
       
   247 plugin1Id = 11113100
       
   248 Pin11113100InputId = 5110
       
   249 Pin11113100Default = true
       
   250 Pin11113101Default = true
       
   251 Pin11113102Default = true
       
   252 Pin11113100Active = true
       
   253 Pin11113101Active = true
       
   254 Pin11113102Active = true
       
   255 
       
   256 [Test0024c]
       
   257 NumIdentities = 2
       
   258 plugin1Id = 11113100
       
   259 #EAuthFullyTrained
       
   260 plugin1Status = 128
       
   261 
       
   262 [Test0024d]
       
   263 NumIdentities = 2
       
   264 plugin1Id = 11113101
       
   265 #EAuthTrained
       
   266 plugin1Status = 64
       
   267 
       
   268 #==========================================================
       
   269 [Test0025a]
       
   270 NumIdentities = 1
       
   271 plugin1Id = 11113100
       
   272 #EAuthFullyTrained
       
   273 plugin1Status = 128
       
   274 Pin11113100Default = true
       
   275 Pin11113100Active = true
       
   276 Pin11113101Default = false
       
   277 Pin11113101Active = true
       
   278 
       
   279 [Test0025b]
       
   280 NumIdentities = 1
       
   281 plugin1Id = 11113101
       
   282 #EAuthUnTrained
       
   283 plugin1Status = 1
       
   284 Pin11113100Default = true
       
   285 Pin11113100Active = true
       
   286 Pin11113101Default = false
       
   287 Pin11113101Active = true
       
   288 
       
   289 [Test0025c]
       
   290 Pin11113100InputTrain = 5110
       
   291 Pin11113101InputTrain = Cancel
       
   292 Pin11113100Default = true
       
   293 Pin11113100Active = true
       
   294 Pin11113101Default = false
       
   295 Pin11113101Active = true
       
   296 
       
   297 [Test0025d]
       
   298 NumIdentities = 2
       
   299 plugin1Id = 11113100
       
   300 #EAuthFullyTrained
       
   301 plugin1Status = 128
       
   302 
       
   303 [Test0025e]
       
   304 NumIdentities = 2
       
   305 plugin1Id = 11113101
       
   306 #EAuthUnTrained
       
   307 plugin1Status = 1
       
   308 
       
   309 [Test0025f]
       
   310 plugin1Id = 11113100
       
   311 Pin11113100InputId = 5110
       
   312 Pin11113100Default = true
       
   313 Pin11113100Active = true
       
   314 freshness = 0
       
   315 Pin11113101Default = false
       
   316 Pin11113101Active = true
       
   317 
       
   318 [Test0025g]
       
   319 plugin1Id = 11113101
       
   320 Pin11113101InputTrain = 5112
       
   321 Pin11113101Default = false
       
   322 Pin11113101Active = true
       
   323 
       
   324 [Test0025h]
       
   325 NumIdentities = 2
       
   326 plugin1Id = 11113101
       
   327 #EAuthTrained
       
   328 plugin1Status = 64
       
   329 
       
   330 [Test0025i]
       
   331 plugin1Id = 11113101
       
   332 Pin11113101InputId = 5112
       
   333 Pin11113101Default = false
       
   334 Pin11113101Active = true
       
   335 freshness = 0
       
   336 
       
   337 #=========================================
       
   338 [Test0026a]
       
   339 NumIdentities = 1
       
   340 #plugin1Id = 11113100
       
   341 #EAuthTrained
       
   342 #plugin1Status = 64
       
   343 Pin11113100InputTrain = 5110
       
   344 Pin11113101InputTrain = Quit
       
   345 Pin11113100Default = true
       
   346 Pin11113100Active = true
       
   347 Pin11113101Default = false
       
   348 Pin11113101Active = true
       
   349 
       
   350 [Test0026b]
       
   351 plugin1Id = 11113101
       
   352 Pin11113101InputId = 5110
       
   353 Pin11113101Default = false
       
   354 Pin11113101Active = true
       
   355 freshness = 0
       
   356 
       
   357 #=========================================
       
   358 [Test0027a]
       
   359 #Requires the presence of only 3 plugins.
       
   360 NumIdentities = 1
       
   361 #The plugin below is for the pinAuthPlugin
       
   362 #Pin11113100InputId = 0000
       
   363 Pin11113100InputTrain = 0000
       
   364 Pin11113100Default = true
       
   365 Pin11113100Active = true 
       
   366 #Pin11113101InputId = 0000
       
   367 Pin11113101InputTrain = 0000
       
   368 Pin11113101Default = true
       
   369 Pin11113101Active = true 
       
   370 #Pin11113102InputId = 0000
       
   371 Pin11113102InputTrain = 0000
       
   372 Pin11113102Default = true
       
   373 Pin11113102Active = true 
       
   374 
       
   375 [Test0027b]
       
   376 plugin1Id = 11113100
       
   377 #EAuthFullyTrained
       
   378 plugin1Status = 128
       
   379 
       
   380 [Test0028a]
       
   381 #Requires the presence of only 3 plugins, or i can set the other plugins to use the 'cancel' code
       
   382 NumIdentities = 1
       
   383 #The plugin below is for the pinAuthPlugin
       
   384 #plugin1Id = 11113100
       
   385 #EAuthTrained
       
   386 #plugin1Status = 64
       
   387 Pin11113100InputTrain = Cancel
       
   388 Pin11113100Default = true
       
   389 Pin11113100Active = true
       
   390 Pin11113101InputTrain = Cancel 
       
   391 Pin11113101Default = true
       
   392 Pin11113101Active = true 
       
   393 Pin11113102InputTrain = Cancel
       
   394 Pin11113102Default = true
       
   395 Pin11113102Active = true
       
   396 
       
   397 [Test0028b]
       
   398 plugin1Id = 11113100
       
   399 #EAuthFullyTrained
       
   400 plugin1Status = 128
       
   401 
       
   402 [Test0041a]
       
   403 NumIdentities = 2
       
   404 #The plugin below is for the pinAuthPlugin
       
   405 plugin1Id = 11113100
       
   406 #EAuthFullyTrained
       
   407 plugin1Status = 128
       
   408 #Pin11113100InputId = 5110
       
   409 Pin11113100InputTrain = 5110
       
   410 Pin11113100Default = true
       
   411 Pin11113100Active = true 
       
   412 
       
   413 [Test0041b]
       
   414 Pin11113100InputId = 5110
       
   415 plugin1Id = 11113100
       
   416 
       
   417 [Test0041c]
       
   418 NumIdentities = 2
       
   419 #The plugin below is for the pinAuthPlugin
       
   420 plugin1Id = 11113100
       
   421 #EAuthFullyTrained
       
   422 plugin1Status = 128
       
   423 #Pin11113100InputId = 5110
       
   424 Pin11113100InputTrain = 5118
       
   425 Pin11113100Default = true
       
   426 Pin11113100Active = true 
       
   427 
       
   428 [Test0041d]
       
   429 Pin11113100InputId = 5118
       
   430 plugin1Id = 11113100
       
   431 
       
   432 [Test0042a]
       
   433 NumIdentities = 2
       
   434 #The plugin below is for the pinAuthPlugin
       
   435 plugin1Id = 11113100
       
   436 #EAuthFullyTrained
       
   437 plugin1Status = 128
       
   438 #Pin11113100InputId = 5110
       
   439 Pin11113100InputTrain = 5110
       
   440 Pin11113100Default = true
       
   441 Pin11113100Active = true 
       
   442 
       
   443 [Test0042b]
       
   444 NumIdentities = 2
       
   445 #The plugin below is for the pinAuthPlugin
       
   446 plugin1Id = 11113100
       
   447 #EAuthFullyTrained
       
   448 plugin1Status = 128
       
   449 Pin11113100InputId = 51194
       
   450 Pin11113100InputTrain = 5118
       
   451 Pin11113100Default = true
       
   452 Pin11113100Active = true 
       
   453 
       
   454 
       
   455 [Test0043a]
       
   456 NumIdentities = 2
       
   457 #The plugin below is for the pinAuthPlugin
       
   458 plugin1Id = 11113100
       
   459 #EAuthFullyTrained
       
   460 plugin1Status = 128
       
   461 #Pin11113100InputId = 5110
       
   462 Pin11113100InputTrain = 5110
       
   463 Pin11113100Default = true
       
   464 Pin11113100Active = true 
       
   465 
       
   466 [Test0043b]
       
   467 NumIdentities = 2
       
   468 #The plugin below is for the pinAuthPlugin
       
   469 plugin1Id = 11113188
       
   470 #EAuthUnTrained
       
   471 plugin1Status = 1
       
   472 Pin11113100InputId = 5110
       
   473 Pin11113100InputTrain = 5118
       
   474 Pin11113100Default = true
       
   475 Pin11113100Active = true 
       
   476 
       
   477 [Test0044a]
       
   478 NumIdentities = 2
       
   479 #The plugin below is for the pinAuthPlugin
       
   480 plugin1Id = 11113100
       
   481 #EAuthFullyTrained
       
   482 plugin1Status = 128
       
   483 #Pin11113100InputId = 5110
       
   484 Pin11113100InputTrain = 5110
       
   485 Pin11113100Default = true
       
   486 Pin11113100Active = true 
       
   487 
       
   488 [Test0044b]
       
   489 NumIdentities = 2
       
   490 #The plugin below is for the pinAuthPlugin
       
   491 plugin1Id = 11113100
       
   492 #EAuthFullyTrained
       
   493 plugin1Status = 128
       
   494 Pin11113100InputId = 5110
       
   495 Pin11113100InputTrain = 5118
       
   496 Pin11113100Default = true
       
   497 Pin11113100Active = true 
       
   498 
       
   499 [Test0044c]
       
   500 NumIdentities = 2
       
   501 #The plugin below is for the pinAuthPlugin
       
   502 plugin1Id = 11113100
       
   503 #EAuthFullyTrained
       
   504 plugin1Status = 128
       
   505 Pin11113100InputId = 5117
       
   506 Pin11113100InputTrain = 5116
       
   507 Pin11113100Default = true
       
   508 Pin11113100Active = true 
       
   509 freshness = 0
       
   510 
       
   511 [Test0045a]
       
   512 NumIdentities = 2
       
   513 #The plugin below is for the pinAuthPlugin
       
   514 plugin1Id = 11113100
       
   515 #EAuthFullyTrained
       
   516 plugin1Status = 128
       
   517 #Pin11113100InputId = 5110
       
   518 Pin11113100InputTrain = 5110
       
   519 Pin11113100Default = true
       
   520 Pin11113100Active = true 
       
   521 
       
   522 [Test0045b]
       
   523 NumIdentities = 2
       
   524 #The plugin below is for the pinAuthPlugin
       
   525 plugin1Id = 11113100
       
   526 #EAuthFullyTrained
       
   527 plugin1Status = 128
       
   528 Pin11113100InputId = 5110
       
   529 Pin11113100InputTrain = 0000
       
   530 Pin11113100Default = true
       
   531 Pin11113100Active = true 
       
   532 
       
   533 [Test0046a]
       
   534 NumIdentities = 2
       
   535 #The plugin below is for the pinAuthPlugin
       
   536 plugin1Id = 11113100
       
   537 #EAuthFullyTrained
       
   538 plugin1Status = 128
       
   539 #Pin11113100InputId = 5110
       
   540 Pin11113100InputTrain = 5110
       
   541 Pin11113100Default = true
       
   542 Pin11113100Active = true 
       
   543 
       
   544 [Test0046b]
       
   545 NumIdentities = 2
       
   546 #The plugin below is for the pinAuthPlugin
       
   547 plugin1Id = 11113100
       
   548 #EAuthFullyTrained
       
   549 plugin1Status = 128
       
   550 Pin11113100InputId = 5110
       
   551 Pin11113100InputTrain = Cancel
       
   552 Pin11113100Default = true
       
   553 Pin11113100Active = true 
       
   554 
       
   555 [Test0047a]
       
   556 NumIdentities = 2
       
   557 #The plugin below is for the pinAuthPlugin
       
   558 plugin1Id = 11113100
       
   559 #EAuthFullyTrained
       
   560 plugin1Status = 128
       
   561 #Pin11113100InputId = 5110
       
   562 Pin11113100InputTrain = 5110
       
   563 Pin11113100Default = true
       
   564 Pin11113100Active = true 
       
   565 
       
   566 [Test0047b]
       
   567 NumIdentities = 2
       
   568 #The plugin below is for the pinAuthPlugin
       
   569 plugin1Id = 11113100
       
   570 #EAuthFullyTrained
       
   571 plugin1Status = 128
       
   572 Pin11113100InputId = 5110
       
   573 Pin11113100InputTrain = Quit
       
   574 Pin11113100Default = true
       
   575 Pin11113100Active = true
       
   576 
       
   577 [Test0048a]
       
   578 NumIdentities = 2
       
   579 #The plugin below is for the pinAuthPlugin
       
   580 plugin1Id = 11113100
       
   581 #EAuthFullyTrained
       
   582 plugin1Status = 128
       
   583 Pin11113100InputTrain = 5110
       
   584 Pin11113100Default = true
       
   585 Pin11113100Active = true 
       
   586 Pin11113101InputTrain = 5111
       
   587 Pin11113101Default = true
       
   588 Pin11113101Active = true 
       
   589 
       
   590 
       
   591 [Test0048b]
       
   592 NumIdentities = 2
       
   593 #The plugin below is for the pinAuthPlugin
       
   594 plugin1Id = 11113100
       
   595 #EAuthFullyTrained
       
   596 plugin1Status = 128
       
   597 Pin11113100InputId = 5110
       
   598 Pin11113100InputTrain = 51178
       
   599 Pin11113100Default = true
       
   600 Pin11113100Active = true
       
   601 freshness = 0
       
   602 
       
   603 [Test0048c]
       
   604 NumIdentities = 2
       
   605 #The plugin below is for the pinAuthPlugin
       
   606 plugin1Id = 11113101
       
   607 #EAuthFullyTrained
       
   608 plugin1Status = 128
       
   609 Pin11113101InputId = 5111
       
   610 Pin11113101InputTrain = 51175
       
   611 Pin11113101Default = true
       
   612 Pin11113101Active = true 
       
   613 freshness = 0
       
   614 
       
   615 [Test0061Test]
       
   616 #NumIdentities = 2
       
   617 #The plugin below is for the pinAuthPlugin
       
   618 plugin1Id = 11113100
       
   619 #EAuthFullyTrained
       
   620 plugin1Status = 128
       
   621 Pin11113100InputId = 0000
       
   622 Pin11113100Default = true
       
   623 Pin11113100Active = true
       
   624 Pin11113101Default = false
       
   625 Pin11113101Active = false
       
   626 freshness = 0
       
   627 
       
   628 
       
   629 [Test0061a]
       
   630 NumIdentities = 2
       
   631 #The plugin below is for the pinAuthPlugin
       
   632 plugin1Id = 11113100
       
   633 #EAuthFullyTrained
       
   634 plugin1Status = 128
       
   635 Pin11113100InputTrain = 5110
       
   636 Pin11113100Default = true
       
   637 Pin11113100Active = true
       
   638 Pin11113101Default = false
       
   639 Pin11113101Active = false
       
   640 freshness = 0
       
   641 
       
   642 [Test0061b]
       
   643 NumIdentities = 2
       
   644 plugin1Id = 11113101
       
   645 #EAuthUnTrained
       
   646 plugin1Status = 1
       
   647 
       
   648 [Test0061c]
       
   649 Pin11113100InputId = 5110
       
   650 Pin11113100Default = true
       
   651 Pin11113100Active = true
       
   652 Pin11113101InputTrain = 5111
       
   653 Pin11113101Active = true
       
   654 freshness = 60
       
   655 plugin1Id = 11113101
       
   656 #EAuthTrained
       
   657 plugin1Status = 64
       
   658 
       
   659 [Test0061d]
       
   660 plugin1Id = 11113101
       
   661 #EAuthTrained
       
   662 plugin1Status = 64
       
   663 
       
   664 [Test0061e]
       
   665 Pin11113100InputId = 0000
       
   666 Pin11113100Default = true
       
   667 Pin11113100Active = true
       
   668 Pin11113101InputTrain = 5112
       
   669 Pin11113101Active = true
       
   670 freshness = 60
       
   671 plugin1Id = 11113101
       
   672 #EAuthFullyTrained
       
   673 plugin1Status = 128
       
   674 
       
   675 [Test0061f]
       
   676 plugin1Id = 11113101
       
   677 #EAuthFullyTrained
       
   678 plugin1Status = 128
       
   679 
       
   680 [Test0062a]
       
   681 NumIdentities = 2
       
   682 #The plugin below is for the pinAuthPlugin
       
   683 plugin1Id = 11113100
       
   684 #EAuthFullyTrained
       
   685 plugin1Status = 128
       
   686 Pin11113100InputTrain = 5110
       
   687 Pin11113100Default = true
       
   688 Pin11113100Active = true
       
   689 Pin11113101Default = false
       
   690 Pin11113101Active = false
       
   691 freshness = 0
       
   692 
       
   693 [Test0062b]
       
   694 NumIdentities = 2
       
   695 plugin1Id = 11113101
       
   696 #EAuthUnTrained
       
   697 plugin1Status = 1
       
   698 
       
   699 [Test0062c]
       
   700 Pin11113100InputId = 511085474
       
   701 Pin11113100Default = true
       
   702 Pin11113100Active = true
       
   703 Pin11113101InputTrain = 5111
       
   704 Pin11113101Active = true
       
   705 freshness = 60
       
   706 
       
   707 [Test0062d]
       
   708 plugin1Id = 11113101
       
   709 #EAuthUnTrained
       
   710 plugin1Status = 1
       
   711 
       
   712 [Test0062e]
       
   713 Pin11113100InputId = 000011883
       
   714 Pin11113100Default = true
       
   715 Pin11113100Active = true
       
   716 Pin11113101InputTrain = 5112
       
   717 Pin11113101Active = true
       
   718 freshness = 60
       
   719 
       
   720 [Test0062f]
       
   721 plugin1Id = 11113101
       
   722 #EAuthUnTrained
       
   723 plugin1Status = 1
       
   724 
       
   725 [Test0101a]
       
   726 NumIdentities = 2
       
   727 #The plugin below is for the pinAuthPlugin
       
   728 plugin1Id = 11113100
       
   729 #EAuthFullyTrained
       
   730 plugin1Status = 128
       
   731 Pin11113100InputTrain = 5110
       
   732 Pin11113100Default = true
       
   733 Pin11113100Active = true 
       
   734 Pin11113101InputTrain = 5111
       
   735 Pin11113101Default = true
       
   736 Pin11113101Active = true 
       
   737 
       
   738 [Test0101b]
       
   739 Pin11113101InputId = 5111
       
   740 plugin1Id = 11113101
       
   741 freshness = 0
       
   742 
       
   743 [Test0101c]
       
   744 NumIdentities = 1
       
   745 #The plugin below is for the pinAuthPlugin
       
   746 plugin1Id = 11113100
       
   747 #EAuthFullyTrained
       
   748 plugin1Status = 128
       
   749 Pin11113100InputId = 5110
       
   750 Pin11113100InputTrain = 51178
       
   751 Pin11113100Default = true
       
   752 Pin11113100Active = true
       
   753 #freshness = 0
       
   754 
       
   755 [Test0101d]
       
   756 Pin11113101InputId = 5111
       
   757 plugin1Id = 11113101
       
   758 freshness = 0
       
   759 
       
   760 [Test0102b]
       
   761 NumIdentities = 1
       
   762 #The plugin below is for the pinAuthPlugin
       
   763 plugin1Id = 11113100
       
   764 #EAuthFullyTrained
       
   765 plugin1Status = 128
       
   766 Pin11113100InputId = 0000
       
   767 #Pin11113100InputTrain = 51178
       
   768 Pin11113100Default = true
       
   769 Pin11113100Active = true
       
   770 freshness = 0
       
   771 
       
   772 
       
   773 [Test0103a]
       
   774 NumIdentities = 2
       
   775 #The plugin below is for the pinAuthPlugin
       
   776 plugin1Id = 11113100
       
   777 #EAuthFullyTrained
       
   778 plugin1Status = 128
       
   779 Pin11113100InputTrain = 5110
       
   780 Pin11113100Default = true
       
   781 Pin11113100Active = true 
       
   782 Pin11113101InputTrain = 5111
       
   783 Pin11113101Default = true
       
   784 Pin11113101Active = true 
       
   785 
       
   786 [Test0103b]
       
   787 NumIdentities = 1
       
   788 #The plugin below is for the pinAuthPlugin
       
   789 plugin1Id = 11113100
       
   790 #EAuthFullyTrained
       
   791 plugin1Status = 128
       
   792 Pin11113100InputId = 5110
       
   793 #Pin11113100InputTrain = 51178
       
   794 Pin11113100Default = true
       
   795 Pin11113100Active = true
       
   796 freshness = 0
       
   797 retryRemove = true
       
   798 
       
   799 [Test0104a]
       
   800 NumIdentities = 2
       
   801 #The plugin below is for the pinAuthPlugin
       
   802 plugin1Id = 11113100
       
   803 #EAuthFullyTrained
       
   804 plugin1Status = 128
       
   805 Pin11113100InputTrain = 5110
       
   806 Pin11113100Default = true
       
   807 Pin11113100Active = true 
       
   808 Pin11113101InputTrain = 5111
       
   809 Pin11113101Default = true
       
   810 Pin11113101Active = true 
       
   811 
       
   812 [Test0104b]
       
   813 NumIdentities = 2
       
   814 #The plugin below is for the pinAuthPlugin
       
   815 plugin1Id = 11113100
       
   816 #EAuthFullyTrained
       
   817 plugin1Status = 128
       
   818 Pin11113100InputId = 51178
       
   819 #Pin11113100InputTrain = 51178
       
   820 Pin11113100Default = true
       
   821 Pin11113100Active = true
       
   822 freshness = 0
       
   823 
       
   824 [Test0105a]
       
   825 NumIdentities = 2
       
   826 #The plugin below is for the pinAuthPlugin
       
   827 plugin1Id = 11113100
       
   828 #EAuthFullyTrained
       
   829 plugin1Status = 128
       
   830 Pin11113100InputTrain = 5110
       
   831 Pin11113100Default = true
       
   832 Pin11113100Active = true 
       
   833 Pin11113101InputTrain = 5111
       
   834 Pin11113101Default = true
       
   835 Pin11113101Active = true 
       
   836 
       
   837 [Test0105b]
       
   838 NumIdentities = 3
       
   839 #The plugin below is for the pinAuthPlugin
       
   840 plugin1Id = 11113100
       
   841 #EAuthFullyTrained
       
   842 plugin1Status = 128
       
   843 Pin11113100InputTrain = 6110
       
   844 Pin11113100Default = true
       
   845 Pin11113100Active = true 
       
   846 Pin11113101InputTrain = 6111
       
   847 Pin11113101Default = true
       
   848 Pin11113101Active = true 
       
   849 
       
   850 [Test0105c]
       
   851 NumIdentities = 2
       
   852 #The plugin below is for the pinAuthPlugin
       
   853 plugin1Id = 11113100
       
   854 #EAuthFullyTrained
       
   855 plugin1Status = 128
       
   856 Pin11113100InputId = 5110
       
   857 Pin11113100Default = true
       
   858 Pin11113100Active = true
       
   859 freshness = 0
       
   860 retryRemove = true
       
   861 
       
   862 
       
   863 [Test0121a]
       
   864 iSupportsDefaultData = true
       
   865 plugin1Id = 11113100 & 11113101
       
   866 Pin11113100InputId = 5110
       
   867 Pin11113101InputId = 6110
       
   868 freshness = 0
       
   869 Pin11113100Default = true
       
   870 Pin11113101Active = true
       
   871 Pin11113100Active = true
       
   872 
       
   873 [Test0121b]
       
   874 NumIdentities = 2
       
   875 Pin11113100Active = true
       
   876 Pin11113100InputTrain = 5110
       
   877 Pin11113101Active = true
       
   878 Pin11113101InputTrain = 6110
       
   879 
       
   880 [Test0121c]
       
   881 forgetPlugin = 11113100
       
   882 
       
   883 [Test0121d]
       
   884 
       
   885 NumIdentities = 2
       
   886 plugin1Id = 11113100
       
   887 Pin11113100Active = true
       
   888 Pin11113100InputId = 5110
       
   889 freshness = 0
       
   890 
       
   891 [Test0122a]
       
   892 iSupportsDefaultData = true
       
   893 plugin1Id = 11113100
       
   894 Pin11113100InputId = 5110
       
   895 freshness = 0
       
   896 Pin11113100Default = true
       
   897 Pin11113100Active = true
       
   898 Pin11113101Active = false
       
   899 Pin11113102Active = false
       
   900 
       
   901 [Test0122b]
       
   902 NumIdentities = 2
       
   903 Pin11113100Active = true
       
   904 Pin11113100InputTrain = 5110
       
   905 Pin11113101Active = false
       
   906 Pin11113102Active = false
       
   907 
       
   908 [Test0122c]
       
   909 forgetPlugin = 11113100
       
   910 Pin11113100Active = true
       
   911 Pin11113101Active = false
       
   912 Pin11113102Active = false
       
   913 
       
   914 [Test0123a]
       
   915 iSupportsDefaultData = true
       
   916 plugin1Id = 11113100 & 11113102
       
   917 Pin11113100InputId = 5110
       
   918 Pin11113102InputId = 6220
       
   919 freshness = 0
       
   920 Pin11113100Default = true
       
   921 Pin11113100Active = true
       
   922 Pin11113101Active = false
       
   923 Pin11113102Active = false
       
   924 
       
   925 [Test0123b]
       
   926 NumIdentities = 2
       
   927 Pin11113100Active = true
       
   928 Pin11113100InputTrain = 5110
       
   929 Pin11113102Active = true
       
   930 Pin11113102InputTrain = 6220
       
   931 Pin11113101Active = false
       
   932 
       
   933 [Test0123c]
       
   934 forgetPlugin = 11113101
       
   935 Pin11113100Active = true
       
   936 Pin11113101Active = true
       
   937 Pin11113102Active = true
       
   938 
       
   939 [Test0124a]
       
   940 iSupportsDefaultData = true
       
   941 plugin1Id = 11113100 & 11113102
       
   942 Pin11113100InputId = 5110
       
   943 Pin11113102InputId = 6220
       
   944 freshness = 0
       
   945 Pin11113100Default = true
       
   946 Pin11113100Active = true
       
   947 Pin11113101Active = false
       
   948 Pin11113102Active = false
       
   949 
       
   950 [Test0124b]
       
   951 NumIdentities = 2
       
   952 Pin11113100Active = true
       
   953 Pin11113100InputTrain = 5110
       
   954 Pin11113102Active = true
       
   955 Pin11113102InputTrain = 6220
       
   956 Pin11113101Active = false
       
   957 
       
   958 [Test0124c]
       
   959 forgetPlugin = ffffffff
       
   960 Pin11113100Active = true
       
   961 Pin11113101Active = true
       
   962 Pin11113102Active = true
       
   963 
       
   964 [Test0125]
       
   965 forgetPlugin = 11113100
       
   966 forgetUnknown = true
       
   967 Pin11113100Active = true
       
   968 Pin11113100Default = true
       
   969 Pin11113101Active = true
       
   970 Pin11113102Active = true
       
   971 iSupportsDefaultData = true
       
   972 
       
   973 [Test0141]
       
   974 Pin11113100InputId = 5000
       
   975 Pin11113100InputTrain = 5000
       
   976 Pin11113100Default = true
       
   977 Pin11113100Active = true 
       
   978 Pin11113101InputId = 5001
       
   979 Pin11113101InputTrain = 5001
       
   980 Pin11113101Default = true
       
   981 Pin11113101Active = true 
       
   982 Pin11113102InputId = 5002
       
   983 Pin11113102InputTrain = 5002
       
   984 Pin11113102Default = true
       
   985 Pin11113102Active = true 
       
   986 plugin1Id = B & K & T
       
   987 KnowledgePref = 11113100
       
   988 BiometricPref = 11113101
       
   989 TokenPref     = 11113102
       
   990 
       
   991 [Test0142]
       
   992 Pin11113100InputId = 5000
       
   993 Pin11113100InputTrain = 5000
       
   994 Pin11113100Default = true
       
   995 Pin11113100Active = true 
       
   996 Pin11113101InputId = 5001
       
   997 Pin11113101InputTrain = 5001
       
   998 Pin11113101Default = true
       
   999 Pin11113101Active = true 
       
  1000 Pin11113102InputId = 5002
       
  1001 Pin11113102InputTrain = 5002
       
  1002 Pin11113102Default = true
       
  1003 Pin11113102Active = true 
       
  1004 plugin1Id = B & K & T
       
  1005 KnowledgePref = 11113100
       
  1006 BiometricPref = 11113101
       
  1007 TokenPref     = 11119999