2258 |
28 Feb 14 |
nicklas |
1 |
<?xml version="1.0" encoding="UTF-8" ?> |
2258 |
28 Feb 14 |
nicklas |
2 |
<!DOCTYPE extended-properties SYSTEM "extended-properties.dtd" > |
2258 |
28 Feb 14 |
nicklas |
3 |
<!-- |
2258 |
28 Feb 14 |
nicklas |
Extended properties file with definitions for extra user properties |
2258 |
28 Feb 14 |
nicklas |
that are needed for storing YubiKey related information, such |
2258 |
28 Feb 14 |
nicklas |
as the public id, serial number, etc. |
2258 |
28 Feb 14 |
nicklas |
This file should be copied into your |
2258 |
28 Feb 14 |
nicklas |
[base2home]/www/WEB-INF/classes/extended-properties/ directory |
2258 |
28 Feb 14 |
nicklas |
9 |
--> |
2258 |
28 Feb 14 |
nicklas |
10 |
<extended-properties> |
2258 |
28 Feb 14 |
nicklas |
11 |
<class name="UserData"> |
2258 |
28 Feb 14 |
nicklas |
12 |
<property |
2258 |
28 Feb 14 |
nicklas |
13 |
name="yubiKeyId" |
2258 |
28 Feb 14 |
nicklas |
14 |
title="YubiKey ID" |
2258 |
28 Feb 14 |
nicklas |
15 |
description="Public ID of the YubiKey" |
2258 |
28 Feb 14 |
nicklas |
16 |
column="yubikey_id" |
2258 |
28 Feb 14 |
nicklas |
17 |
type="string" |
2258 |
28 Feb 14 |
nicklas |
18 |
length="32" |
2260 |
03 Mar 14 |
nicklas |
19 |
restricted-edit="true" |
2258 |
28 Feb 14 |
nicklas |
20 |
/> |
2258 |
28 Feb 14 |
nicklas |
21 |
<property |
2258 |
28 Feb 14 |
nicklas |
22 |
name="yubiKeySerial" |
2258 |
28 Feb 14 |
nicklas |
23 |
title="YubiKey Serial" |
2258 |
28 Feb 14 |
nicklas |
24 |
description="Serial number of the YubiKey" |
2258 |
28 Feb 14 |
nicklas |
25 |
column="yubikey_serial" |
2258 |
28 Feb 14 |
nicklas |
26 |
type="string" |
2258 |
28 Feb 14 |
nicklas |
27 |
length="32" |
2260 |
03 Mar 14 |
nicklas |
28 |
restricted-edit="true" |
2258 |
28 Feb 14 |
nicklas |
29 |
/> |
2258 |
28 Feb 14 |
nicklas |
30 |
</class> |
2258 |
28 Feb 14 |
nicklas |
31 |
</extended-properties> |