From e3604143d1c3ac5338262c473676de0cbd420d0e Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Thu, 13 Jul 2017 09:09:14 +0200 Subject: [PATCH] opensc.conf: added default notification texts --- etc/opensc.conf.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in index 8caf4936..2941949d 100644 --- a/etc/opensc.conf.in +++ b/etc/opensc.conf.in @@ -342,19 +342,27 @@ app default { # md_pinpad_dlg_timeout = 0; # Notification title and text when card was inserted - # notify_card_inserted "inserted title"; - # notify_card_inserted_text "inserted text"; + # Default: "Smart card detected" + # notify_card_inserted = "inserted title"; + # Default: ATR of the card + # notify_card_inserted_text = "inserted text"; # # Notification title and text when card was removed + # Default: "Smart card removed" # notify_card_removed = "card removed"; + # Default: Name of smart card reader # notify_card_removed_text = "removed text"; # # Notification title and text when PIN was verified + # Default: "PIN verified" # notify_pin_good = "good PIN"; + # Default: "Smart card is unlocked" # notify_pin_good_text = "good text"; # # Notification title and text when PIN was wrong + # Default: "PIN not verified" # notify_pin_bad = "bad PIN"; + # Default: "Smart card is locked" # notify_pin_bad_text = "bad text"; # }