summaryrefslogtreecommitdiffstats
path: root/src/ldapcontroller.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-06-05 01:05:12 -0500
committerTimothy Pearson <[email protected]>2012-06-05 01:05:12 -0500
commit8e51437b6331c9ebabd7d5f5db93c825eb8509c5 (patch)
tree9c9248d825e1fe31615687cc681be808f1068df8 /src/ldapcontroller.h
parent24377abde30bc11ba41ce7b206d25f01d79a72e1 (diff)
downloadkcmldapcontroller-8e51437b6331c9ebabd7d5f5db93c825eb8509c5.tar.gz
kcmldapcontroller-8e51437b6331c9ebabd7d5f5db93c825eb8509c5.zip
Move dns lookup routine to ldap library
Diffstat (limited to 'src/ldapcontroller.h')
-rw-r--r--src/ldapcontroller.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ldapcontroller.h b/src/ldapcontroller.h
index cdf999f..a15c8d2 100644
--- a/src/ldapcontroller.h
+++ b/src/ldapcontroller.h
@@ -60,10 +60,6 @@ class LDAPController: public KCModule
public:
int createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig realmconfig, TQString adminUserName, TQString adminGroupName, TQString machineAdminGroupName, const char * adminPassword, TQString rootUserName, const char * rootPassword, TQString adminRealm, TQString *errstr);
- // FIXME
- // This should be moved to a TDE core library
- TQString getMachineFQDN();
-
private slots:
void systemRoleChanged();
void processLockouts();