home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / identifi.cfg < prev    next >
Text File  |  2011-09-19  |  18KB  |  419 lines

  1. #               Configuration Settings for IdentiFi - v1.6.1
  2.  
  3. #<<<<<<<<<<< DO NOT EDIT THE DOCUMENTATION SECTIONS OF THIS FILE >>>>>>>>>>>
  4.  
  5. #----------------------------------------------------------------------------
  6. # IDENTIFI-OPERATIONAL SETTINGS
  7. #----------------------------------------------------------------------------
  8. #
  9. #   DatabasePath=<path>
  10. #
  11. #       <path> The complete path, without a filename, to the database files.
  12. #           It must be less than 127 characters long.  If it's not specified, 
  13. #           identiFi will look for the files in the same folder where it was 
  14. #           started from.
  15. #
  16. #       Example: DatabasePath=C:\Program Files\IdentiMetrics\IdentiFi\ is
  17. #           how the setting would look if you installed identiFi in the
  18. #           default installation folder.
  19. #
  20. #   UDPPort=<port number>
  21. #
  22. #       <port number> A number greater than 1024 that is used by identiFi to
  23. #           listen for connection requests from any ScanMan on the network
  24. #           using the same UDPPort value.  We recommend using a value
  25. #           between 7071 - 7077.  The default is 7071.
  26. #           
  27. #       ALERT: The value must match the UDPPort setting for any ScanMan that
  28. #           you want to connect with (the setting can be found in the 
  29. #           scanman.cfg file).  If there is more than one copy of identiFi 
  30. #           running on the network at the same time, then each copy must have
  31. #           a unique UDPPort setting.
  32. #
  33. #   AutoImportFile=<file name>
  34. #
  35. #       <file name> The file name of the file to import.  If the file is not
  36. #           in the identiFi installation folder, then the complete path must
  37. #           be given.  The default is AutoImport.txt
  38. #
  39. #   AutoImportDelimiter=<TAB | COMMA>
  40. #
  41. #       TAB    A tab is used to separate fields. (default)
  42. #       COMMA  A comma is used to separate fields.
  43. #
  44. #   AutoImportUseQuotes=<YES | NO>
  45. #
  46. #       YES    Each field is surrounded by double-quotes.
  47. #       NO     Fields are not quoted. (default)
  48. #
  49. #   TimedKeyNotice=<numberofdays>
  50. #
  51. #       <numberofdays> If you have a Timed key, this value indicates the 
  52. #           number of days before the key expires that the reminder message
  53. #           will be displayed when starting identiFi.  If you have another 
  54. #           key type the setting is ignored.  The default is 14.
  55. #
  56. #   LogFileCount=<filecount>
  57. #
  58. #       <filecount> The number of log files that will be created.  Each file
  59. #           will have a format like 'identifi-1.log'.  If the filecount is 5,
  60. #           then there will be up to 5 log files each with a name that
  61. #           includes the index.  The default is 5.
  62. #
  63. #   LogFileSize=<filesize>
  64. #
  65. #       <filesize> The maximum size of an individual log file. Once reached,
  66. #           identiFi will start writing log records to the next log file.
  67. #           Once LogFileCount number of files have been created, then 
  68. #           identiFi will start over.  If LogFileCount=5 then identifi-1.log
  69. #           is the first log file.  Once it's filled, identifi-2.log will be
  70. #           created.  When identifi-5.log is full, identifi-1.log will be 
  71. #           overwritten with the newest log entries.  You can tell which file
  72. #           is the current one by looking at the one with the most current
  73. #           Modified Date.  The default is 150K and the minimum is 10K.
  74. #
  75. #   ImportFolder=<path>
  76. #
  77. #       <path> The complete path description of the folder where the Open File
  78. #           dialog will point to when doing an Import.  It must be less than
  79. #           127 characters long.  If it is not specified, the Open File dialog
  80. #           will point to the folder where identiFi is installed.
  81. #
  82. #   ExportFolder=<path>
  83. #
  84. #       * See above description of ImportFolder *
  85. #
  86. #   MergeFolder=<path>
  87. #
  88. #       * See above description of ImportFolder *
  89. #
  90. #   RestoreFolder=<path>
  91. #
  92. #       * See above description of ImportFolder *
  93. #
  94. #   AutoStartBuiltinScanMan=<YES | NO>
  95. #
  96. #       YES    Automatically start the built-in ScanMan and connect to the 
  97. #              scanner immediately after starting identiFi.  (default)
  98. #       NO     Do not start the built-in ScanMan.  You can start it manually
  99. #              using the "Actions | Start Built-in ScanMan" menu item.
  100. #
  101. #   ActivityLogFieldList=<fieldList>
  102. #
  103. #       <fieldList>  An ordered list of fields to be output in the activity
  104. #           log when the option is turned on in the Options dialog.  Specify
  105. #           each field you want output, in the order you want, separated by 
  106. #           a comma. The available fields are:
  107. #
  108. #           Date      Outputs the date as MM/DD/YY.
  109. #           Time      Outputs the time as HH/MM/SS
  110. #           Location  Outputs the location where the placement was recorded.
  111. #           YesNo     Outputs either a 'Y' if identified or an 'N' if not.
  112. #           First     Outputs the first name of the person identified. A
  113. #                     question mark(?) is output if the identification fails.
  114. #           Last      Outputs the last name of the person identified. A
  115. #                     question mark(?) is output if the identification fails.
  116. #           ID        Outputs the ID of the person identified. A question 
  117. #                     mark(?) is output if the identification fails.
  118. #           "Text"    Outputs the quoted text characters.  This field MUST
  119. #                     NOT contain a comma.
  120. #
  121. #       If not specified it will default to the following:
  122. #
  123. #       Date, Time, YesNo, Location, First, Last, ID
  124. #
  125. #   ActivityLogFieldSeparator=<COMMA_SPACE | COMMA | TAB>
  126. #
  127. #       COMMA_SPACE  A comma is used to separate fields. (default)
  128. #       COMMA        A comma is used to separate fields.
  129. #       TAB          A tab is used to separate fields.
  130. #
  131. #   ActivityLogShowFailed=<YES | NO>
  132. #
  133. #       YES    Will output a line when a finger is placed and NOT identified. 
  134. #              (default)
  135. #       NO     Only outputs a line when a placement is identified.
  136. #
  137. #----------------------------------------------------------------------------
  138.  
  139. UDPPort=7071
  140. AutoImportFile=AutoImport.txt
  141. AutoImportDelimiter=TAB
  142. AutoImportUseQuotes=NO
  143. TimedKeyNotice=14
  144. LogFileCount=5
  145. LogFileSize=150000
  146. AutoStartBuiltinScanMan=YES
  147.  
  148. #----------------------------------------------------------------------------
  149. # IDENTIFI-LOOK-AND-FEEL SETTINGS
  150. #----------------------------------------------------------------------------
  151. #
  152. #   Background=<TAN | GRAY | YELLOW | BLUE | GREEN | BLUE_GREEN | WHITE>
  153. #
  154. #       TAN            Sets the background to tan.
  155. #       GRAY           Sets the background to light gray.
  156. #       YELLOW         Sets the background to light yellow.
  157. #       BLUE           Sets the background to light blue.
  158. #       GREEN          Sets the background to light green.
  159. #       BLUE_GREEN     Sets the background to bluish green.  (default)
  160. #       WHITE          Sets the background to white.
  161. #
  162. #   OwnerFieldLabel=<ownerlabel>
  163. #
  164. #       <ownerlabel> Is a string that will be used as the label of the field
  165. #           that defines the owner.  The label may contain spaces and 
  166. #           punctuation, and must be less than 21 characters in length.  The
  167. #           default is 'Organization:'.
  168. #
  169. #   LocationFieldLabel=<loclabel>
  170. #
  171. #       <loclabel> Is a string that will be used as the label of the field
  172. #           that defines the location associated with this identiFi.  The 
  173. #           label may contain spaces and punctuation, and must be less than 
  174. #           21 characters in length.  The default is 'Group:'.
  175. #
  176. #----------------------------------------------------------------------------
  177.  
  178. Background=BLUE_GREEN
  179. OwnerFieldLabel=Organization:
  180. LocationFieldLabel=Group:
  181.  
  182. #----------------------------------------------------------------------------
  183. # SCANMAN-REQUIRED SETTINGS
  184. #----------------------------------------------------------------------------
  185. #
  186. #   LocationName=<name of location>
  187. #
  188. #       <name of location> The UNIQUE name that describes this location.  It
  189. #           must be less than 24 characters and cannot contain an equal(=) 
  190. #           sign.  If not specified, it will be set to "Location".
  191. #
  192. #           ALERT: ScanMan location names MUST be unique.  If more than one 
  193. #           ScanMan has the same LocationName, then one or both of them will 
  194. #           NOT connect to identiFi.
  195. #
  196. #----------------------------------------------------------------------------
  197.  
  198. LocationName=Sheena's Desktop Terminal
  199.  
  200. #----------------------------------------------------------------------------
  201. # SCANMAN-OPERATIONAL SETTINGS
  202. #----------------------------------------------------------------------------
  203. #
  204. #   ScannerType=<FUTRONIC | SERIES_500 | STMICRO | SECUGEN | VERIFI | 
  205. #                VALIDITY | FUJITSU    | EIKON   | TACOMA  | CMUSB>
  206. #
  207. #       If not specified the default is FUTRONIC
  208. #
  209. #   ScannerIpAddr=<ip address>    REQUIRED when ScannerType is SERIES_500
  210. #
  211. #       <ip address> A string in the standard dot notation (i.e. 192.168.0.1)
  212. #           of the Scanner.  This is parameter will be ignored if the  
  213. #           ScannerType is not SERIES_500.
  214. #
  215. #   WindowState=<NORMAL | SHOW_ON_DEMAND | SHOW_ALWAYS>
  216. #
  217. #       NORMAL          The ScanMan window will behave like a normal Window's
  218. #                       window.  (default)
  219. #       SHOW_ON_DEMAND  The ScanMan window will be displayed ON TOP of all
  220. #                       other windows when a finger is placed on the scanner.
  221. #       SHOW_ALWAYS     The ScanMan window will be dispalyed ON TOP of all
  222. #                       other windows at all times.
  223. #
  224. #       ALERT: If your Host Application is LunchBox or STI, do NOT use the 
  225. #              SHOW_ON_DEMAND value!
  226. #
  227. #   Output=<KB_STUFF | SERIAL_PORT>
  228. #
  229. #       KB_STUFF     Tells ScanMan to send the results to the KB buffer.
  230. #       SERIAL_PORT  Tells ScanMan to send the results to the serial
  231. #                    port defined by the PortValues parameter.
  232. #
  233. #   PortValues=<port name>, <baud rate>, <byte size>, <parity>, <stop bits>
  234. #
  235. #       <port name>   : com1, com2, com3, etc
  236. #       <baud rate>   : 9600, 14400, 19200, 38400, 56000, 57600, 115200, 
  237. #                       128000, 256000
  238. #       <byte size>   : 4, 8
  239. #       <parity>      : EVENPARITY, ODDPARITY, NOPARITY, MARKPARITY, 
  240. #                       SPACEPARITY
  241. #       <stop bits>   : ONESTOPBIT, TWOSTOPBITS 
  242. #
  243. #       If not specified, the default is:
  244. #           PortValues=com1, 9600, 8, NOPARITY, ONESTOPBIT
  245. #
  246. #       This parameter is only used when Output=SERIAL_PORT
  247. #
  248. #       ALERT: You MUST put a space after each comma.
  249. #
  250. #   Suffix=<CR | CRLF | NONE | <string>>
  251. #
  252. #       CR       Adds only a CR (0x0d) to the output string. (default)
  253. #       CRLF     Adds a CR (0x0D) and LF (0x0A) to the output string.
  254. #       NONE     Adds nothing to the output string.
  255. #       <string> A quoted string that will be added to the end of
  256. #                the output string.  You can use any standard 
  257. #                characters and the following special characters:
  258. #                    \r   - CR
  259. #                    \n   - LF
  260. #                    \t   - Tab
  261. #                    \xhh - where 'hh' is any 2 digit hex number
  262. #
  263. #       Examples: Suffix=CRLF
  264. #                 Suffix="\r\r\r\r\n5 lines down\r\n"
  265. #                 Prefix="\tanytext\t"
  266. #                 Prefix="\x41\x09"
  267. #
  268. #   Prefix=<CR | CRLF | NONE | <string>>
  269. #
  270. #       * Same as description of Suffix except that NONE is the default *
  271. #
  272. #    HostApp=<Host Title>
  273. #
  274. #       <Host Title> The Host Application is the application that identiFi 
  275. #           will send the identity information to.  When your application 
  276. #           is running, it has a thick blue bar across the top of the
  277. #           window called the Title Bar.  The text that appears on the left
  278. #           side is the Title.  By telling ScanMan which application is 
  279. #           the Host Application, it can send the output directly to that 
  280. #           application.  If no value is specified, then ScanMan will stuff 
  281. #           the ID to whichever application is active as long as it is not 
  282. #           identiFi or ScanMan.  Set the value to the complete Title or you 
  283. #           can specify only part of the Title as long as it's unique.  The 
  284. #           comparison is case-sensitive so the value should be entered 
  285. #           exactly as it appears.  This parameter is ONLY valid when the 
  286. #           Output is set to KB_STUFF.
  287. #
  288. #       ALERT: If your Host Application is LunchBox or STI, do NOT use the 
  289. #              feature!
  290. #
  291. #       Example: HostApp=Notepad
  292. #
  293. #   ApplicationType=<IDENTIFY | SECURITY | CAASS | SAK>
  294. #
  295. #       IDENTIFY    Tells identiFi to return the person's ID if they are
  296. #                   identified, otherwise return nothing.  (default)
  297. #       SECURITY    Tells identiFi to return the person's name and the 
  298. #                   location name if identified, otherwise return a '?' 
  299. #                   and the location name.
  300. #       CAASS       Tells identiFi to return the person's ID if they are
  301. #                   identified, otherwise return '99888888888'.
  302. #       SAK         Tells identiFi to return the person's ID if they are
  303. #                   identified, otherwise return '***'.
  304. #
  305. #----------------------------------------------------------------------------
  306.  
  307. ScannerType=FUTRONIC
  308. WindowState=SHOW_ALWAYS
  309. #Output=KB_STUFF
  310. Output=Serial_Port
  311. PortValues=com7, 9600, 8, NOPARITY, ONESTOPBIT
  312. Suffix=CR
  313. Prefix=NONE
  314. ApplicationType=IDENTIFY
  315.  
  316. #----------------------------------------------------------------------------
  317. # SCANMAN-LOOK-AND-FEEL SETTINGS
  318. #----------------------------------------------------------------------------
  319. #
  320. #   SaveLocationOnExit=<YES | NO>
  321. #
  322. #       YES     Saves the current location of the ScanMan window when you 
  323. #               exit.  The next time ScanMan starts, it will open the window 
  324. #               at the same location.  (default)
  325. #       NO      Opens the ScanMan window in the middle of the screen.  If you
  326. #               move the ScanMan window, the new position will not be saved 
  327. #               when you exit.
  328. #
  329. #   Sounds=<WAV | BEEP | REMOTE | OFF>
  330. #
  331. #   Sounds are produced by ScanMan when a finger is successfully scanned,
  332. #   when a finger scan is NOT identified and optionally when the finger scan
  333. #   is identified.  By default, ScanMan plays .WAV files which are output to
  334. #   external speakers connected to your sound card.  If you don't have a
  335. #   sound card or external speakers you can try the BEEP setting which will
  336. #   use the computer's internal speaker.  We HIGHLY recommend using the WAV
  337. #   setting with external speakers so everyone can hear the sounds.
  338. #
  339. #       WAV     Plays .wav files.  (default)
  340. #       BEEP    Generates Beeps.
  341. #       REMOTE  Plays sounds through remote Scanner.
  342. #       OFF     Turns off all sounds.
  343. #
  344. #   PlayFingerIdentifiedSound=<YES | NO>
  345. #
  346. #       YES     Make a sound after the personÆs ID is returned.  (default)
  347. #       NO      No sound will be made if the person is identified.
  348. #
  349. #   identiFi includes a variety of custom WAV sound files for use when using
  350. #   the WAV setting.  They are located in the Sounds folder which is located 
  351. #   in the C:\Program Files\IdentiMetrics folder on Windows 200 and XP or the 
  352. #   C:\Users\Public\Documents\IdentiMetrics folder on Vista.  We've grouped 
  353. #   the sounds according to their use.  There are folders for the Scanned, 
  354. #   Not Found and Identified sound files.  In the Identified folder we have
  355. #   created several sub-folders containing many fun speciality sounds.  We
  356. #   have created two versions of our standard sounds with different pitches
  357. #   that we suggest you try first (listed below).  Use the sounds you like or 
  358. #   if you have two computers close to each other, use one version on one and 
  359. #   a different version on the other.  Any .WAV file is okay, so feel free to 
  360. #   check out the other sounds we provide or create your own.
  361. #
  362. #   Suggested Sound Files:
  363. #
  364. #       Scanned\Beep1.wav
  365. #       NotFound\Buzz1.wav
  366. #       Identified\Standard\Chime1.wav
  367. #
  368. #   Higher Pitch Sound Files:
  369. #
  370. #       Scanned\Beep2.wav
  371. #       NotFound\Buzz2.wav
  372. #       Identified\Standard\Chime2.wav
  373. #
  374. #   FingerScannedSoundFile=<sound file>
  375. #
  376. #       <sound file> This is the name of the .WAV file to play once the 
  377. #           program successfully scans the finger.  If not specified, the
  378. #           standard Windows sound file ding.wav will be used.
  379. #
  380. #   FingerNotFoundSoundFile=<sound file>
  381. #
  382. #       <sound file> This is the name of the .WAV file to play once the 
  383. #           program knows the finger was not found.  If not specified, the
  384. #           standard Windows sound file chord.wav will be used.
  385. #
  386. #   FingerIdentifiedSoundFile=<sound file>
  387. #
  388. #       <sound file> This is the name of the .WAV file to play when the 
  389. #           program successfully returns the ID.  If not specified, the
  390. #           standard Windows sound file chimes.wav will be used.
  391. #
  392. #   ForceRemove=<YES | NO>
  393. #
  394. #       NO     Does not require the user to remove finger.  (default)
  395. #       YES    Requires the user to remove their finger after a read.
  396. #
  397. #   TouchScreen=<YES | NO>
  398. #
  399. #       NO      Uses the word 'Click' in various messages. (default)
  400. #       YES     Uses the word 'Touch' in various messages.
  401. #
  402. #----------------------------------------------------------------------------
  403.  
  404. SaveLocationOnExit=YES
  405. Sounds=WAV
  406. PlayFingerIdentifiedSound=YES
  407. #FingerScannedSoundFile=..\Sounds\Scanned\idm_sn_beep1.wav
  408. FingerScannedSoundFile=Scanned\Beep1.wav
  409. #FingerNotFoundSoundFile=..\Sounds\NotFound\idm_nf_buzz1.wav
  410. FingerNotFoundSoundFile=NotFound\Buzz1.wav
  411. #FingerIdentifiedSoundFile=..\Sounds\Identified\idm_id_chime1.wav
  412. FingerIdentifiedSoundFile=Identified\Standard\Chime1.wav
  413. ForceRemove=NO
  414. TouchScreen=NO
  415.  
  416. minquality=40
  417. minscore=50
  418.  
  419.