diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-11-05 23:57:10 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-11-05 23:57:10 +0100 |
commit | 5e2fc559ea77684bcb43eac6e8f1e2f864ce4685 (patch) | |
tree | 5ad5306800ebc8a488e93f84e22c370ed2ecf927 /sys-auth/poldi/files | |
parent | 18db54f27909c6892cdabf5cfb9d2cc517d36351 (diff) | |
download | brancik-overlay-5e2fc559ea77684bcb43eac6e8f1e2f864ce4685.tar.gz brancik-overlay-5e2fc559ea77684bcb43eac6e8f1e2f864ce4685.tar.bz2 |
Updated config file for sys-auth/poldi and fixed declaration in ebuild.
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 |