From f2aa347925904916c05cb943a18dd50131350a7e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 11 Jun 2012 17:18:52 -0500 Subject: Final upload from initial development system --- src/ldapcontroller.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ldapcontroller.cpp') 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 -- cgit v1.2.1