diff options
Diffstat (limited to 'sys-auth/poldi/files')
-rw-r--r-- | sys-auth/poldi/files/poldi.conf.example | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/sys-auth/poldi/files/poldi.conf.example b/sys-auth/poldi/files/poldi.conf.example index ca8ec5c..3fed157 100644 --- a/sys-auth/poldi/files/poldi.conf.example +++ b/sys-auth/poldi/files/poldi.conf.example @@ -1,10 +1,14 @@ -#See `info poldi` - -#ctapi-driver <driver name> -#pcsc-driver <driver name> -#reader-port <reader port> -#disable-ccid -#disable-opensc -#debug-ccid-driver -#fake-wait-for-card -#logfile +# This is the main configuration file of Poldi. + +# Specify authentication method: +# (supported methods: localdb, x509) +auth-method localdb + +# Specify the log file: +log-file /var/log/poldi + +# Enable debugging messages +debug + +# Specify SCDaemon executable +scdaemon-program /usr/lib/gnupg2/scdaemon |