summaryrefslogtreecommitdiffstats
path: root/cert-updater/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-06-11 17:18:52 -0500
committerTimothy Pearson <[email protected]>2012-06-11 17:18:52 -0500
commitf2aa347925904916c05cb943a18dd50131350a7e (patch)
treee5ccdd2864d67283ec609eabff903ddfc840860f /cert-updater/main.cpp
parentccfa240cc20f88ae2bbf3df9af625133b4aabcf7 (diff)
downloadkcmldapcontroller-f2aa347925904916c05cb943a18dd50131350a7e.tar.gz
kcmldapcontroller-f2aa347925904916c05cb943a18dd50131350a7e.zip
Final upload from initial development system
Diffstat (limited to 'cert-updater/main.cpp')
-rw-r--r--cert-updater/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp
index 4c4f018..4afc5ce 100644
--- a/cert-updater/main.cpp
+++ b/cert-updater/main.cpp
@@ -114,7 +114,6 @@ int main(int argc, char *argv[])
}
if ((certExpiry < now) || ((certExpiry >= now) && (certExpiry < soon))) {
printf("Regenerating certificate %s...\n\r", TQString(KERBEROS_PKI_PEM_FILE).ascii()); fflush(stdout);
- // RAJA FIXME FIXME FIXME
LDAPManager::generatePublicKerberosCACertificate(m_certconfig);
TQString realmname = m_defaultRealm.upper();