source: trunk/solaris/openct.conf-dist @ 686

Revision 686, 1.1 KB checked in by aj, 7 years ago (diff)

"smart card" not "SmartCard?" or "smartcard".

Line 
1# Set debug level
2debug   = 0;
3#
4# Enable hot plugging
5hotplug = yes;
6#
7# Path to ifdhandler
8ifdhandler = /opt/SUNWut/sbin/ifdhandler;
9
10#
11# Configuration for ifdproxy (if you use it)
12ifdproxy {
13#       server-port     = /var/run/openct/.ifdproxy,
14#       device-port     = :6666;
15};
16
17# Configure static, non-hotplug aware readers here
18#
19# For a list of drivers try command 'ifdhandler -i', please
20# notice that not all drivers have serial device capability.
21
22#reader towitoko {
23#       driver = towitoko;
24#       device = serial:/dev/ttyS0;
25#};
26
27#
28# Hotplug IDs
29driver  egate {
30        ids = {
31                usb:0973/0001,
32        };
33};
34driver  etoken {
35        ids = {
36                usb:0529/050c,
37                usb:0529/0514,
38        };
39};
40driver  eutron {
41        ids = {
42                usb:073d/0005,
43        };
44};
45driver  ikey2k {
46        ids = {
47                usb:04b9/1202,
48        };
49};
50driver  ikey3k {
51        ids = {
52                usb:04b9/1300,
53        };
54};
55driver  cardman {
56        ids = {
57                usb:076b/0596, # OMNIKEY CardMan 2020
58                usb:076b/1784, # OMNIKEY CardMan 6020
59                usb:08d4/0009, # Fujitsu Siemens SCR USB Reader
60        };
61};
62driver  ccid {
63        ids = {
64                usb:08e6/3437,
65                usb:08e6/3438,
66                usb:08e6/4433,
67                usb:04e6/5115,
68                usb:04e6/E001,
69                usb:04e6/E003,
70                usb:076b/3021,
71                usb:0783/0003,
72        };
73};
74
Note: See TracBrowser for help on using the repository browser.