diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-01 00:19:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-01 00:19:15 -0600 |
commit | 45bfc1dc6edcc27f67acfbebb2d0f22ea06a40c4 (patch) | |
tree | c3d9f2f09b0d991851c49ca4ce9ea16187688c12 /src/bondwizard.cpp | |
parent | 10386ff7f9356ceee6f3a30ed9064a09bd827eb4 (diff) | |
download | kcmldap-45bfc1dc6edcc27f67acfbebb2d0f22ea06a40c4.tar.gz kcmldap-45bfc1dc6edcc27f67acfbebb2d0f22ea06a40c4.zip |
Use bonding code in libtdeldap
Add skeleton code for tdeldapbonding
Diffstat (limited to 'src/bondwizard.cpp')
-rw-r--r-- | src/bondwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bondwizard.cpp b/src/bondwizard.cpp index a71fdaa..db96f03 100644 --- a/src/bondwizard.cpp +++ b/src/bondwizard.cpp @@ -202,7 +202,7 @@ void BondWizard::accept(){ cancelButton()->setEnabled(false); finishpage->setEnabled(false); - if (m_ldapConfig->bondRealm(m_finalRealm, finishpage->ldapAdminUsername->text(), finishpage->ldapAdminPassword->password(), finishpage->ldapAdminRealm->text(), &errorString) == 0) { + if (LDAPManager::bondRealm(m_finalRealm, finishpage->ldapAdminUsername->text(), finishpage->ldapAdminPassword->password(), finishpage->ldapAdminRealm->text(), &errorString) == 0) { done(0); } else { |