summaryrefslogtreecommitdiffstats
path: root/cert-updater
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2015-09-04 05:34:32 +0000
committerTimothy Pearson <[email protected]>2015-09-04 05:34:32 +0000
commit037ea2ced91232a797f0414ed60099d873d543a6 (patch)
treeecf8643ebf9305b25dc579e83702f943213cca07 /cert-updater
parent62a8d5e8c27d160a02b0c1ad5a86a9a6a86d4c61 (diff)
downloadkcmldapcontroller-037ea2ced91232a797f0414ed60099d873d543a6.tar.gz
kcmldapcontroller-037ea2ced91232a797f0414ed60099d873d543a6.zip
Enable CRL expiration display
Diffstat (limited to 'cert-updater')
-rw-r--r--cert-updater/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp
index 3466eaf..5656a5f 100644
--- a/cert-updater/main.cpp
+++ b/cert-updater/main.cpp
@@ -178,7 +178,7 @@ int main(int argc, char *argv[])
}
// CRL
- if (ldap_mgr->generatePKICRL(m_certconfig.caExpiryDays, m_realmconfig[m_defaultRealm], &errorstring) != 0) {
+ if (ldap_mgr->generatePKICRL(m_certconfig.caExpiryDays, m_realmconfig[m_defaultRealm], KERBEROS_PKI_CRL_FILE, KERBEROS_PKI_PEMKEY_FILE, KERBEROS_PKI_CRLDB_FILE, &errorstring) != 0) {
printf("[ERROR] Unable to generate CRL!\n%s\n", errorstring.ascii()); fflush(stdout);
}