From bf4dbda9682241deffb3ec704e2597a12496d2a8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 5 Jun 2012 03:15:33 -0500 Subject: Add (inactive) certificate configuration page --- src/ldapcontroller.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ldapcontroller.cpp') diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index 87c6949..58cfff1 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -692,6 +692,9 @@ int LDAPController::createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig r pdialog.setActiveWindow(); tqApp->processEvents(); + // RAJA FIXME + // Threading would be a good idea here, to keep the GUI responsive while the backend code works + // Reset improperly uninitialized variables realmconfig.bonded = true; -- cgit v1.2.1