diff options
author | Timothy Pearson <[email protected]> | 2015-09-04 05:34:32 +0000 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-09-04 05:34:32 +0000 |
commit | 037ea2ced91232a797f0414ed60099d873d543a6 (patch) | |
tree | ecf8643ebf9305b25dc579e83702f943213cca07 /src/ldapcontroller.cpp | |
parent | 62a8d5e8c27d160a02b0c1ad5a86a9a6a86d4c61 (diff) | |
download | kcmldapcontroller-037ea2ced91232a797f0414ed60099d873d543a6.tar.gz kcmldapcontroller-037ea2ced91232a797f0414ed60099d873d543a6.zip |
Enable CRL expiration display
Diffstat (limited to 'src/ldapcontroller.cpp')
-rw-r--r-- | src/ldapcontroller.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index 9575f0b..dfc4286 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -584,10 +584,6 @@ void LDAPController::updateCertDisplay() { } // Certificate Revocation List -// FIXME -// KSSLCertificate does not appear to understand the CRL format -// Debug and reactivate this code -#if 0 TQByteArray certificateContents; if (ldap_mgr->getTDECertificate("publicRootCertificateRevocationList", &certificateContents, NULL) == 0) { certExpiry = LDAPManager::getCertificateExpiration(certificateContents); @@ -609,9 +605,6 @@ void LDAPController::updateCertDisplay() { m_base->crlExpiryString->setText("File not found"); m_base->crlExpiryString->setPaletteForegroundColor(CERT_STATUS_COLOR_NOTFOUND); } -#else - m_base->crlExpiryString->setText("Unknown"); -#endif delete ldap_mgr; } |