summaryrefslogtreecommitdiffstats
path: root/src/ldapbonding.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-03-01 00:19:15 -0600
committerTimothy Pearson <[email protected]>2013-03-01 00:19:15 -0600
commit45bfc1dc6edcc27f67acfbebb2d0f22ea06a40c4 (patch)
treec3d9f2f09b0d991851c49ca4ce9ea16187688c12 /src/ldapbonding.h
parent10386ff7f9356ceee6f3a30ed9064a09bd827eb4 (diff)
downloadkcmldap-45bfc1dc6edcc27f67acfbebb2d0f22ea06a40c4.tar.gz
kcmldap-45bfc1dc6edcc27f67acfbebb2d0f22ea06a40c4.zip
Use bonding code in libtdeldap
Add skeleton code for tdeldapbonding
Diffstat (limited to 'src/ldapbonding.h')
-rw-r--r--src/ldapbonding.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ldapbonding.h b/src/ldapbonding.h
index 7a8376c..a6686a3 100644
--- a/src/ldapbonding.h
+++ b/src/ldapbonding.h
@@ -55,9 +55,6 @@ class LDAPConfig: public TDECModule
virtual TQString quickHelp() const;
virtual const TDEAboutData *aboutData() const { return myAboutData; };
- int bondRealm(LDAPRealmConfig realmcfg, TQString adminUserName, const char * adminPassword, TQString adminRealm, TQString *errstr=0);
- int unbondRealm(LDAPRealmConfig realmcfg, TQString adminUserName, const char * adminPassword, TQString adminRealm, TQString *errstr=0);
-
private slots:
void processLockouts();
void bondToNewRealm();