summaryrefslogtreecommitdiffstats
path: root/tdmlib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-02 19:58:14 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-02 19:58:14 -0500
commit37b6d0d80ff63156326d46ba1e0a19f3b7c02e5b (patch)
treecb73e51e4ec907e2721bbdc305d7d0024c21ded1 /tdmlib
parent48cf3058c5543a65026cb1cc9d8fc7450c4ccc68 (diff)
downloadtdebase-37b6d0d80ff63156326d46ba1e0a19f3b7c02e5b.tar.gz
tdebase-37b6d0d80ff63156326d46ba1e0a19f3b7c02e5b.zip
Fix cryptographic card login process
Diffstat (limited to 'tdmlib')
-rw-r--r--tdmlib/kgreet_classic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdmlib/kgreet_classic.cpp b/tdmlib/kgreet_classic.cpp
index 24fe32ede..bb968d4c1 100644
--- a/tdmlib/kgreet_classic.cpp
+++ b/tdmlib/kgreet_classic.cpp
@@ -307,7 +307,7 @@ KClassicGreeter::textMessage( const char *text, bool err )
return true;
}
if ((!err && ((TQString(text).lower().find("smartcard") >= 0) || (TQString(text).lower().find("smart card") >= 0)))
- ||(err && (TQString(text).lower().find(" 2306:") >= 0))) {
+ || (err && (TQString(text).lower().find(" 2306:") >= 0)) || (err && (TQString(text).lower().find("PKINIT") >= 0))) {
// FIXME
// pam_pkcs11 is extremely chatty, even with no card inserted,
// and there is no apparent way to disable the unwanted messages!