summaryrefslogtreecommitdiffstats
path: root/src/ldapcontroller.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-05 03:15:33 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-05 03:15:33 -0500
commitbf4dbda9682241deffb3ec704e2597a12496d2a8 (patch)
treed7c01382facf23b41713044b6d3cca0d9b80a094 /src/ldapcontroller.cpp
parent8e51437b6331c9ebabd7d5f5db93c825eb8509c5 (diff)
downloadkcmldapcontroller-bf4dbda9682241deffb3ec704e2597a12496d2a8.tar.gz
kcmldapcontroller-bf4dbda9682241deffb3ec704e2597a12496d2a8.zip
Add (inactive) certificate configuration page
Diffstat (limited to 'src/ldapcontroller.cpp')
-rw-r--r--src/ldapcontroller.cpp3
1 files changed, 3 insertions, 0 deletions
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;