From 5e2fc559ea77684bcb43eac6e8f1e2f864ce4685 Mon Sep 17 00:00:00 2001 From: Ctibor Date: Thu, 5 Nov 2015 23:57:10 +0100 Subject: Updated config file for sys-auth/poldi and fixed declaration in ebuild. --- sys-auth/poldi/files/poldi.conf.example | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'sys-auth/poldi/files/poldi.conf.example') 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 -#pcsc-driver -#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 -- cgit v1.2.3