summaryrefslogtreecommitdiffstats
path: root/src/ldapcontroller.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-04 04:00:01 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-04 04:00:01 -0500
commit085abd94d86b16825501b4215bd852fa546b31a9 (patch)
treeb3dec80f5784d3e88b8c6405668a1de7e120a2f7 /src/ldapcontroller.h
parentffa65c885b78a8d783f9e8cd51cf7c0b751207f9 (diff)
downloadkcmldapcontroller-085abd94d86b16825501b4215bd852fa546b31a9.tar.gz
kcmldapcontroller-085abd94d86b16825501b4215bd852fa546b31a9.zip
Fix kadmind
Diffstat (limited to 'src/ldapcontroller.h')
-rw-r--r--src/ldapcontroller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ldapcontroller.h b/src/ldapcontroller.h
index 1fad5f8..cdf999f 100644
--- a/src/ldapcontroller.h
+++ b/src/ldapcontroller.h
@@ -69,6 +69,7 @@ class LDAPController: public KCModule
void processLockouts();
private:
+ int controlKAdminDaemon(sc_command command);
int controlSASLServer(sc_command command);
int controlHeimdalServer(sc_command command, uid_t userid=-1, gid_t groupid=-1);
int controlLDAPServer(sc_command command, uid_t userid=-1, gid_t groupid=-1);