authenticationservices/authenticationserver/test/tAuthSvr/scripts/tAuthSvr3.ini
changeset 29 ece3df019add
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/authenticationservices/authenticationserver/test/tAuthSvr/scripts/tAuthSvr3.ini	Tue Nov 24 09:06:03 2009 +0200
@@ -0,0 +1,1007 @@
+# Index of key values
+#iSupportsDefaultData 	- bool that defines if the chosen plugin supports default data
+#NumIdentities		- int that defines the expected number of identities that are registered on the server
+#pluginType		- 
+#isDefaultPlugin	- No longer in use. defaultPlugin is used instead
+#defaultPlugin		- string that defines which plugin to use as the default. Used to update the AuthServer policy file
+#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
+#userResult		- Int that contains what the user has input on being prompted to 'identify', i.e. the PIN
+#			In cases where this is absent, then we're expecting the 'data' returned to be the same as the pluginId value (cueValue)
+#userId			- String that contains the expected Id
+
+#plugin1Id		- Hex string that is the uid of the Ecom implementation
+#			  	In the RetrainPlugin steps, this is the plugin that is to be trained.
+#plugin1Status		- Int that specifies the expected status of the above plugin 
+				(0, 64, 128 -EAuthUntrained, EAuthTrained, EAuthFullyTrained)
+#Pin11113100Default	- bool that defines whether the plugins support default data. Also Pin11113101Default and Pin11113102Default
+#Pin11113100Active	- bool that defines whether the plugin is active or not. Also Pin11113101Active, Pin11113102Active
+#Pin11113100InputId	- string that defines the input to the plugin. Else, the default is used. (in Identify function)
+#Pin11113100InputTrain	- string that defines the input to the plugin. Else, the default is used. (in Train function)
+#finalUserName 		- string that defines the new name (description or identitystring) of a given identity
+retryRemove		- bool that defines whether the attempt to remove an identity is tried again in the same test step
+freshness		- Int that defines the number of seconds(timeout) within which a cached identity is returned (
+				(Authentication is skipped)
+[Test0000]
+NumIdentities = 3
+pluginId = 11113000
+
+[Test0001]
+iSupportsDefaultData = true
+NumIdentities = 3
+pluginType = EAuthKnowledge
+#isDefaultPlugin = true
+defaultPlugin = PIN
+pluginId = 11113100
+#userResult = 0011
+#userId = 597430
+#userResult = 2533
+#userId = 0873948
+userResult = 5555
+userId = 82383
+
+[Test0002]
+iSupportsDefaultData = true
+NumIdentities = 0
+pluginType = EAuthKnowledge
+#isDefaultPlugin = false
+#defaultPlugin = PIN
+
+[Test0003]
+iSupportsDefaultData = true
+NumIdentities = 0
+pluginType = EAuthBiometric
+isDefaultPlugin = true
+defaultPlugin = FINGER
+
+
+[Test0004]
+iSupportsDefaultData = false
+NumIdentities = 0
+pluginType = EAuthKnowledge
+#isDefaultPlugin = true
+defaultPlugin = PIN
+
+
+[Test0021a]
+#iSupportsDefaultData = false
+pluginType = EAuthKnowledge
+defaultPlugin = PIN
+Pin11113100InputTrain = 2035
+Pin11113100Default = true
+Pin11113100Active = true
+#initUserName = SOMENAME
+finalUserName = NewNameOfId2
+
+[Test0021b]
+plugin1Id = 11113100
+Pin11113100InputId = 2035
+freshness = 0
+Pin11113100Default = true
+Pin11113100Active = true
+
+[Test0021c]
+NumIdentities = 2
+plugin1Id = 11113100
+plugin1Status = 128
+
+#==========================================================
+#Next section is what is according to the test spec
+[Test0022a]
+#iSupportsDefaultData = true
+#pluginType = EAuthKnowledge
+#defaultPlugin = PIN
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+Pin11113100InputId = 5110
+Pin11113101InputId = 5101
+Pin11113102InputId = 5102
+Pin11113100InputTrain = 5110
+Pin11113101InputTrain = 5101
+Pin11113102InputTrain = 5102
+Pin11113100Default = false
+Pin11113101Default = false
+Pin11113102Default = false
+Pin11113100Active = false
+Pin11113101Active = false
+Pin11113102Active = false
+finalUserName = NewNameOfId2
+
+
+[Test0022b]
+plugin1Id = 11113100
+Pin11113100InputId = 5110
+Pin11113100Default = false
+Pin11113101Default = false
+Pin11113102Default = false
+Pin11113100Active = false
+Pin11113101Active = false
+Pin11113102Active = false
+freshness = 0
+
+[Test0022c]
+NumIdentities = 2
+plugin1Id = 11113100
+#EAuthUnTrained
+plugin1Status = 1
+
+[Test0022-works]
+iSupportsDefaultData = true
+pluginType = EAuthKnowledge
+defaultPlugin = PIN
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthTrained
+plugin1Status = 64
+#Value below should be used.
+#plugin1Status = 128
+Pin11113100InputId = 5110
+Pin11113101InputId = 5101
+Pin11113102InputId = 5102
+Pin11113100InputTrain = 5110
+Pin11113101InputTrain = 5101
+Pin11113102InputTrain = 5102
+Pin11113100Default = true
+Pin11113101Default = true
+Pin11113102Default = true
+Pin11113100Active = true
+Pin11113101Active = true
+Pin11113102Active = true
+finalUserName = NewNameOfId2
+
+[Test0022-Unused]
+iSupportsDefaultData = true
+pluginType = EAuthKnowledge
+defaultPlugin = PIN
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthTrained
+plugin1Status = 64
+Pin11113100Default = false
+Pin11113101Default = false
+Pin11113102Default = false
+Pin11113100Active = false
+Pin11113101Active = false
+Pin11113102Active = false
+initUserName = SOMENAME
+finalUserName = NewNameOfId2
+
+#==========================================================
+[Test0023a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthUnTrained
+plugin1Status = 1
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = false
+Pin11113101Default = false
+Pin11113102Default = false
+Pin11113100Active = false
+Pin11113101Active = false
+Pin11113102Active = false
+
+[Test0023b]
+plugin1Id = 11113100
+Pin11113100InputId = 5110
+Pin11113100Default = false
+Pin11113101Default = false
+Pin11113102Default = false
+Pin11113100Active = false
+Pin11113101Active = false
+Pin11113102Active = false
+
+
+[Test0023c]
+NumIdentities = 1
+plugin1Id = 11113100
+#EAuthUnTrained
+plugin1Status = 1
+
+[Test0023d]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113101Default = true
+Pin11113102Default = true
+Pin11113100Active = true
+Pin11113101Active = true
+Pin11113102Active = true
+
+[Test0023e]
+NumIdentities = 2
+plugin1Id = 11113100
+#EAuthUnTrained
+plugin1Status = 128
+
+[Test0023f]
+plugin1Id = 11113100
+Pin11113100InputId = 5110
+Pin11113100Default = true
+Pin11113101Default = true
+Pin11113102Default = true
+Pin11113100Active = true
+Pin11113101Active = true
+Pin11113102Active = true
+
+#==========================================================
+[Test0024a]
+#This test expects the presence of plugin 10274104, else i'll need to supply the 3 properties for 11113101, input being 5101
+
+Pin11113100InputTrain = 5110
+Pin11113101InputTrain = 0000
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Default = true
+Pin11113101Active = true
+finalUserName = NewNameOfId2
+
+[Test0024b]
+plugin1Id = 11113100
+Pin11113100InputId = 5110
+Pin11113100Default = true
+Pin11113101Default = true
+Pin11113102Default = true
+Pin11113100Active = true
+Pin11113101Active = true
+Pin11113102Active = true
+
+[Test0024c]
+NumIdentities = 2
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+
+[Test0024d]
+NumIdentities = 2
+plugin1Id = 11113101
+#EAuthTrained
+plugin1Status = 64
+
+#==========================================================
+[Test0025a]
+NumIdentities = 1
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Default = false
+Pin11113101Active = true
+
+[Test0025b]
+NumIdentities = 1
+plugin1Id = 11113101
+#EAuthUnTrained
+plugin1Status = 1
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Default = false
+Pin11113101Active = true
+
+[Test0025c]
+Pin11113100InputTrain = 5110
+Pin11113101InputTrain = Cancel
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Default = false
+Pin11113101Active = true
+
+[Test0025d]
+NumIdentities = 2
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+
+[Test0025e]
+NumIdentities = 2
+plugin1Id = 11113101
+#EAuthUnTrained
+plugin1Status = 1
+
+[Test0025f]
+plugin1Id = 11113100
+Pin11113100InputId = 5110
+Pin11113100Default = true
+Pin11113100Active = true
+freshness = 0
+Pin11113101Default = false
+Pin11113101Active = true
+
+[Test0025g]
+plugin1Id = 11113101
+Pin11113101InputTrain = 5112
+Pin11113101Default = false
+Pin11113101Active = true
+
+[Test0025h]
+NumIdentities = 2
+plugin1Id = 11113101
+#EAuthTrained
+plugin1Status = 64
+
+[Test0025i]
+plugin1Id = 11113101
+Pin11113101InputId = 5112
+Pin11113101Default = false
+Pin11113101Active = true
+freshness = 0
+
+#=========================================
+[Test0026a]
+NumIdentities = 1
+#plugin1Id = 11113100
+#EAuthTrained
+#plugin1Status = 64
+Pin11113100InputTrain = 5110
+Pin11113101InputTrain = Quit
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Default = false
+Pin11113101Active = true
+
+[Test0026b]
+plugin1Id = 11113101
+Pin11113101InputId = 5110
+Pin11113101Default = false
+Pin11113101Active = true
+freshness = 0
+
+#=========================================
+[Test0027a]
+#Requires the presence of only 3 plugins.
+NumIdentities = 1
+#The plugin below is for the pinAuthPlugin
+#Pin11113100InputId = 0000
+Pin11113100InputTrain = 0000
+Pin11113100Default = true
+Pin11113100Active = true 
+#Pin11113101InputId = 0000
+Pin11113101InputTrain = 0000
+Pin11113101Default = true
+Pin11113101Active = true 
+#Pin11113102InputId = 0000
+Pin11113102InputTrain = 0000
+Pin11113102Default = true
+Pin11113102Active = true 
+
+[Test0027b]
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+
+[Test0028a]
+#Requires the presence of only 3 plugins, or i can set the other plugins to use the 'cancel' code
+NumIdentities = 1
+#The plugin below is for the pinAuthPlugin
+#plugin1Id = 11113100
+#EAuthTrained
+#plugin1Status = 64
+Pin11113100InputTrain = Cancel
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101InputTrain = Cancel 
+Pin11113101Default = true
+Pin11113101Active = true 
+Pin11113102InputTrain = Cancel
+Pin11113102Default = true
+Pin11113102Active = true
+
+[Test0028b]
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+
+[Test0041a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0041b]
+Pin11113100InputId = 5110
+plugin1Id = 11113100
+
+[Test0041c]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5118
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0041d]
+Pin11113100InputId = 5118
+plugin1Id = 11113100
+
+[Test0042a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0042b]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 51194
+Pin11113100InputTrain = 5118
+Pin11113100Default = true
+Pin11113100Active = true 
+
+
+[Test0043a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0043b]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113188
+#EAuthUnTrained
+plugin1Status = 1
+Pin11113100InputId = 5110
+Pin11113100InputTrain = 5118
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0044a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0044b]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5110
+Pin11113100InputTrain = 5118
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0044c]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5117
+Pin11113100InputTrain = 5116
+Pin11113100Default = true
+Pin11113100Active = true 
+freshness = 0
+
+[Test0045a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0045b]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5110
+Pin11113100InputTrain = 0000
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0046a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0046b]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5110
+Pin11113100InputTrain = Cancel
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0047a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+#Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+
+[Test0047b]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5110
+Pin11113100InputTrain = Quit
+Pin11113100Default = true
+Pin11113100Active = true
+
+[Test0048a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputTrain = 5111
+Pin11113101Default = true
+Pin11113101Active = true 
+
+
+[Test0048b]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5110
+Pin11113100InputTrain = 51178
+Pin11113100Default = true
+Pin11113100Active = true
+freshness = 0
+
+[Test0048c]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113101
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113101InputId = 5111
+Pin11113101InputTrain = 51175
+Pin11113101Default = true
+Pin11113101Active = true 
+freshness = 0
+
+[Test0061Test]
+#NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 0000
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Default = false
+Pin11113101Active = false
+freshness = 0
+
+
+[Test0061a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Default = false
+Pin11113101Active = false
+freshness = 0
+
+[Test0061b]
+NumIdentities = 2
+plugin1Id = 11113101
+#EAuthUnTrained
+plugin1Status = 1
+
+[Test0061c]
+Pin11113100InputId = 5110
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101InputTrain = 5111
+Pin11113101Active = true
+freshness = 60
+plugin1Id = 11113101
+#EAuthTrained
+plugin1Status = 64
+
+[Test0061d]
+plugin1Id = 11113101
+#EAuthTrained
+plugin1Status = 64
+
+[Test0061e]
+Pin11113100InputId = 0000
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101InputTrain = 5112
+Pin11113101Active = true
+freshness = 60
+plugin1Id = 11113101
+#EAuthFullyTrained
+plugin1Status = 128
+
+[Test0061f]
+plugin1Id = 11113101
+#EAuthFullyTrained
+plugin1Status = 128
+
+[Test0062a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Default = false
+Pin11113101Active = false
+freshness = 0
+
+[Test0062b]
+NumIdentities = 2
+plugin1Id = 11113101
+#EAuthUnTrained
+plugin1Status = 1
+
+[Test0062c]
+Pin11113100InputId = 511085474
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101InputTrain = 5111
+Pin11113101Active = true
+freshness = 60
+
+[Test0062d]
+plugin1Id = 11113101
+#EAuthUnTrained
+plugin1Status = 1
+
+[Test0062e]
+Pin11113100InputId = 000011883
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101InputTrain = 5112
+Pin11113101Active = true
+freshness = 60
+
+[Test0062f]
+plugin1Id = 11113101
+#EAuthUnTrained
+plugin1Status = 1
+
+[Test0101a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputTrain = 5111
+Pin11113101Default = true
+Pin11113101Active = true 
+
+[Test0101b]
+Pin11113101InputId = 5111
+plugin1Id = 11113101
+freshness = 0
+
+[Test0101c]
+NumIdentities = 1
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5110
+Pin11113100InputTrain = 51178
+Pin11113100Default = true
+Pin11113100Active = true
+#freshness = 0
+
+[Test0101d]
+Pin11113101InputId = 5111
+plugin1Id = 11113101
+freshness = 0
+
+[Test0102b]
+NumIdentities = 1
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 0000
+#Pin11113100InputTrain = 51178
+Pin11113100Default = true
+Pin11113100Active = true
+freshness = 0
+
+
+[Test0103a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputTrain = 5111
+Pin11113101Default = true
+Pin11113101Active = true 
+
+[Test0103b]
+NumIdentities = 1
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5110
+#Pin11113100InputTrain = 51178
+Pin11113100Default = true
+Pin11113100Active = true
+freshness = 0
+retryRemove = true
+
+[Test0104a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputTrain = 5111
+Pin11113101Default = true
+Pin11113101Active = true 
+
+[Test0104b]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 51178
+#Pin11113100InputTrain = 51178
+Pin11113100Default = true
+Pin11113100Active = true
+freshness = 0
+
+[Test0105a]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputTrain = 5111
+Pin11113101Default = true
+Pin11113101Active = true 
+
+[Test0105b]
+NumIdentities = 3
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputTrain = 6110
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputTrain = 6111
+Pin11113101Default = true
+Pin11113101Active = true 
+
+[Test0105c]
+NumIdentities = 2
+#The plugin below is for the pinAuthPlugin
+plugin1Id = 11113100
+#EAuthFullyTrained
+plugin1Status = 128
+Pin11113100InputId = 5110
+Pin11113100Default = true
+Pin11113100Active = true
+freshness = 0
+retryRemove = true
+
+
+[Test0121a]
+iSupportsDefaultData = true
+plugin1Id = 11113100 & 11113101
+Pin11113100InputId = 5110
+Pin11113101InputId = 6110
+freshness = 0
+Pin11113100Default = true
+Pin11113101Active = true
+Pin11113100Active = true
+
+[Test0121b]
+NumIdentities = 2
+Pin11113100Active = true
+Pin11113100InputTrain = 5110
+Pin11113101Active = true
+Pin11113101InputTrain = 6110
+
+[Test0121c]
+forgetPlugin = 11113100
+
+[Test0121d]
+
+NumIdentities = 2
+plugin1Id = 11113100
+Pin11113100Active = true
+Pin11113100InputId = 5110
+freshness = 0
+
+[Test0122a]
+iSupportsDefaultData = true
+plugin1Id = 11113100
+Pin11113100InputId = 5110
+freshness = 0
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Active = false
+Pin11113102Active = false
+
+[Test0122b]
+NumIdentities = 2
+Pin11113100Active = true
+Pin11113100InputTrain = 5110
+Pin11113101Active = false
+Pin11113102Active = false
+
+[Test0122c]
+forgetPlugin = 11113100
+Pin11113100Active = true
+Pin11113101Active = false
+Pin11113102Active = false
+
+[Test0123a]
+iSupportsDefaultData = true
+plugin1Id = 11113100 & 11113102
+Pin11113100InputId = 5110
+Pin11113102InputId = 6220
+freshness = 0
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Active = false
+Pin11113102Active = false
+
+[Test0123b]
+NumIdentities = 2
+Pin11113100Active = true
+Pin11113100InputTrain = 5110
+Pin11113102Active = true
+Pin11113102InputTrain = 6220
+Pin11113101Active = false
+
+[Test0123c]
+forgetPlugin = 11113101
+Pin11113100Active = true
+Pin11113101Active = true
+Pin11113102Active = true
+
+[Test0124a]
+iSupportsDefaultData = true
+plugin1Id = 11113100 & 11113102
+Pin11113100InputId = 5110
+Pin11113102InputId = 6220
+freshness = 0
+Pin11113100Default = true
+Pin11113100Active = true
+Pin11113101Active = false
+Pin11113102Active = false
+
+[Test0124b]
+NumIdentities = 2
+Pin11113100Active = true
+Pin11113100InputTrain = 5110
+Pin11113102Active = true
+Pin11113102InputTrain = 6220
+Pin11113101Active = false
+
+[Test0124c]
+forgetPlugin = ffffffff
+Pin11113100Active = true
+Pin11113101Active = true
+Pin11113102Active = true
+
+[Test0125]
+forgetPlugin = 11113100
+forgetUnknown = true
+Pin11113100Active = true
+Pin11113100Default = true
+Pin11113101Active = true
+Pin11113102Active = true
+iSupportsDefaultData = true
+
+[Test0141]
+Pin11113100InputId = 5000
+Pin11113100InputTrain = 5000
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputId = 5001
+Pin11113101InputTrain = 5001
+Pin11113101Default = true
+Pin11113101Active = true 
+Pin11113102InputId = 5002
+Pin11113102InputTrain = 5002
+Pin11113102Default = true
+Pin11113102Active = true 
+plugin1Id = B & K & T
+KnowledgePref = 11113100
+BiometricPref = 11113101
+TokenPref     = 11113102
+
+[Test0142]
+Pin11113100InputId = 5000
+Pin11113100InputTrain = 5000
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputId = 5001
+Pin11113101InputTrain = 5001
+Pin11113101Default = true
+Pin11113101Active = true 
+Pin11113102InputId = 5002
+Pin11113102InputTrain = 5002
+Pin11113102Default = true
+Pin11113102Active = true 
+plugin1Id = B & K & T
+KnowledgePref = 11113100
+BiometricPref = 11113101
+TokenPref     = 11119999