Format of the userlookupconfig.plist file – Apple Federal Smart Card Package User Manual

Page 12

Advertising
background image

12

FSCP Installation and Setup Guide

Format of the userLookupConfig.plist file

When it’s installed, the userLookupConfig.plist file looks like this.

<array>

<dict>

<key>values</key>

<array>

<dict>

<key>type</key>

<string>DemographicData</string>

<key>tag</key>

<string>23</string>

<key>value</key>

<string>placeholder</string>

</dict>

</array>

<key>formatString</key>

<string>$1</string>

<key>userLookupKey</key>

<string>dsAttrTypeNative:_DoD_EDI_Identifier</string>

</dict>

</array>

The definition of the user lookup is an array that consists of three keys and their values:

m The value of the

values

key is an array that specifies the search information to get from

the card. Each element of the array specifies one piece of information that replaces the

placeholder

string of the

value

key of that element. The installed file specifies getting

the EDI Identifier from the demographic data on the card. You can specify different
information, including getting several items from the card.

m The value of the

formatString

key specifies the form of the search string sent to Open

Directory. The

$1

in the installed file specifies sending the value of the

value

key from

the first element of the

values

array to Open Directory.

m The

userLookupKey

key specifies the directory service data key to search. The first part

of the value specifies the type of the key and the second part the key name.

Sphinx Page 12 Tuesday, January 14, 2003 12:53 PM

Advertising