You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
3.0 KiB

.TH PCSCD 8 "January 2007" Muscle "PC/SC Lite"
.SH NAME
pcscd \- PC/SC Smart Card Daemon
.
.SH SYNOPSIS
.B pcscd
.RI [ options ]
.
.SH OPTIONS
.TP
.BR -a ", " \-\-apdu
log APDUs and SW using the debug method (see
.BR \-\-debug ).
.TP
.BR \-c ", " \-\-config " \fIfile\fP"
Specifies the file \fIfile\fP as an alternate location for
.IR @confdir@/reader.conf .
.TP
.BR \-f ", " \-\-foreground
Runs pcscd in the foreground and sends log messages to stderr instead of
syslog(3).
.TP
.BR \-d ", " \-\-debug
use the lowest log level. Any log message of this level or above will be
sent to stderr or syslog(3) depending on the use of
.BR \-\-foreground .
.TP
.B \-\-info
use info log level. This is the default log level.
.TP
.B \-\-error
use error log level.
.TP
.B \-\-critical
use critical log level.
.PP
The log levels are ordered as: debug < info < error < critical. Use a
log level l will log this level and all the levels above it.
.TP
.BR \-h ", " \-\-help
Displays information about the pcscd command line
.TP
.BR \-v ", " \-\-version
Displays the program version number
.TP
.BR \-H ", " \-\-hotplug
Ask pcscd to rescan the USB buses for added or removed readers and re-read
the
.I @confdir@/reader.conf
file to detect added or removed non-USB readers (serial or PCMCIA).
.
.SH DESCRIPTION
pcscd is the daemon program for pcsc-lite and the MuscleCard framework. It is
a resource manager that coordinates communications with smart card readers
and smart cards and cryptographic tokens that are connected to the system.
.PP
pcscd is normally started at boot time from
.IR @sysconfdir_exp@/init.d/pcscd .
It allows applications to access smart cards and readers without knowing
details of the card or reader.
.PP
pcscd coordinates the loading of drivers for card readers.
.PP
The purpose of pcsc-lite is to provide a cross compatible API (called
winscard) for migrating Windows based PC/SC applications to Unix.
.PP
At startup, pcscd loads the smart card reader drivers specified in the
.I @confdir@/reader.conf
file (or specified using
.B \-\-config
.IR file ).
.
.SH "SERIAL SMART CARD READER DRIVERS"
Smart card reader drivers are placed in the
.I @usbdropdir@
directory. Each driver is simply an
.I .so
file. pcscd locates the driver using the
.I @confdir@/reader.conf
file. See the
.BR reader.conf (5)
manual page for more information.
Drivers are available at \fIhttp://www.musclecard.com/drivers.html\fP.
.
.SH "USB SMART CARD READER DRIVERS"
USB smart card reader drivers are located in
.I @usbdropdir@
directory as a bundle. You shall not add a USB driver in
.I @confdir@/reader.conf
file.
.
.SH FILES
.I @confdir@/reader.conf
: Reader configuration file
.PP
.I @sysconfdir_exp@/init.d/pcscd
: pcscd startup script
.PP
.I @ipcdir@/pcscd.pid
: process id of the running pcscd
.PP
.I @usbdropdir@
: directory containing bundles for USB drivers
.
.SH "SEE ALSO"
.BR bundleTool (8),
.BR reader.conf (5),
.BR syslog (3)
.
.SH AUTHORS
David Corcoran <corcoran@musclecard.com> and Ludovic Rousseau
<ludovic.rousseau@free.fr>