summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 17:18:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 17:18:52 -0500
commitf2aa347925904916c05cb943a18dd50131350a7e (patch)
treee5ccdd2864d67283ec609eabff903ddfc840860f
parentccfa240cc20f88ae2bbf3df9af625133b4aabcf7 (diff)
downloadkcmldapcontroller-f2aa3479.tar.gz
kcmldapcontroller-f2aa3479.zip
Final upload from initial development system
-rw-r--r--cert-updater/main.cpp1
-rw-r--r--src/ldapcontroller.cpp6
2 files changed, 3 insertions, 4 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();
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp
index 02fe9c3..38089b0 100644
--- a/src/ldapcontroller.cpp
+++ b/src/ldapcontroller.cpp
@@ -1247,7 +1247,7 @@ int LDAPController::createNewSecondaryController(TQWidget* dialogparent, LDAPRea
pdialog.setActiveWindow();
tqApp->processEvents();
- // RAJA FIXME
+ // TODO FIXME
// Threading would be a good idea here, to keep the GUI responsive while the backend code works
// Reset improperly uninitialized variables
@@ -1293,7 +1293,7 @@ int LDAPController::createNewSecondaryController(TQWidget* dialogparent, LDAPRea
#endif // STRICT_SETUP
}
- // RAJA FIXME
+ // TODO FIXME
// 1.) Fetch CA private/public certificates from master LDAP server, save them, and also use the public certificate to fill a certificate information structure
// 2.) Bond machine to Kerberos
// 3.) Set up LDAP replication
@@ -1309,7 +1309,7 @@ int LDAPController::createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig r
pdialog.setActiveWindow();
tqApp->processEvents();
- // RAJA FIXME
+ // TODO FIXME
// Threading would be a good idea here, to keep the GUI responsive while the backend code works
// Reset improperly uninitialized variables