/etc/openct.conf is in openct 0.6.20-1.2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 | # Set debug level
debug = 0;
#
# Enable hot plugging
hotplug = yes;
#
# Path to ifdhandler
ifdhandler {
program = /usr/sbin/ifdhandler;
#
# Safe to disable force_poll:
# >=linux-2.6.27.14
# >=linux-2.6.28.3
#
force_poll = 1;
# user = openctd;
# groups = {
# usb,
# };
};
#
# Configuration for ifdproxy (if you use it)
ifdproxy {
# server-port = /var/run/openct/.ifdproxy,
# device-port = :6666;
};
# Configure static, non-hotplug aware readers here
#
# For a list of drivers try command 'ifdhandler -i', please
# notice that not all drivers have serial device capability.
#reader towitoko {
# driver = towitoko;
# device = serial:/dev/ttyS0;
#};
#reader gempc {
# driver = gempc;
# device = serial:/dev/ttyS0;
#};
#reader cm4000 {
# driver = cm4000;
# device = pcmcia:/dev/cmm0;
#};
#reader cm4040 {
# driver = ccid;
# device = pcmcia_block:/dev/cmx0;
#};
#reader pertosmart1030 {
# driver = pertosmart1030;
# device = serial:/dev/ttyS0;
#};
#
# Hotplug IDs
driver egate {
ids = {
usb:0973/0001,
};
};
driver ePass3000 {
ids = {
usb:096e/0401,
};
};
driver etoken {
ids = {
usb:0529/050c,
usb:0529/0514,
};
};
driver etoken64 {
ids = {
usb:0529/0600,
usb:0529/0700,
};
};
driver eutron {
ids = {
usb:073d/0005,
};
};
driver ikey2k {
ids = {
usb:04b9/1202,
};
};
driver ikey3k {
ids = {
usb:04b9/1300,
};
};
driver starkey {
ids = {
usb:096e/0005,
};
};
driver cardman {
ids = {
# usb:076b/0596, # OMNIKEY CardMan 2020
# usb:076b/1784, # OMNIKEY CardMan 6020
# usb:08d4/0009, # Fujitsu Siemens SCR USB Reader
};
};
driver ccid {
ids = {
usb:03f0/1024, # HP Keyboard with CCID reader
usb:046a/0010, # Cherry smartboard G83-6744
usb:04e6/5115,
usb:04e6/5116,
usb:04e6/5117, # SCM Micro token size reader
usb:04e6/511d, # SCM Micro SCR3311
usb:04e6/E001,
usb:04e6/E003,
usb:073d/0c00, # Eutron SimPocket (doesn't work yet)
usb:076b/1021, # OmniKey CardMan 1021
usb:076b/3021,
usb:076b/5121,
usb:076b/5321, # OmniKey CardMan 5321
usb:076b/6622, # OmniKey CardMan 6121
usb:0783/0003,
usb:08e6/3437, # Gemplus
usb:08e6/3438, # Gemplus GemPC Key SmartCard Reader
usb:08e6/4433, # Gemplus
usb:0b97/7762, # O2 Micro, Inc. Oz776 SmartCard Reader
usb:0b97/7772, # O2 Micro, Inc. Oz776 SmartCard Reader
usb:0bf8/1006, # fujitsu siemens 3.5" drive size reader
usb:0dc3/1004, # Athena Smartcard Solutions, Inc. ASEKey
usb:0a89/0030, # Aktiv Rutoken ECP
};
};
driver pertosmart1030 {
ids = {
usb:072f/0001,
usb:072f/8009,
};
};
driver pertosmart1038 {
ids = {
usb:072f/9000,
usb:072f/9006, # ACS CryptoMate Token
usb:072f/9007, # ACS ACR 100 SIMFlash
usb:072f/90d0,
};
};
#driver wbeiuu { # driver not working yet
# ids = {
# usb:104f/0004,
# };
#};
# Tested with USBID 0c4b:0100. These are red readers: one with LCD,
# another one without.
driver cyberjack {
ids = {
usb:0c4b/0100,
};
};
driver rutoken {
ids = {
usb:0a89/0020, # Aktiv Rutoken S
usb:0a89/0012, # Aktiv uaToken S
};
};
|