summaryrefslogtreecommitdiffstats
path: root/src/ldap.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-05-18 16:03:27 -0500
committerTimothy Pearson <[email protected]>2012-05-18 16:03:27 -0500
commit37acc91cacd3f5c85e3254fcfd5794fcdcbadc27 (patch)
tree8a724d562c4bf6b2024340f507f58b1d4cf82af6 /src/ldap.h
parent96936f9f1272296b22c7ed6d6e68e944ba78a6b6 (diff)
downloadkcmldap-37acc91cacd3f5c85e3254fcfd5794fcdcbadc27.tar.gz
kcmldap-37acc91cacd3f5c85e3254fcfd5794fcdcbadc27.zip
Can now add/remove realms to TDE config file
Diffstat (limited to 'src/ldap.h')
-rw-r--r--src/ldap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ldap.h b/src/ldap.h
index 370018e..3494c12 100644
--- a/src/ldap.h
+++ b/src/ldap.h
@@ -77,6 +77,10 @@ class LDAPConfig: public KCModule
private slots:
void processLockouts();
void bondToNewRealm();
+ void removeRealm();
+
+ private:
+ void updateRealmList();
private:
KAboutData *myAboutData;